Re: Trouble with aggregating definitions.xml in distro

2008-02-29 Thread Simon Laws
snip... Could we just add our own Shade transformer that knows how to aggregate the definitions files? Eg TO SUPPORT something like this in the shade plugin config: transformer implementation= org.apache.tuscany.sca.tools.ShadeDefinitionsTransformer

Re: Moving ServiceDiscovery and related classes to tuscany-util

2008-02-29 Thread ant elder
On Fri, Feb 29, 2008 at 8:51 AM, Simon Laws [EMAIL PROTECTED] wrote: On Fri, Feb 29, 2008 at 7:34 AM, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi, I find that ServiceDiscovery is getting to be used widely and want to move it out of Contribution module to a separate module like Utils.

Re: Moving ServiceDiscovery and related classes to tuscany-util

2008-02-29 Thread Simon Laws
On Fri, Feb 29, 2008 at 7:34 AM, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi, I find that ServiceDiscovery is getting to be used widely and want to move it out of Contribution module to a separate module like Utils. The immediate benefit I see from this is some relief from cyclic

Re: [Java SDO] Need help in completing release management for SDO 1.1-incubating

2008-02-29 Thread kelvin goodson
Amita, such a shame when you are so nearly there, however, I am happy to pick it up from here. Many thanks for getting it so far. Kelvin. On 29/02/2008, Amita Vadhavkar [EMAIL PROTECTED] wrote: Hi All, I will not be able to continue doing the release management activities from now on

[jira] Updated: (TUSCANY-1997) Axis binding does not allow external configuration to increase the number of the maximum connections opened.

2008-02-29 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-1997: --- Attachment: tuscany-binding-ws-axis2-1.0-incubating-TUSCANY-1997.jar Here's a jar containing the

Re: Trouble with aggregating definitions.xml in distro

2008-02-29 Thread Venkata Krishnan
Hi, Yes the shade transformer that we use there just about aggregates the contents of all files found with the path that we specify there. So it also ends up aggregating the definitions.xml just as a text file. So this ends up with multiple sca:definitions elements and then no root element in

[jira] Updated: (TUSCANY-1997) Axis binding does not allow external configuration to increase the number of the maximum connections opened.

2008-02-29 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-1997: --- Attachment: (was: tuscany-binding-ws-axis2-1.0-incubating-TUSCANY-1997.jar) Axis binding

[jira] Updated: (TUSCANY-1997) Axis binding does not allow external configuration to increase the number of the maximum connections opened.

2008-02-29 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-1997: --- Attachment: tuscany-binding-ws-axis2-1.0-incubating-TUSCANY-1997.jar Sorry typo, here's the real

Re: Classloading code in core contribution processing

2008-02-29 Thread ant elder
On Thu, Feb 28, 2008 at 9:30 AM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Rajini Sivaram wrote: On 2/22/08, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Great to see a *test* case for cycles, but my question was: Do you have a *use* case for

[jira] Assigned: (TUSCANY-2055) ServiceReference.getConversationID() not returning generated conversation IDs

2008-02-29 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-2055: --- Assignee: Simon Laws ServiceReference.getConversationID() not returning generated

Re: Trouble with aggregating definitions.xml in distro

2008-02-29 Thread Simon Laws
On Fri, Feb 29, 2008 at 11:58 AM, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi, Yes the shade transformer that we use there just about aggregates the contents of all files found with the path that we specify there. So it also ends up aggregating the definitions.xml just as a text file. So

Re: Trouble with aggregating definitions.xml in distro

2008-02-29 Thread Venkata Krishnan
Alright, I played around with https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/resource/XmlAppendingTransformer.javaa bit and it seems like it gives all that I have been looking for - a neat aggregated xml file that is valid. I

Re: Trouble with aggregating definitions.xml in distro

2008-02-29 Thread ant elder
I only pointed at that as an example of how to write a transformer, I hadn't realized it did what we needed either :) ...ant On Fri, Feb 29, 2008 at 12:52 PM, Venkata Krishnan [EMAIL PROTECTED] wrote: Alright, I played around with

[jira] Commented: (TUSCANY-2055) ServiceReference.getConversationID() not returning generated conversation IDs

