Re: Cleaning up / moving some old modules

2007-09-26 Thread Simon Laws
On 9/26/07, Luciano Resende [EMAIL PROTECTED] wrote: This is already due... +1 On 9/25/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: I'm looking at java/sca/modules and java/sca/itest and would like to delete or move to contrib some old / dormant / broken / unused modules.

Re: Tuscany and IRC #tuscany on freenode

2007-09-26 Thread ant elder
In Apache mailing lists are the preferred communication medium and IRC use is discouraged. There's been tons of discussion about this, searching the [EMAIL PROTECTED] archives should find some. IRC might be ok for complete newbie user queries or is the build broken for you type questions but if

Re: Wiki diagram source

2007-09-26 Thread Simon Laws
On 9/25/07, Luciano Resende [EMAIL PROTECTED] wrote: Some static files are still stored in SVN [1], and I see a image-sources there, so we could either use that one, or a new one. As for syncup, yes, it's still happening. [1] https://svn.apache.org/repos/asf/incubator/tuscany/site/ On

Re: [DISCUSS] JIRA - was:Fwd: Change freeze on 1.0 branch

2007-09-26 Thread ant elder
On 9/25/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/25/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] Simon Laws wrote: Hi It feels like we have been getting better at using JIRA in the run up to 0.99 and 1.0 release in terms of the consistency with which we raise

Re: [DISCUSS] JIRA - was:Fwd: Change freeze on 1.0 branch

2007-09-26 Thread Simon Laws
On 9/26/07, ant elder [EMAIL PROTECTED] wrote: On 9/25/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/25/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] Simon Laws wrote: Hi It feels like we have been getting better at using JIRA in the run up to 0.99 and

[jira] Closed: (TUSCANY-1781) Will binding-jms be available in Tuscany SCA Java 1.0?

2007-09-26 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-1781. -- Resolution: Fixed No its not ready in time for 1.0, seems like there's some interest in it so

[jira] Updated: (TUSCANY-1789) Is binding-jms available?

2007-09-26 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-1789: --- Fix Version/s: Java-SCA-Next Is binding-jms available? -

Re: Contribute to SCA-OSGi integration

2007-09-26 Thread Rajini Sivaram
Bill, We are prototyping some code which require SCA modules running in an OSGi container, and would be very keen on using your implementation (SCA container built using OSGi). If you have prototype code which already runs with Felix, would it be possible for you to submit the code? At the

[jira] Updated: (TUSCANY-1802) RMI Implementation Error Handling lost inner exception's detail information

2007-09-26 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-1802: --- Fix Version/s: (was: Java-SCA-0.99) Java-SCA-Next RMI Implementation Error

[DISCUSS] SCA Domain

