Re: Implementation.script module is broken due to a change in grovy-all-1.0 POM

2007-10-25 Thread Raymond Feng
Hi, This looks like a diaster in the open source world. http://www.nabble.com/-jira--Created:-(MEV-550)-Missing-castor-version-or-incorrect-groovy-openejb-dependencies-t4683384s177.html. It seems that Geronimo build is broken too. I have to delay the SCA Java 1.0.1 RC as I cannot build it

[jira] Resolved: (TUSCANY-1815) das.applyChanges will always do insert instead of update if createDataObject was used

2007-10-25 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amita Vadhavkar resolved TUSCANY-1815. -- Resolution: Fixed Changes applied under revision 588159 das.applyChanges will

Re: [NOTICE] Michael Yoder voted as Tuscany committer

2007-10-25 Thread kelvin goodson
Michael, good to have you on board, Welcome! Kelvin. On 24/10/2007, Pete Robbins [EMAIL PROTECTED] wrote: The Tuscany PPMC and Incubator PMC have voted for Michael to become a Tuscany committer. Congratulations and welcome! I look forward to your continued excellent contributions to

Re: Implementation.script module is broken due to a change in grovy-all-1.0 POM

2007-10-25 Thread ant elder
It simply needs an exclude of the openejb dependency which will prevent castor being draged in : exclusions exclusion groupIdopenejb/groupId artifactIdopenejb-loader/artifactId /exclusion /exclusions

Re: Classloading in Tuscany

2007-10-25 Thread Rajini Sivaram
Sebastien, Comments inline. On 10/25/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Some comments and use cases. Rajini Sivaram wrote: The bundles that I have at the moment are: 1. org.apache.tuscany.sca.api.jar 14,942 bytes 2.

Re: Classloading in Tuscany

2007-10-25 Thread ant elder
On 10/25/07, Rajini Sivaram [EMAIL PROTECTED] wrote: snip This does imply splitting both Tuscany extension bundle and the big 3rd party bundle, into smaller chunks. Because of its size, I am more inclined to split the 3rd party bundle into smaller bundles first (though I have no idea where

Re: Classloading in Tuscany

2007-10-25 Thread Rajini Sivaram
Thank you, Ant. That will be very helpful. Let me finish off the classloading changes first, and I will get back to you (hopefully sometime next week). Thank you... Regards, Rajini On 10/25/07, ant elder [EMAIL PROTECTED] wrote: On 10/25/07, Rajini Sivaram [EMAIL PROTECTED] wrote: snip

Re: [SDO+DAS] order of changed data objects in change summary

2007-10-25 Thread Amita Vadhavkar
I am trying to see if the below is a potential problem or a rare case. Please give your comments. Let us take an example - customer doing bulk purchase. When DAS does query to Customer+Order it gets back - Customer1-Order1...Order50 (DAS starts ChangeSummary logging after query is transformed

Re: JSONRPC Enhancements

2007-10-25 Thread Simon Nash
OK, this member of the community will bite :-) Now that we have released 1.0, we should not break compatibility with user applications or user extensions without a very good reason. We should always try to deprecate previously supported APIs and keep them working rather than disabling them. Is

Re: JSONRPC Enhancements

2007-10-25 Thread ant elder
I've had a quick look and i think should be possible to support both approaches, i'll go give it a try. Once the sca.js approach is working and the old scaDomain.js is used we could log a warning message saying its scaDomain.js is deprecated. ...ant On 10/25/07, Simon Nash [EMAIL PROTECTED]

Re: Implementation.script module is broken due to a change in grovy-all-1.0 POM

2007-10-25 Thread Raymond Feng
Hi, I did try that last night, for some reasone, I saw the same problem. But now it works. Thanks. I'll merge it into the 1.0.1 branch now. Raymond - Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, October 25, 2007 1:42 AM

Resolving Component type files

2007-10-25 Thread Rajini Sivaram
Hello, Is there any reason why unlike CompositeModelResolver and ConstrainingTypeModelResolver, ComponentTypeModelResolver does not look at imported namespaces for resolving component type files? My test case contains: ContributionA : contains a composite file, with a component C1

[jira] Resolved: (TUSCANY-1694) sdotest does not compile

2007-10-25 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani resolved TUSCANY-1694. --- Resolution: Fixed sdotest does not compile

[jira] Resolved: (TUSCANY-1695) SDOUtils.cpp does not compile due to problematic cast

2007-10-25 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani resolved TUSCANY-1695. --- Resolution: Fixed SDOUtils.cpp does not compile due to problematic cast

[jira] Updated: (TUSCANY-1868) Schema imports not working in multiple class-loader environment

2007-10-25 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1868: Component/s: Java SDO Implementation Schema imports not working in multiple

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

2007-10-25 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1780. - Resolution: Fixed Resolved in 588261. [JAVA-SDO] Incorrect generation of class with

Please review the SCA Java 1.0.1 RC1

2007-10-25 Thread Raymond Feng
Hi, The SCA Java 1.0.1 RC1 is ready for review. SVN Tag: http://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/1.0.1-RC1/ Stage maven repo: http://people.apache.org/~rfeng/tuscany/maven/ RAT report: http://people.apache.org/~rfeng/tuscany/1.0.1-RC1/1.0.1-RC1.rat.txt Distros

Re: Please review the SCA Java 1.0.1 RC1

2007-10-25 Thread Ignacio Silva-Lepe
Quick comment, the notification sample readmes should really use release neutral jar and dir names, my bad for not changing them before the spin of RC1. In case a respin happens, the trivial change is the same as that of r588330. On 10/25/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, The SCA

Re: Please review the SCA Java 1.0.1 RC1

2007-10-25 Thread Ignacio Silva-Lepe
Trying out RC1 I am seeing the same problem as in TUSCANY-1791. Not sure why a EOF occurs in Tomcat's Servlet engine and not on Jetty. On 10/25/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, The SCA Java 1.0.1 RC1 is ready for review. SVN Tag:

Registration now open for SCA/SDO events in India

2007-10-25 Thread Doug Tidwell
Friends, the registration page for the SCA/SDO briefings in India is up and running. These are vendor-neutral events in which we talk about the joys of SCA and SDO, using Tuscany for the demos. The registration page for these events is at http://www-07.ibm.com/in/events/soaedge/index.html.

Re: JSONRPC Enhancements

2007-10-25 Thread Luciano Resende
I managed to get the scaDomain working for the JSON-RPC again. I have also updated the helloworld-jsonrpc-webapp to use that, instead of a local json.js proxy. On 10/25/07, ant elder [EMAIL PROTECTED] wrote: I've had a quick look and i think should be possible to support both approaches, i'll

[jira] Created: (TUSCANY-1869) one step further, enlist *ws over jms* and local XAResource in one transaction

2007-10-25 Thread gengshaoguang (JIRA)
one step further, enlist *ws over jms* and local XAResource in one transaction -- Key: TUSCANY-1869 URL: https://issues.apache.org/jira/browse/TUSCANY-1869 Project: Tuscany

[jira] Updated: (TUSCANY-1869) one step further, enlist *ws over jms* and local XAResource in one transaction

2007-10-25 Thread gengshaoguang (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] gengshaoguang updated TUSCANY-1869: --- Attachment: sca_diagram_2_references_in_1_transaction.gif Hi every one: This diagram shows

[jira] Created: (TUSCANY-1870) XMLStreamHelper should generate xsi:type if the root element of the XMLDocument is not an existing global element

2007-10-25 Thread Raymond Feng (JIRA)
XMLStreamHelper should generate xsi:type if the root element of the XMLDocument is not an existing global element - Key: TUSCANY-1870 URL: