Re: How do you register SCDL for a new binding?

2006-03-07 Thread ant elder
Unfortunately I still can't get this to work, although the assembly testcase now works if I try to use the new binding in an sca module in tomcat it fails to find the new binding. It looks like the runtime is not correctly picking up the new SCDL and it ignores the binding on entry points trying

[jira] Created: (TUSCANY-72) Improve handling of Axis exceptions

2006-03-07 Thread Pete Robbins (JIRA)
Improve handling of Axis exceptions --- Key: TUSCANY-72 URL: http://issues.apache.org/jira/browse/TUSCANY-72 Project: Tuscany Type: Improvement Components: C++ SCA Reporter: Pete Robbins Axis exceptions should be caught and

Re: How do you register SCDL for a new binding?

2006-03-07 Thread Jim Marino
The error message in the SystemEntryPointBuilder is not the most helpful. I'm fixing wiring to List types now so I'll go in and provide a more descriptive error as well. Jim On Mar 7, 2006, at 9:32 AM, ant elder wrote: Ok, forget this. Brain dead coding in the scdl module loader. On

[jira] Resolved: (TUSCANY-59) Invalid bundle dependencies in HellowWorld sub-projects

2006-03-07 Thread Jean-Sebastien Delfino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-59?page=all ] Jean-Sebastien Delfino resolved TUSCANY-59: --- Resolution: Fixed Jared, thanks for reporting this problem. I checked in a fix under revision r384081. Invalid bundle

[jira] Resolved: (TUSCANY-1) port build process to Maven2

2006-03-07 Thread Jean-Sebastien Delfino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-1?page=all ] Jean-Sebastien Delfino resolved TUSCANY-1: -- Resolution: Fixed This is now fixed. The port of our build to Maven 2 is complete. port build process to Maven2

[jira] Assigned: (TUSCANY-14) Some WSDLs used by the test cases don't conform to the WSDL schema

2006-03-07 Thread Jean-Sebastien Delfino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-14?page=all ] Jean-Sebastien Delfino reassigned TUSCANY-14: - Assign To: Jean-Sebastien Delfino Some WSDLs used by the test cases don't conform to the WSDL schema

[jira] Resolved: (TUSCANY-14) Some WSDLs used by the test cases don't conform to the WSDL schema

2006-03-07 Thread Jean-Sebastien Delfino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-14?page=all ] Jean-Sebastien Delfino resolved TUSCANY-14: --- Resolution: Fixed Thanks for the patch. I made similar changes to all the WSDL files missing definition names or soap addresses.

[jira] Commented: (TUSCANY-25) @Reference doesn't work on fields with protected or default access modifier

2006-03-07 Thread Jean-Sebastien Delfino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-25?page=comments#action_12369370 ] Jean-Sebastien Delfino commented on TUSCANY-25: --- Here's what the SCA 0.9 spec says for @Properties: The @Property annotation may be used irrespective of the

[jira] Commented: (TUSCANY-37) Move all Website material into site tree using Maven2 build process

2006-03-07 Thread Jean-Sebastien Delfino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-37?page=comments#action_12369373 ] Jean-Sebastien Delfino commented on TUSCANY-37: --- Mike, can you confirm that this has been fixed? Just double checking before marking this resolved. Thanks.

[jira] Updated: (TUSCANY-29) HelloWorldMC sample fails to build

2006-03-07 Thread Jean-Sebastien Delfino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-29?page=all ] Jean-Sebastien Delfino updated TUSCANY-29: -- Component: Java Samples HelloWorld Moving to the right JIRA component. HelloWorldMC sample fails to build

[jira] Resolved: (TUSCANY-29) HelloWorldMC sample fails to build

2006-03-07 Thread Jean-Sebastien Delfino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-29?page=all ] Jean-Sebastien Delfino resolved TUSCANY-29: --- Resolution: Fixed HelloWorldMC sample fails to build -- Key: TUSCANY-29 URL:

[jira] Updated: (TUSCANY-51) Tomcat integration should provide Session scope context

2006-03-07 Thread Jean-Sebastien Delfino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-51?page=all ] Jean-Sebastien Delfino updated TUSCANY-51: -- Component: Java SCA Tomcat Integration Moving to the correct component. Tomcat integration should provide Session scope context

New JIRA component for the JavaScript container

2006-03-07 Thread Jean-Sebastien Delfino
I created a new JIRA component for our JavaScript container. The name of the component is Java SCA JavaScript Container. We can use it to report issues with this module. -- Jean-Sebastien

[jira] Resolved: (TUSCANY-41) Wire builder algorithm uses incorrect scope container

2006-03-07 Thread Jean-Sebastien Delfino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-41?page=all ] Jean-Sebastien Delfino resolved TUSCANY-41: --- Resolution: Fixed All the test cases pass, this is now fixed. Wire builder algorithm uses incorrect scope container

Re: How do you register SCDL for a new binding?

2006-03-07 Thread Jean-Sebastien Delfino
ant elder wrote: What would be in the core namespace of a PHP SCA runtime? If a goal is to be able to take any SCA module and deploy it unchanged in any SCA runtime then doesn't it have to be consistent - either everything in the core namespace or everything in its own namespace? ...ant On

[jira] Created: (TUSCANY-74) Support wire multiplicty in JavaScript components

2006-03-07 Thread Jim Marino (JIRA)
Support wire multiplicty in JavaScript components - Key: TUSCANY-74 URL: http://issues.apache.org/jira/browse/TUSCANY-74 Project: Tuscany Type: Bug Components: Java SCA JavaScript Container Reporter: Jim Marino