2007-09-26 Thread Simon Laws
We have two SCADomain interfaces (I'm leaving aside EmbeddedSCADomain for now) 1) o.a.t.s.host.embedded.SCADomain (supports a domian with a single node) public static SCADomain newInstance() public static SCADomain newInstance(String composite) *A* public static SCADomain

Re: OSGi manifests in SDO Jars, was: Tuscany and OSGi

2007-09-26 Thread kelvin goodson
You are right, as far as I understand it's just history/legacy. If there's a volunteer to help clean this up and make the jars more friendly that would be really great; I don't have a detailed understanding of what's best here. Kelvin. On 26/09/2007, Jean-Sebastien Delfino [EMAIL PROTECTED]

Re: [DISCUSS] SCA Domain

2007-09-26 Thread ant elder
On 9/26/07, Simon Laws [EMAIL PROTECTED] wrote: We have two SCADomain interfaces (I'm leaving aside EmbeddedSCADomain for now) 1) o.a.t.s.host.embedded.SCADomain (supports a domian with a single node) public static SCADomain newInstance() public static SCADomain newInstance(String

Re: Wiki diagram source

2007-09-26 Thread Luciano Resende
The sync is being done from the svn to the website. The sync script I'm using is : https://svn.apache.org/repos/asf/incubator/tuscany/site/bin/sync On 9/26/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/25/07, Luciano Resende [EMAIL PROTECTED] wrote: Some static files are still stored in SVN

[jira] Created: (TUSCANY-1810) SDOUtil.createHelperContext() fails with NPE on HP-UX and Solaris

2007-09-26 Thread Travis Nelson (JIRA)
SDOUtil.createHelperContext() fails with NPE on HP-UX and Solaris - Key: TUSCANY-1810 URL: https://issues.apache.org/jira/browse/TUSCANY-1810 Project: Tuscany Issue Type: Bug

[jira] Commented: (TUSCANY-1795) helloworld-bpel sample fails with NoClassDefFoundError

2007-09-26 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530479 ] Raymond Feng commented on TUSCANY-1795: --- It might be related to http://jira.codehaus.org/browse/SUREFIRE-322

[jira] Created: (TUSCANY-1811) ClassCastException saving codegen-based DataGraph with ChangeSummary containing an xsd:float

2007-09-26 Thread Ron Gavlin (JIRA)
ClassCastException saving codegen-based DataGraph with ChangeSummary containing an xsd:float Key: TUSCANY-1811 URL: https://issues.apache.org/jira/browse/TUSCANY-1811

Re: [DISCUSS] SCA Domain

2007-09-26 Thread Simon Laws
On 9/26/07, ant elder [EMAIL PROTECTED] wrote: On 9/26/07, Simon Laws [EMAIL PROTECTED] wrote: We have two SCADomain interfaces (I'm leaving aside EmbeddedSCADomain for now) 1) o.a.t.s.host.embedded.SCADomain (supports a domian with a single node) public static SCADomain

Re: [DISCUSS] SCA Domain

2007-09-26 Thread Luciano Resende
Should we also consider how this SCADomain would work in the context of multiple contributions ? On 9/26/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/26/07, ant elder [EMAIL PROTECTED] wrote: On 9/26/07, Simon Laws [EMAIL PROTECTED] wrote: We have two SCADomain interfaces (I'm leaving

Re: [DISCUSS] SCA Domain

2007-09-26 Thread Simon Laws
On 9/26/07, Luciano Resende [EMAIL PROTECTED] wrote: Should we also consider how this SCADomain would work in the context of multiple contributions ? On 9/26/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/26/07, ant elder [EMAIL PROTECTED] wrote: On 9/26/07, Simon Laws [EMAIL

Re: [jira] Created: (TUSCANY-1809) Build Error - SCA topology XML model fails to resolve tuscany-core-spi

2007-09-26 Thread Simon Laws
On 9/25/07, dinesh shahane (JIRA) tuscany-dev@ws.apache.org wrote: Build Error - SCA topology XML model fails to resolve tuscany-core-spi -- Key: TUSCANY-1809 URL:

[jira] Commented: (TUSCANY-1809) Build Error - SCA topology XML model fails to resolve tuscany-core-spi

2007-09-26 Thread dinesh shahane (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530520 ] dinesh shahane commented on TUSCANY-1809: - Thanks raymond, I could now build the trunk successfully once I

[jira] Created: (TUSCANY-1812) XMLHelper.load() IOException using schema that has both a substitution group and an extension

2007-09-26 Thread Ron Gavlin (JIRA)
XMLHelper.load() IOException using schema that has both a substitution group and an extension - Key: TUSCANY-1812 URL: https://issues.apache.org/jira/browse/TUSCANY-1812

[jira] Commented: (TUSCANY-1806) Support for SOAP over JMS in Axis binding

2007-09-26 Thread dinesh shahane (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530523 ] dinesh shahane commented on TUSCANY-1806: - Simon, I have created testcases for helloworld-service and

[jira] Updated: (TUSCANY-1806) Support for SOAP over JMS in Axis binding

2007-09-26 Thread dinesh shahane (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dinesh shahane updated TUSCANY-1806: Attachment: tuscany_1.0_binding-ws-axis2_soap_jms_TUSCANY-1806_with_testcases.diff

[jira] Created: (TUSCANY-1813) WSDL Message Types stored in SDO DataFactory incorrectly

2007-09-26 Thread Brady Johnson (JIRA)
WSDL Message Types stored in SDO DataFactory incorrectly Key: TUSCANY-1813 URL: https://issues.apache.org/jira/browse/TUSCANY-1813 Project: Tuscany Issue Type: Bug

[SCA Native] WSDL Message Types stored incorrectly in the SDO DataFactory

2007-09-26 Thread Brady Johnson
I created a JIRA for this and am currently working on localizing where the problem is. https://issues.apache.org/jira/browse/TUSCANY-1813 Basically, it appears that the types are being stored in the SDO DataFactory as follows (copied from Utils::printTypes() ): URI=

[jira] Commented: (TUSCANY-1812) XMLHelper.load() IOException using schema that has both a substitution group and an extension

2007-09-26 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530551 ] Frank Budinsky commented on TUSCANY-1812: - Hi Ron, It looks like your myResult element is missing the

[jira] Commented: (TUSCANY-1811) ClassCastException saving codegen-based DataGraph with ChangeSummary containing an xsd:float

2007-09-26 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530554 ] Frank Budinsky commented on TUSCANY-1811: - Is the general problem that we need a notify() method in

[jira] Updated: (TUSCANY-1812) XMLHelper.load() IOException using schema that has both a substitution group and an extension

2007-09-26 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ron Gavlin updated TUSCANY-1812: Description: Below, please find a failing Java test case and its XSD and XML test resources.

[jira] Commented: (TUSCANY-1812) XMLHelper.load() IOException using schema that has both a substitution group and an extension

2007-09-26 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530557 ] Ron Gavlin commented on TUSCANY-1812: - Hi Frank, Sorry 'bout that. Interestingly, with that correction, the

[jira] Updated: (TUSCANY-1780) [JAVA-SDO] Incorrect generation of class with default value for a list

2007-09-26 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Budinsky updated TUSCANY-1780: Attachment: Address2.xsd The Address.xsd schema has a few errors. I'm attaching

[jira] Commented: (TUSCANY-1811) ClassCastException saving codegen-based DataGraph with ChangeSummary containing an xsd:float

2007-09-26 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530559 ] Ron Gavlin commented on TUSCANY-1811: - Precisely! It would probably be a good idea to generalize

[jira] Commented: (TUSCANY-1780) [JAVA-SDO] Incorrect generation of class with default value for a list

2007-09-26 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530562 ] Frank Budinsky commented on TUSCANY-1780: - This seems to be a part of the Class.javajet template that was