2008-02-29 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12573725#action_12573725 ] Simon Laws commented on TUSCANY-2055: - It seems that the Java Annotations and API V1

Re: Trouble with aggregating definitions.xml in distro

2008-02-29 Thread ant elder
On Fri, Feb 29, 2008 at 12:22 PM, Simon Laws [EMAIL PROTECTED] wrote: On Fri, Feb 29, 2008 at 11:58 AM, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi, Yes the shade transformer that we use there just about aggregates the contents of all files found with the path that we specify there.

What are my chances of being able to inherit behaviour from implementation.java?

2008-02-29 Thread Matthew Peters
Suppose I wanted to create a new implementation that shared much of the behaviour of implementation.java and then added a bit. Suppose I wanted to make implementation.servlet for example, to be an implementation that did what implement.java does WRT understanding @Reference and @Property and

Re: Trouble with aggregating definitions.xml in distro

2008-02-29 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Alright, I played around with https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/resource/XmlAppendingTransformer.javaa bit and it seems like it gives all that I have been looking for - a neat aggregated

[jira] Updated: (TUSCANY-2056) Conversation does not continue if a Service Reference is passed as a return value (not as a parameter) when using binding.ws

2008-02-29 Thread Daniel Stucky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Stucky updated TUSCANY-2056: --- Attachment: test.zip This is nearly the same eclipse project as in TUSCANY-2028. I only

Re: Trouble with aggregating definitions.xml in distro

2008-02-29 Thread Raymond Feng
My understanding is that there are two different issues here: 1) Where definitions.xml should be packaged in a SCA contribution? 2) How do we merge multiple definitions.xml when we build the all-in-one binary distro? So I assume Sebastien's proposal is for 1) and the maven/shade discussion is

Re: Trouble with aggregating definitions.xml in distro

2008-02-29 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Raymond Feng wrote: My understanding is that there are two different issues here: 1) Where definitions.xml should be packaged in a SCA contribution? 2) How do we merge multiple definitions.xml when we build the all-in-one binary distro? So I assume Sebastien's

Re: Trouble with aggregating definitions.xml in distro

2008-02-29 Thread Jean-Sebastien Delfino
Raymond Feng wrote: My understanding is that there are two different issues here: 1) Where definitions.xml should be packaged in a SCA contribution? 2) How do we merge multiple definitions.xml when we build the all-in-one binary distro? So I assume Sebastien's proposal is for 1) and the

[jira] Created: (TUSCANY-2056) Conversation does not continue if a Service Reference is passed as a return value (not as a parameter) when using binding.ws

2008-02-29 Thread Daniel Stucky (JIRA)
Conversation does not continue if a Service Reference is passed as a return value (not as a parameter) when using binding.ws Key: TUSCANY-2056

Location of policy definitions in SCA contributions: was: Trouble with aggregating definitions.xml in distro

2008-02-29 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Jean-Sebastien Delfino wrote: Raymond Feng wrote: My understanding is that there are two different issues here: 1) Where definitions.xml should be packaged in a SCA contribution? 2) How do we merge multiple definitions.xml when we build the all-in-one binary

Re: why does SDODatabinding set up a default element ?

2008-02-29 Thread Raymond Feng
Hi, This is part of the changes that we move toward using the JAXWS mapping rules to map remotable java interface to WSDL. The element names are derived from the java method signature. For example, if we have the following interface: public interface MyService { AddressSDO

Re: What are my chances of being able to inherit behaviour from implementation.java?

2008-02-29 Thread Jean-Sebastien Delfino
Matthew Peters wrote: Suppose I wanted to create a new implementation that shared much of the behaviour of implementation.java and then added a bit. Suppose I wanted to make implementation.servlet for example, to be an implementation that did what implement.java does WRT understanding

[jira] Assigned: (TUSCANY-2010) Default binding URI for service from Composite impl component is incorrect

2008-02-29 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws reassigned TUSCANY-2010: --- Assignee: Simon Nash I'm assigning this for Simon by proxy as I just got a call from him

[jira] Created: (TUSCANY-2057) Namespace information not preserved by ContributionMetadataProcessor.write()

2008-02-29 Thread Brent Daniel (JIRA)
Namespace information not preserved by ContributionMetadataProcessor.write() Key: TUSCANY-2057 URL: https://issues.apache.org/jira/browse/TUSCANY-2057 Project: Tuscany

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

2008-02-29 Thread Jean-Sebastien Delfino
Comments inline. A) Contribution workspace (containing installed contributions): - Contribution model representing a contribution - Reader for the contribution model - Workspace model representing a collection of contributions - Reader/writer for the workspace model - HTTP based service for

