Re: Monitoring, logging and exceptions (again)

2007-08-17 Thread ant elder
And also my 2p inline... ...ant On 8/16/07, Simon Laws [EMAIL PROTECTED] wrote: A number of different requirements have been discussed and solutions proposed. My 2p (I'm using Raymond's definitions b.t.w) Tracing: Dump out input/output/exception for method calls for the purpose of

Re: Tuscany/Geronimo Integration Demo

2007-08-17 Thread ant elder
On 8/16/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Simon Laws wrote: On 8/16/07, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: I am not referencing this class directly in my code. Can it be that the published 1.0-incubating-SNAPSHOT jars in maven repos are not in syc or not

Re: Tuscany/Geronimo Integration Demo

2007-08-17 Thread Simon Laws
On 8/17/07, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Hit a new error. Stack trace given below: java.lang.NoClassDefFoundError: org/apache/tuscany/sca/interfacedef/java/introspect/JavaInterfaceIntrospectorExtensionPoint at java.lang.Class.forName0(Native Method) at

[jira] Commented: (TUSCANY-1542) BPEL extension to link sca component into a business process

2007-08-17 Thread gengshaoguang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520469 ] gengshaoguang commented on TUSCANY-1542: My point is: SCA_ClinetAndImplementationforBPEL_V100 mentioned

Validating PolicySet attachments in SCA Artifacts.

2007-08-17 Thread Venkata Krishnan
Hi, The PolicyFwk specs mentions that when checking out the applicability of a PolicySet over a binding or implementation, an xpath expression specified in the 'appliesTo' attribute of the PolicySet Defn, should be run against the parent element of the binding or implementation. Since this

[jira] Commented: (TUSCANY-1542) BPEL extension to link sca component into a business process

2007-08-17 Thread gengshaoguang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520473 ] gengshaoguang commented on TUSCANY-1542: Hi, I am not really confident absolutly. So, I may need to

Re: Tuscany/Geronimo Integration Demo

2007-08-17 Thread Vamsavardhana Reddy
dependency groupIdorg.apache.tuscany/groupId artifactIdcommonj-api/artifactId version${tuscanyVersion}/version typejar/type importclasses/import /dependency dependency

[jira] Created: (TUSCANY-1544) On-the-fly WSDL generation should base WSDL on the Tuscany IDL interface

2007-08-17 Thread ant elder (JIRA)
On-the-fly WSDL generation should base WSDL on the Tuscany IDL interface Key: TUSCANY-1544 URL: https://issues.apache.org/jira/browse/TUSCANY-1544 Project: Tuscany

[jira] Closed: (TUSCANY-120) Axis2 WS binding support for entryPoint without pre-existing WSDL

2007-08-17 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-120. - Resolution: Fixed This is working now for POJO based services (SDO services I've tried have worked as

[jira] Closed: (TUSCANY-1148) binding.ws which does not explicitly refer to a WSDL only works when using interface.wsdl

2007-08-17 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-1148. -- Resolution: Fixed Fixed now by TUSCANY-120 binding.ws which does not explicitly refer to a WSDL

[jira] Closed: (TUSCANY-79) Document the JavaScript component type

2007-08-17 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-79. Resolution: Fixed This is now in implementation.script which is documented at

[jira] Closed: (TUSCANY-1259) binding.ws / no longer works as the Axis2 binding requires a WSDL4J Definition object

2007-08-17 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-1259. -- Resolution: Fixed Fixed binding.ws / no longer works as the Axis2 binding requires a WSDL4J

JIRA clean up for SCA release

2007-08-17 Thread ant elder
I've done a bit of JIRA cleaning up, we now have no uncatagorized JIRAs and have 96 open JIRAs for the Java-SCA-Next release. I've created a Java-SCA-0.99 release in JIRA, so could we start adding JIRAs to that so we can see whats expected to be going into the upcoming release. It would also be

Re: Validating PolicySet attachments in SCA Artifacts.

2007-08-17 Thread Venkata Krishnan
Hi, I just realized that passing CompositeProcessor to the Builder is not possible since that results in a circular dependency. Maybe we could consider moving the 'write' functions to an appropriate 'Util' class. Also, I might need the xpath evaluate method in the PropertyUtil class of the

Re: Move up to Axis2 1.3?

2007-08-17 Thread shaoguang geng
Axis2 1.3 has mentioned that this is a performance and bug fix update. Any axis2 user gets no infection to their code. Another point: At Tuscany side, any update of axis2 just affects inside Tuscany, user code is standard based. To those WS referenced by composites, they are interacted on

Re: Tuscany/Geronimo Integration Demo

2007-08-17 Thread Simon Laws
are downloaded that are not dated 20070817. If we can find out what dependency is causing the problem that's a step in the right direction. Hope that helps Simon [1] dependency groupIdorg.apache.tuscany.sca/groupId artifactIdtuscany-http-tomcat/artifactId

Re: [DAS] Transaction support

2007-08-17 Thread Adriano Crestani
forwarding last message to dev list... On 8/17/07, Adriano Crestani [EMAIL PROTECTED] wrote: Hi Amita, thanks for the examples, it always helps to clarify : ). My comments: Use Case 1: I think if there is part of the code the user needs to control the transaction directly, he would never