RE: [SCA Native] WSDL Message Types stored incorrectly in the SDO DataFactory

2007-09-26 Thread Brady Johnson
I figured out the problem. It's a matter of how DataFactory::create() is called, since the type in question is an anonymous type. Calling like this does not work: DataFactory::create( http://www.bigbank.com/AccountService;, getAccountReport ) But this does: DataFactory::create(

[jira] Commented: (TUSCANY-1813) WSDL Message Types stored in SDO DataFactory incorrectly

2007-09-26 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530578 ] Brady Johnson commented on TUSCANY-1813: I figured out the problem. It's a matter of how

[jira] Closed: (TUSCANY-1813) WSDL Message Types stored in SDO DataFactory incorrectly

2007-09-26 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson closed TUSCANY-1813. -- Resolution: Invalid This turned out to be an issue with how I was using SDO.

[jira] Updated: (TUSCANY-1814) Large memory footprint with large wsdl/schemas

2007-09-26 Thread Sunny Ip (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunny Ip updated TUSCANY-1814: -- Attachment: wsdl.zip Large memory footprint with large wsdl/schemas

[jira] Created: (TUSCANY-1814) Large memory footprint with large wsdl/schemas

2007-09-26 Thread Sunny Ip (JIRA)
Large memory footprint with large wsdl/schemas -- Key: TUSCANY-1814 URL: https://issues.apache.org/jira/browse/TUSCANY-1814 Project: Tuscany Issue Type: Bug Components: Java SCA Data

[jira] Updated: (TUSCANY-1814) Large memory footprint with large wsdl/schemas

2007-09-26 Thread Sunny Ip (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunny Ip updated TUSCANY-1814: -- Attachment: Memory Footprint (Startup Profile).png A graph created from a memory profiler. This was

Re: Graduation

2007-09-26 Thread haleh mahbod
Here is an attempt to clarify the description a bit more. Old description: WHEREAS, the Board of Directors deems it to be in the best interests of the Foundation and consistent with the Foundation's purpose to establish a Project Management Committee charged with the creation and maintenance of

Re: Graduation

2007-09-26 Thread Jean-Sebastien Delfino
Matthieu Riou wrote: Guys, I'm definitely +1 for both graduation and ant as the chair. For the tasks, as ant mentioned the graduation guide [1] is definitely a good read. A few additional details: * In your resolution, one of the most important parts is the description. Don't be too broad,

Re: Graduation

2007-09-26 Thread Matthieu Riou
On 9/26/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Matthieu Riou wrote: Guys, I'm definitely +1 for both graduation and ant as the chair. For the tasks, as ant mentioned the graduation guide [1] is definitely a good read. A few additional details: * In your resolution,

Re: [DISCUSS] SCA Domain

2007-09-26 Thread Jean-Sebastien Delfino
Comments inline. Simon Laws wrote: On 9/26/07, ant elder [EMAIL PROTECTED] wrote: On 9/26/07, Simon Laws [EMAIL PROTECTED] wrote: We have two SCADomain interfaces (I'm leaving aside EmbeddedSCADomain for now) 1) o.a.t.s.host.embedded.SCADomain (supports a domian with

Re: [DISCUSS] SCA Domain

2007-09-26 Thread Venkata Krishnan
Simon thanks for starting this and its really useful discussion for me - it just about deals with things that I had 'vowed' to clear up in my mind post Rel 1.0 ;-) +1 for the proposal to prune down to have a single SCADomain abstraction. I am more in line with Sebastien's suggestion of I