Re: [DISCUSS] altering the Tuscany Charter in relation to SDO Java

2008-02-26 Thread kelvin goodson
Implicit in this rewording is the understanding within the Tuscany community that there would be one Apache home for SDO Java development. When this thread is referenced in proposal for the new project, or discussions around it, it must be clear to the wider Apache community that the Tuscany

Re: Problems with maven-antrun-plugin

2008-02-26 Thread Matthew Peters
Simon, that's a good idea. I wish I had captured the output from when it failed. I removed the plugin and ran mvn validate and this time it worked fine. I don't know whether to :-) or :-( This time: [INFO] artifact org.apache.maven.plugins:maven-antrun-plugin: checking for updates from

Re: Classloading code in core contribution processing

2008-02-26 Thread Rajini Sivaram
Simon, Comments inline. On 2/25/08, Simon Laws [EMAIL PROTECTED] wrote: Hi Rajini I'm covering old ground here but trying to make sure I'm looking at this in the right way. A - How closely class loading should be related to model resolution, i.e. options 1 and 2 from previously in this

Re: Problems with maven-antrun-plugin

2008-02-26 Thread Simon Laws
On Tue, Feb 26, 2008 at 10:15 AM, Matthew Peters [EMAIL PROTECTED] wrote: Simon, that's a good idea. I wish I had captured the output from when it failed. I removed the plugin and ran mvn validate and this time it worked fine. I don't know whether to :-) or :-( This time: [INFO] artifact

Re: Trouble with aggregating definitions.xml in distro

2008-02-26 Thread Venkata Krishnan
Hi, First, thanks a ton for all the comments / opinions. I agree, META-INF/services is not the right place for this. I suppose META-INF is ok because the definitions.xml does contain meta-data about binding and implementation types. For example, the definitions.xml in the binding.ws.axis

Exposing composite file as a web service

2008-02-26 Thread Sandeep Raman
Hi, Can the composite file be exposed as a web service to external world. how can i go about it. can you please guide me. regards Sandeep Raman. =-=-= Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged

Re: Exposing composite file as a web service

2008-02-26 Thread Simon Laws
On Tue, Feb 26, 2008 at 12:59 PM, Sandeep Raman [EMAIL PROTECTED] wrote: Hi, Can the composite file be exposed as a web service to external world. how can i go about it. can you please guide me. regards Sandeep Raman. =-=-= Notice: The information contained in this

Re: svn commit: r628163 - in /incubator/tuscany/java/sca: itest/interfaces/src/main/java/org/apache/tuscany/sca/itest/interfaces/ itest/interfaces/src/test/java/org/apache/tuscany/sca/itest/interfaces

2008-02-26 Thread Simon Nash
See responses inline below. Simon Jean-Sebastien Delfino wrote: Simon Nash wrote: I'm wondering whether it would be good to have a vote about this. Of the five people who have expressed a view on this so far, four of them have had a different first preference. In the interests of making

Re: [DISCUSSION] PassByValue SPI, was: Re: svn commit: r628163

2008-02-26 Thread Simon Nash
Jean-Sebastien Delfino wrote: Raymond Feng wrote: I think Simon's proposal should work as follows instead of passing the properties to the createInvoker() call. public interface Invoker { InvokerProperties getProperties(); // Contribute properties } public class InvokerProperties {

question on Axis2 binding use of J2W helper, building a port from an intf.wsdl portType

2008-02-26 Thread Scott Kurz
I think we have another case to deal with in bindings like the Axis2 binding, which is the case that the user provides a portType on interface.wsdl without a full port. So the SCDL would look like: component name=JAXBTestComponent1 implementation.java ... service...

Re: svn commit: r631266 - in /incubator/tuscany/java/sca/modules/contribution/src/main: java/org/apache/tuscany/sca/contribution/processor/ resources/META-INF/services/

2008-02-26 Thread Simon Laws
Sebastien This looks interesting. Can you say a little about how this will be used. I'm interested as I'd like to see us open up the contribution service a bit and provide some interfaces that allow us to operate on contributions (find artifacts, read artifacts, resolve artifacts etc.) rather

Re: Domain/Contribution Repository was: Re: SCA contribution packaging schemes: was: SCA runtimes

2008-02-26 Thread Simon Laws
On Tue, Feb 5, 2008 at 8:34 AM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Venkata Krishnan wrote: It would also be good to have some sort of 'ping' function that could be used to check if a service is receptive to requests. Infact I wonder if the Workspace Admin should also be able

Re: Domain/Contribution Repository was: Re: SCA contribution packaging schemes: was: SCA runtimes

2008-02-26 Thread Simon Laws
On Mon, Feb 25, 2008 at 4:17 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Looks good to me, building on your initial list I added a few more items and tried to organize them in three categories: A) Contribution workspace (containing installed

[jira] Commented: (TUSCANY-1841) wsdl2javagenerator and wsdl:import (ebRIM)

2008-02-26 Thread Norman Barker (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12572601#action_12572601 ] Norman Barker commented on TUSCANY-1841: A workaround is to flatten the wsdl

Re: svn commit: r631266 - in /incubator/tuscany/java/sca/modules/contribution/src/main: java/org/apache/tuscany/sca/contribution/processor/ resources/META-INF/services/

2008-02-26 Thread Jean-Sebastien Delfino
Simon Laws wrote: Sebastien This looks interesting. Can you say a little about how this will be used. I'm interested as I'd like to see us open up the contribution service a bit and provide some interfaces that allow us to operate on contributions (find artifacts, read artifacts, resolve

[VOTE] Change Tuscany Charter to remove SDO reference

2008-02-26 Thread kelvin goodson
Please vote to alter the wording of the existing draft Tuscany charter as discussed in http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/200802.mbox/[EMAIL PROTECTED] to the following WHEREAS, the Board of Directors deems it to be in the best interests of the Foundation and

why does SDODatabinding set up a default element ?

2008-02-26 Thread Scott Kurz
Question: Way back in October in r589154 SDODataBinding.introspect was changed to propagate the Java dflt elem QName into the XMLType logical with code that looks like: Object logical = dataType.getLogical(); if (logical instanceof XMLType) { elementName =

Re: Problem with International characters in a Confluence Wiki page

2008-02-26 Thread Luciano Resende
The INFRA-400 is now marked as fixed. Could someone with proper Chinese knowledge/environment give it a quick try and make sure it works ok. On Wed, Feb 20, 2008 at 12:40 PM, Luciano Resende [EMAIL PROTECTED] wrote: Following up on resolution of an issue that was brought up a while ago, and

Re: Problem with International characters in a Confluence Wiki page

2008-02-26 Thread Raymond Feng
I'm trying ... will wait for the pages to be saved into the database. Thanks, Raymond -- From: Luciano Resende [EMAIL PROTECTED] Sent: Tuesday, February 26, 2008 9:42 PM To: tuscany-dev tuscany-dev@ws.apache.org Subject: Re: Problem with

Re: [DAS] Running tomcat samples

2008-02-26 Thread Amita Vadhavkar
The problem is version of derby jar in the samples/testing/tomcat/build.xml - it is asking for 10.1.2.1 Whereas the derby jar asked for in the rdb/pom.xml is 10.2.20. So when the user attempts to run the sample the required version is not found and no derby jar is deployed in tomcat lib and so no

Re: Problem with International characters in a Confluence Wiki page

2008-02-26 Thread 王洪伟
Sounds too good ! Trying now. Thank you, David 2008/2/27, Raymond Feng [EMAIL PROTECTED]: I'm trying ... will wait for the pages to be saved into the database. Thanks, Raymond -- From: Luciano Resende [EMAIL PROTECTED] Sent: Tuesday,

Re: Trouble with aggregating definitions.xml in distro

2008-02-26 Thread Venkata Krishnan
Hi Sebastien, Thanks for the suggestion. Going by the ProviderExtesionPoint way... - first I'd prefer load the definitions.xml instead of creating programmatically so that we don't have to touch the code for every change to the definitions. - every module that has its own definitions.xml must