Re: [DAS] Transaction support

2007-08-17 Thread Amita Vadhavkar
Just trying to see what changes will be needed (marked with ) 1) when connection from user, and he wants to delegate transaction control to DAS, allow it only per/Command. This will save user from issuing one commit/rollback per command in the client code. (i.e. current way of

Re: Distributed Runtime and Distributed Calculator

2007-08-17 Thread Simon Laws
On 8/16/07, Simon Laws [EMAIL PROTECTED] wrote: On 8/16/07, Giorgio Zoppi [EMAIL PROTECTED] wrote: Hi, i'm highly interested in contributing to the distributed runtime. Actually I'm trying to understand if this component model could be the building block for creating autonomic

[jira] Updated: (TUSCANY-1466) Improvement in transaction support

2007-08-17 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amita Vadhavkar updated TUSCANY-1466: - Attachment: 1466.patch all discussion

[jira] Updated: (TUSCANY-1540) Abstract Static Base Types mixed with Dynamic Extended Types

2007-08-17 Thread Murtaza Goga (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Murtaza Goga updated TUSCANY-1540: -- Attachment: TUSCANY-1540-TestCases.patch Two test cases for this fix have been attached -

RE: [jira] Resolved: (TUSCANY-1540) Abstract Static Base Types mixed with Dynamic Extended Types

2007-08-17 Thread Murtaza Goga
Thanks for fixing the issue. I have added a test case for this. Attached is the patch. -Original Message- From: Frank Budinsky (JIRA) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 6:30 PM To: Murtaza Goga Subject: [jira] Resolved: (TUSCANY-1540) Abstract Static Base Types

RE: [jira] Resolved: (TUSCANY-1540) Abstract Static Base Types mixed with Dynamic Extended Types

2007-08-17 Thread Murtaza Goga
The test cases are also attached as a patch to the issue. Thanks. -Original Message- From: Murtaza Goga [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 2007 8:41 AM To: Frank Budinsky (JIRA) Subject: RE: [jira] Resolved: (TUSCANY-1540) Abstract Static Base Types mixed with Dynamic

Query: Running a Sample Web application in Tomcat

2007-08-17 Thread Naveen MC
Hi, I am trying to execute a Sample web application (calculator-webapp) from the tuscany-sca-0.91-incubating Release. I am using Tomcat V 6.0 as a application server. The original sample which is there in the release will get executed fine and i can able to see the results. But In the same

[jira] Updated: (TUSCANY-1541) XMLStreamException in when calling XMLHelper.load() with a large XML

2007-08-17 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Budinsky updated TUSCANY-1541: Component/s: (was: Java SDO Implementation) Java SCA Problem

Re: Tuscany/Geronimo Integration Demo

2007-08-17 Thread Vamsavardhana Reddy
the build, any tuscany dependencies are downloaded that are not dated 20070817. If we can find out what dependency is causing the problem that's a step in the right direction. Hope that helps Simon [1] dependency groupIdorg.apache.tuscany.sca/groupId

Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-17 Thread Simon Laws
snip... I have temporarily disabled the build of modules binding-sca-axis2 and distributed impl as they are preventing me to build. OK Sebastien, can you give it another try. I've put them back in. More changes to go in but am interested to know whether they build on your system now.

Re: Tuscany/Geronimo Integration Demo

2007-08-17 Thread Vamsavardhana Reddy
it another go. One thing to look out for is if, during the build, any tuscany dependencies are downloaded that are not dated 20070817. If we can find out what dependency is causing the problem that's a step in the right direction. Hope that helps Simon [1] dependency

Re: Tuscany/Geronimo Integration Demo

2007-08-17 Thread Simon Laws
-runtime tuscany-interface-wsdl-runtime Clean the sca part of your local repo and give it another go. One thing to look out for is if, during the build, any tuscany dependencies are downloaded that are not dated 20070817. If we can find out what dependency is causing the problem

[jira] Resolved: (TUSCANY-1528) ClassCastException thrown when trying to deserializing an XML with undefined global element

2007-08-17 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Budinsky resolved TUSCANY-1528. - Resolution: Fixed Committed revision 567056. Fuhwei's patch broke some of the CTS

Re: Distributed Runtime and Distributed Calculator

2007-08-17 Thread Giorgio Zoppi
Hi Jo, I've just checked in the fixes and re-enbabled: binding-sca-axis2 module which provides a remote version of the default binding between SCA components distributed-impl module which provides some abstractions of distributed domains and nodes and some interfaces for service

[jira] Commented: (TUSCANY-1498) Improve SubstitutionValuesTestCase

2007-08-17 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520582 ] Frank Budinsky commented on TUSCANY-1498: - This test is failing for me:

FW: [jira] Updated: (TUSCANY-1366) C++ SDO spec portability: SDORuntimeException off-spec member functions

2007-08-17 Thread Michael Yoder
Hi, I uploaded a patch for TUSCANY-1366. If someone could review and apply it that would be great. Thanks, Michael -Original Message- From: Michael Yoder (JIRA) [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 2007 8:33 AM To: tuscany-dev@ws.apache.org Subject: [jira] Updated:

[jira] Created: (TUSCANY-1545) Change default XML encoding to UTF-8.

2007-08-17 Thread Frank Budinsky (JIRA)
Change default XML encoding to UTF-8. Key: TUSCANY-1545 URL: https://issues.apache.org/jira/browse/TUSCANY-1545 Project: Tuscany Issue Type: Bug Components: Java SDO Implementation

[jira] Updated: (TUSCANY-1366) C++ SDO spec portability: SDORuntimeException off-spec member functions

2007-08-17 Thread Michael Yoder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Yoder updated TUSCANY-1366: --- Attachment: TUSCANY-1366.txt This patch removes the off-spec API from C++ SDO Exception

Re: Monitoring, logging and exceptions (again)

2007-08-17 Thread Jean-Sebastien Delfino
[snip] ant elder wrote: And also my 2p inline... ...ant On 8/16/07, Simon Laws [EMAIL PROTECTED] wrote: A number of different requirements have been discussed and solutions proposed. My 2p (I'm using Raymond's definitions b.t.w) Tracing: Dump out input/output/exception for method calls

Re: Tuscany/Geronimo Integration Demo

2007-08-17 Thread Jean-Sebastien Delfino
A few questions. [snip] ant elder wrote: I'm not very keen at all on doing that. Couldn't we actually put the code in our svn instead of using SVN externals (if necessary the Geronimo guys could use SVN externals if they really want it). Necessary yes, as far as I know the Geronimo guys are

Re: Distributed Runtime and Distributed Calculator

2007-08-17 Thread Simon Laws
Hi some comments in line below. There are a number of things in the SCA kitbag (as defined by the SCA specification) that may help with what you want to do. For example, you can define asynchronous interfaces on you services and have then call callbacks. There is testing that needs to be done to

Re: Tuscany/Geronimo Integration Demo

2007-08-17 Thread Simon Laws
After a bit of digging I found that the dependency that gets us the WorkManager interface now is in our core module. We now use dependency groupIdorg.apache.geronimo.specs/groupId artifactIdgeronimo-commonj_1.1_spec/artifactId version1.0/version

Re: Validating PolicySet attachments in SCA Artifacts.

2007-08-17 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Hi, The PolicyFwk specs mentions that when checking out the applicability of a PolicySet over a binding or implementation, an xpath expression specified in the 'appliesTo' attribute of the PolicySet Defn, should be run against the parent element of the binding or

Re: Monitoring, logging and exceptions (again)

2007-08-17 Thread Raymond Feng
Comments inline. Thanks, Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Friday, August 17, 2007 9:27 AM Subject: Re: Monitoring, logging and exceptions (again) [snip] ant elder wrote: And also my 2p inline...

Re: [DAS] Transaction support

2007-08-17 Thread Luciano Resende
By doing a quick debug on Amita's testcase from JIRA-1543, looks like we might have some bugs in our current code, that might be causing this whole confusion. Let me spend couple hours on this over the weekend, and send some feedback after that. I'll also write a wiki page with what I think the

Re: Developer guide update was: Distributed Runtime and Distributed Calculator

2007-08-17 Thread haleh mahbod
A section in the developer guide (as a link to a page like get started with coding).. Also link from architecture guide to it. I'll take what you have and create the link and the page if this is the right content to start with Haleh On 8/17/07, Simon Laws [EMAIL PROTECTED] wrote: Good idea -

[jira] Commented: (TUSCANY-1480) Calling EmbeddedSCADomain.activateDomain() after adding a contribution renders services from previous contribution unusable

2007-08-17 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520613 ] Vamsavardhana Reddy commented on TUSCANY-1480: -- EmbeddedSCADomain in 1.0-incubating-SNAPSHOT no

Re: Distributed Runtime and Distributed Calculator

2007-08-17 Thread haleh mahbod
Simon, This is a nice quick walk through of the code. Should this be added to the development guide as a 'quick get started' section. Haleh On 8/17/07, Simon Laws [EMAIL PROTECTED] wrote: Hi some comments in line below. There are a number of things in the SCA kitbag (as defined by the SCA

[jira] Resolved: (TUSCANY-1498) Improve SubstitutionValuesTestCase

2007-08-17 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Budinsky resolved TUSCANY-1498. - Resolution: Fixed I changed the test to set the local groupHead property (instead of

Re: Tuscany/Geronimo Integration Demo

2007-08-17 Thread Simon Laws
snip helloWorld-ws.jar is attached. It looks ok to me. I notice that the helloworld ws sample now uses a wsdl less approach which should work. In case there is an issue with this code in you situation you could try specifying the WSDL explicitly. So your binding would be something like

Re: Validating PolicySet attachments in SCA Artifacts.

2007-08-17 Thread Venkata Krishnan
Hi Sebastien, Yes its quite bizzare and thats probably to do with how I am seeing a way out. Here it is... - A policyset has this 'appliesTo' attribute that is an xpath expression that should be evaluated against the scdl fragment which is parent element to a binding or implementation element.

[jira] Commented: (TUSCANY-1498) Improve SubstitutionValuesTestCase

2007-08-17 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520610 ] Frank Budinsky commented on TUSCANY-1498: - Problem is that when loading substitutionValues2.xml, the

Developer guide update was: Distributed Runtime and Distributed Calculator

2007-08-17 Thread Simon Laws
Good idea - we could do with something like this to help newcomers get a grip with what the various bits are. The developers guide is currently all about the process of development and not specifics of the code, and it's quite long already. I'm wondering if it would be better in the achitecture

[jira] Commented: (TUSCANY-1477) CompositeActivatorImpl.deactivate() is empty

2007-08-17 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520614 ] Vamsavardhana Reddy commented on TUSCANY-1477: -- Looks like it has already been addressed as of rev

Re: Developer guide update was: Distributed Runtime and Distributed Calculator

2007-08-17 Thread Simon Laws
On 8/17/07, haleh mahbod [EMAIL PROTECTED] wrote: A section in the developer guide (as a link to a page like get started with coding).. Also link from architecture guide to it. I'll take what you have and create the link and the page if this is the right content to start with Haleh On

Re: Tuscany/Geronimo Integration Demo

2007-08-17 Thread Vamsavardhana Reddy
Thanks Simon. I have made this change and it works fine now. Vamsi On 8/17/07, Simon Laws [EMAIL PROTECTED] wrote: After a bit of digging I found that the dependency that gets us the WorkManager interface now is in our core module. We now use dependency

Re: Validating PolicySet attachments in SCA Artifacts.

2007-08-17 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Hi Sebastien, Yes its quite bizzare and thats probably to do with how I am seeing a way out. Here it is... - A policyset has this 'appliesTo' attribute that is an xpath expression that should be evaluated against the scdl fragment which is parent element to a binding

[jira] Resolved: (TUSCANY-1480) Calling EmbeddedSCADomain.activateDomain() after adding a contribution renders services from previous contribution unusable

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1480. - Resolution: Fixed Yes I did some work recently to clean up

[jira] Resolved: (TUSCANY-1477) CompositeActivatorImpl.deactivate() is empty

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1477. - Resolution: Fixed Yes we did some work recently to clean up

[jira] Updated: (TUSCANY-1505) Naming scheme used for variables in code gen factory init() method breaks under specific circumstances

2007-08-17 Thread David T. Adcox (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David T. Adcox updated TUSCANY-1505: Attachment: (was: 1505.patch) Naming scheme used for variables in code gen factory

[jira] Updated: (TUSCANY-1505) Naming scheme used for variables in code gen factory init() method breaks under specific circumstances

2007-08-17 Thread David T. Adcox (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David T. Adcox updated TUSCANY-1505: Attachment: (was: test1505.zip) Naming scheme used for variables in code gen

Re: Tuscany/Geronimo Integration Demo

2007-08-17 Thread Simon Laws
On 8/17/07, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Thanks Simon. I have made this change and it works fine now. Vamsi On 8/17/07, Simon Laws [EMAIL PROTECTED] wrote: After a bit of digging I found that the dependency that gets us the WorkManager interface now is in our

[jira] Updated: (TUSCANY-1505) Naming scheme used for variables in code gen factory init() method breaks under specific circumstances

2007-08-17 Thread David T. Adcox (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David T. Adcox updated TUSCANY-1505: Attachment: test1505.zip Given the concerns noted previously in this JIRA, I have

[jira] Resolved: (TUSCANY-1450) Javadoc removed from distribution profile to allow build to complete in continuun machine

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1450. - Resolution: Duplicate Covered by TUSCANY-1546 Javadoc removed from

[jira] Created: (TUSCANY-1546) Continuum build should be fixed to allocate enough heap space to Maven, 63M is not enough

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
Continuum build should be fixed to allocate enough heap space to Maven, 63M is not enough - Key: TUSCANY-1546 URL: https://issues.apache.org/jira/browse/TUSCANY-1546

[jira] Resolved: (TUSCANY-1471) Source distribution removed from distribution profile to allow build to complete in continuun machine

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1471. - Resolution: Duplicate Covered by 1546 Source distribution removed

[jira] Updated: (TUSCANY-1505) Naming scheme used for variables in code gen factory init() method breaks under specific circumstances

2007-08-17 Thread David T. Adcox (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David T. Adcox updated TUSCANY-1505: Attachment: 1505.patch This attachment corrects the primary issues identified by this

[jira] Resolved: (TUSCANY-1022) Conversation id injection for conversational service provider -- annotation and field access

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1022. - Resolution: Fixed This is fixed in the spec v1.0 Conversation id

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

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino reassigned TUSCANY-1309: --- Assignee: Jean-Sebastien Delfino (was: Simon Laws) NPE if SCDL

[jira] Resolved: (TUSCANY-1346) Resolution to TUSCANY-1332 assumes a closed top-level composite that does not support addition of new components

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1346. - Resolution: Fixed I think that this is now fixed. Individual top level

[jira] Updated: (TUSCANY-551) Support secured WSDLs and Schemas

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-551: --- Priority: Minor (was: Major) Lowering the priority as an easy work around

[jira] Commented: (TUSCANY-1500) Many callback tests don't run

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520665 ] Jean-Sebastien Delfino commented on TUSCANY-1500: - I renamed these xxxTest.java to

[jira] Created: (TUSCANY-1547) itest/conversations ConversationsTest fails with an NPE

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
itest/conversations ConversationsTest fails with an NPE --- Key: TUSCANY-1547 URL: https://issues.apache.org/jira/browse/TUSCANY-1547 Project: Tuscany Issue Type: Bug Components:

[jira] Resolved: (TUSCANY-1525) documentBaseURI is incorrect in wsdl Definition

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1525. - Resolution: Fixed This seems to be fixed now. documentBaseURI is

Re: Contribution URLs

2007-08-17 Thread Giorgio Zoppi
On Fri, 2007-08-10 at 08:18 +0100, Simon Laws wrote: This was the piece of code that was causing me problems... contributionURL = new URL(file:/ + currentDirectory.getCanonicalPath() + /src/main/resources/ + nodeName + /); // Contribute the SCA application

[jira] Created: (TUSCANY-1548) multi-valued properties should require indexed xpath

2007-08-17 Thread Michael Yoder (JIRA)
multi-valued properties should require indexed xpath Key: TUSCANY-1548 URL: https://issues.apache.org/jira/browse/TUSCANY-1548 Project: Tuscany Issue Type: Bug Components: C++

[jira] Resolved: (TUSCANY-505) xsi:type on root element fo XML doc causes problems

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-505. Resolution: Fixed This should now work with the changes we've made handle

[jira] Resolved: (TUSCANY-1194) Improve SCA SDO databinding serialization performance

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1194. - Resolution: Fixed We are now using Axis 1.2 so this is resolved.

[jira] Commented: (TUSCANY-1487) Unable to use different application and runtime class loaders for a contribution

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520701 ] Jean-Sebastien Delfino commented on TUSCANY-1487: - This looks like a pretty serious issue for

[jira] Updated: (TUSCANY-1487) Unable to use different application and runtime class loaders for a contribution

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1487: Priority: Major (was: Minor) Unable to use different application and

[jira] Resolved: (TUSCANY-1292) Defining a service within a component definition as an alternative to promoting as a composite service results in a wrong behaviour

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1292. - Resolution: Fixed I fixed this one earlier this week, this was caused

[jira] Resolved: (TUSCANY-1472) Rationalize remove() interface of ScopeContainer

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1472. - Resolution: Fixed Scope container is not part of the SPI, it is in

Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-17 Thread Jean-Sebastien Delfino
Simon Laws wrote: snip... I have temporarily disabled the build of modules binding-sca-axis2 and distributed impl as they are preventing me to build. OK Sebastien, can you give it another try. I've put them back in. More changes to go in but am interested to know whether

Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-17 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Simon Laws wrote: snip... I have temporarily disabled the build of modules binding-sca-axis2 and distributed impl as they are preventing me to build. OK Sebastien, can you give it another try. I've put them back in. More changes to go in but am

[jira] Assigned: (TUSCANY-1460) SDO databinding's SDO metadata is scoped in a classloader different from the webapp classloader created by the embedded tomcat (ClassCastException w/ sample-helloworld-

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino reassigned TUSCANY-1460: --- Assignee: Jean-Sebastien Delfino (was: Luciano Resende) SDO

[jira] Commented: (TUSCANY-1460) SDO databinding's SDO metadata is scoped in a classloader different from the webapp classloader created by the embedded tomcat (ClassCastException w/ sample-helloworld

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520721 ] Jean-Sebastien Delfino commented on TUSCANY-1460: - The problem is that our embedded Tomcat server

[jira] Updated: (TUSCANY-1347) IndexOutOfBoundsException thrown when trying to locate a service that includes a callback

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1347: Component/s: (was: Java SCA Embedded Runtime) Java

[jira] Resolved: (TUSCANY-1184) Extend depth and breath of generated databinding tests

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1184. - Resolution: Fixed I just reviewed our test suite and I think it's OK

[jira] Resolved: (TUSCANY-1460) SDO databinding's SDO metadata is scoped in a classloader different from the webapp classloader created by the embedded tomcat (ClassCastException w/ sample-helloworld-

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1460. - Resolution: Fixed Fixed now. SDO databinding's SDO metadata is

[jira] Resolved: (TUSCANY-824) DataBinding: Is it a concern of Programming Model vs. Assembly?

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-824. Resolution: Fixed A fix equivalent to your patch has been applied. I

[jira] Resolved: (TUSCANY-1266) ServiceBindingProvider getBindingInterfaceContract is unnecessary

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1266. - Resolution: Invalid I don't think that this analysis is correct:

[jira] Commented: (TUSCANY-1498) Improve SubstitutionValuesTestCase

2007-08-17 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520746 ] Ron Gavlin commented on TUSCANY-1498: - Hi Frank, Thanks for reviewing and patching my patch. - Ron Improve

[jira] Created: (TUSCANY-1549) itest/recursive RecursiveCompositeTestCase fails with an NPE

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
itest/recursive RecursiveCompositeTestCase fails with an NPE Key: TUSCANY-1549 URL: https://issues.apache.org/jira/browse/TUSCANY-1549 Project: Tuscany Issue Type: Bug

[jira] Resolved: (TUSCANY-1285) iTests are being skiped due to wrong naming convention

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1285. - Resolution: Fixed I went through all the test cases that were disabled

[jira] Commented: (TUSCANY-1312) Can not expose Java Implementation class as a service

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520760 ] Jean-Sebastien Delfino commented on TUSCANY-1312: - Using implementation classes instead of

[jira] Updated: (TUSCANY-1326) Ajax binding should use endpoints as defined in the assembly spec 1.7.2

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1326: Summary: Ajax binding should use endpoints as defined in the assembly

[jira] Updated: (TUSCANY-435) Spaces binding for SCA

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-435: --- Issue Type: Wish (was: New Feature) Changed issue type from feature to

[jira] Updated: (TUSCANY-1536) Implementation type for XQuery

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1536: Patch Info: [Patch Available] I have created a new JIRA component for

[jira] Resolved: (TUSCANY-610) Initial OSGi support effort

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-610. Resolution: Fixed I think this one has been resolved, since there is

[jira] Commented: (TUSCANY-1152) Support Spring beans as eager-init singletons with references to SCA composite references

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520771 ] Jean-Sebastien Delfino commented on TUSCANY-1152: - Any comment? Is the test scenario I proposed

[jira] Updated: (TUSCANY-1152) Support Spring beans as eager-init singletons with references to SCA composite references

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1152: Issue Type: Test (was: Bug) Changed the issue type to test, as no bug

[jira] Updated: (TUSCANY-1064) WSDL2Java tool doesn't have an option to generate Java non-wrapper style interface using dynamic SDO (commonj.sdo.DataObject)

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-1064: Priority: Minor (was: Major) Patch Info: [Patch Available] If

[jira] Resolved: (TUSCANY-1064) WSDL2Java tool doesn't have an option to generate Java non-wrapper style interface using dynamic SDO (commonj.sdo.DataObject)

2007-08-17 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1064. - Resolution: Later Marked resolved - later based on my previous

  1   2   >