Re: What are my chances of being able to inherit behaviour from implementation.java?

2008-02-29 Thread Matthew Peters
Hi Jean-Sebastien, thanks for a fast response. What I am most interested in is the introspection and the ability to drive injection. Life cycle and invocation on the other hand are not a concernt because servlets have a very defined lifecycle and ideally that should all be looked after by the

[jira] Updated: (TUSCANY-2058) The method XSDHelper.isXSD(Type) is returning invalid information

2008-02-29 Thread David T. Adcox (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David T. Adcox updated TUSCANY-2058: Attachment: Test2058.java Sample for XSDHelper.isXSD(Type) issue. The method

[jira] Created: (TUSCANY-2058) The method XSDHelper.isXSD(Type) is returning invalid information

2008-02-29 Thread David T. Adcox (JIRA)
The method XSDHelper.isXSD(Type) is returning invalid information - Key: TUSCANY-2058 URL: https://issues.apache.org/jira/browse/TUSCANY-2058 Project: Tuscany Issue Type: Bug

Re: Classloading code in core contribution processing

2008-02-29 Thread Jean-Sebastien Delfino
ant elder wrote: On Thu, Feb 28, 2008 at 9:30 AM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Rajini Sivaram wrote: On 2/22/08, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Great to see a *test* case for cycles, but my question was: Do you have a *use*

[jira] Assigned: (TUSCANY-2057) Namespace information not preserved by ContributionMetadataProcessor.write()

2008-02-29 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende reassigned TUSCANY-2057: Assignee: Luciano Resende Namespace information not preserved by

Re: [VOTE] Change Tuscany Charter to remove SDO reference

2008-02-29 Thread Jean-Sebastien Delfino
kelvin goodson wrote: 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

[jira] Closed: (TUSCANY-1771) Creating JavaDoc for the integration tests listed under sca/itest folder

2008-02-29 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng closed TUSCANY-1771. - Resolution: Fixed Patch applied under r632415. Thanks. Creating JavaDoc for the integration

[jira] Assigned: (TUSCANY-1771) Creating JavaDoc for the integration tests listed under sca/itest folder

2008-02-29 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-1771: - Assignee: Raymond Feng (was: Venkatakrishnan) Creating JavaDoc for the integration

[jira] Resolved: (TUSCANY-1656) Memory Leaks due to XML Parser not being closed

2008-02-29 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-1656. --- Resolution: Fixed Memory Leaks due to XML Parser not being closed

[jira] Assigned: (TUSCANY-1646) Web Service binding doesn't handle wsdli:wsdlLocation

2008-02-29 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-1646: - Assignee: Raymond Feng Web Service binding doesn't handle wsdli:wsdlLocation

[jira] Assigned: (TUSCANY-1711) Reference a ws with complex data type...

2008-02-29 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-1711: - Assignee: Raymond Feng Reference a ws with complex data type...

[jira] Commented: (TUSCANY-1711) Reference a ws with complex data type...

2008-02-29 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12573922#action_12573922 ] Raymond Feng commented on TUSCANY-1711: --- The business interfaces and data types are

[jira] Resolved: (TUSCANY-1510) service name=[name] must equal to java interface name (which as @Remotable annoted)

2008-02-29 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-1510. --- Resolution: Fixed The name match is required by the SCA spec. Now we have a meaningful

[jira] Resolved: (TUSCANY-1449) The annotation 'Service' processor occurs error.

2008-02-29 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-1449. --- Resolution: Fixed Patch applied. Thanks! The annotation 'Service' processor occurs

[jira] Assigned: (TUSCANY-1697) HelloWorldWSDLMergedTestCase is failing

2008-02-29 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-1697: - Assignee: Raymond Feng HelloWorldWSDLMergedTestCase is failing

[jira] Assigned: (TUSCANY-1150) Java2WSDL SchemaBuilder#isSDO can't detect static SDO and TuscanyJava2WSDLTestCase#testWsdlGeneration_SDO_Static fails to report that

2008-02-29 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-1150: - Assignee: Raymond Feng Java2WSDL SchemaBuilder#isSDO can't detect static SDO and

[jira] Resolved: (TUSCANY-803) Association of callback methods with request methods

2008-02-29 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-803. -- Resolution: Fixed Association of callback methods with request methods

[jira] Resolved: (TUSCANY-199) Bigbank sample should use wires instead of hacked up SOAP addresses

2008-02-29 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-199. -- Resolution: Won't Fix Not sure if it's still valid. Bigbank sample should use wires instead

[jira] Resolved: (TUSCANY-1309) NPE if SCDL uses component reference that is not defined consistently in the implementation

2008-02-29 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-1309. --- Resolution: Invalid If the reference/service under the component doesn't match what are

[jira] Commented: (TUSCANY-1997) Axis binding does not allow external configuration to increase the number of the maximum connections opened.

2008-02-29 Thread Catalin Boloaja (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12574004#action_12574004 ] Catalin Boloaja commented on TUSCANY-1997: -- Thank you very much Ant ! One

[VOTE] Pass-by-value related SPI change

2008-02-29 Thread Raymond Feng
Hi, Please vote on one of the following five options to define allowsPassByReference property for Invokers. You can vote with multiple choices ordered by your preference. [1] Add boolean allowsPassByReference() to the Invoker interface directly [2] Add boolean allowsPassByReference() to an

Re: Import/Export Resources, was Re: Resolving Component type files

2008-02-29 Thread Luciano Resende
I have completed the remaining work for (contribution-resource). You can now define a import.resource element in your sca-contribution.xml and then it will be used by contribution service when resolving resources/artifacts. Exporting resources using sca-contribution.xml : contribution

Re: Classloading code in core contribution processing

2008-02-29 Thread Luciano Resende
I just finished committing Import/Export resource support, more details on following thread [1]. [1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg28457.html On Fri, Feb 29, 2008 at 11:10 AM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On Thu, Feb 28, 2008 at

Updating Store Tutorial to share a common ui from store-assets

2008-02-29 Thread Luciano Resende
Now that I finished support for Resource import/export, I was thinking on updating our Store Tutorial to share a common store.html in the tutorial-assets. Thoughts ? [1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg28457.html -- Luciano Resende Apache Tuscany Committer

Re: Updating Store Tutorial to share a common ui from store-assets

2008-02-29 Thread Jean-Sebastien Delfino
Luciano Resende wrote: Now that I finished support for Resource import/export, I was thinking on updating our Store Tutorial to share a common store.html in the tutorial-assets. Thoughts ? [1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg28457.html +1 from me -- Jean-Sebastien

Re: [VOTE] Pass-by-value related SPI change

2008-02-29 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, Please vote on one of the following five options to define allowsPassByReference property for Invokers. You can vote with multiple choices ordered by your preference. [1] Add boolean allowsPassByReference() to the Invoker interface directly [2] Add boolean

Tuscany participation at Google Summer of Code (GSoC) 2008

2008-02-29 Thread Luciano Resende
Apache Software Foundation is participating in Google Summer of Code program [1] as a mentoring organization. I think this is a good opportunity for us and I'd like to use this thread to discuss possible innovative and challenging projects that could attract the students participating on the

Re: [VOTE] Pass-by-value related SPI change

2008-02-29 Thread Venkata Krishnan
My vote is for [2], [1] Thanks - Venkat On Sat, Mar 1, 2008 at 5:14 AM, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Please vote on one of the following five options to define allowsPassByReference property for Invokers. You can vote with multiple choices ordered by your preference. [1]

Re: Moving ServiceDiscovery and related classes to tuscany-util

2008-02-29 Thread Venkata Krishnan
Alright, I am going to create a new module named tuscany-extensibility. The reason I suggested 'util' was that there are a few more things like the 'getQName' method that is being copied over in several places. I'd like to move these things as well into this module. So lets start with