[jira] Created: (TUSCANY-1710) Get service by class's name will cause error when add a binding.ws

2007-09-15 Thread gengshaoguang (JIRA)
Get service by class's name will cause error when add a binding.ws -- Key: TUSCANY-1710 URL: https://issues.apache.org/jira/browse/TUSCANY-1710 Project: Tuscany Issue Type: Bug

Re: SCA 1.0 RC1 artifacts available for review

2007-09-15 Thread ant elder
Thanks for noticing. Not sure how that happened as as i used a tool to do the global change. ...ant On 9/15/07, Simon Nash [EMAIL PROTECTED] wrote: The pom for implementation-java-runtime in the tag has 1.0-incubating-SNAPSHOT instead of 1.0-incubating. The other poms seem OK. Simon

[jira] Updated: (TUSCANY-1684) Web Service binding incompatibility when referencing a WebService hosted on JBoss

2007-09-15 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-1684: --- Fix Version/s: Java-SCA-Next The wsdlLocation attribute on interface.wsdl and binding.ws is not

Re: SCA 1.0 RC1 artifacts available for review

2007-09-15 Thread Giorgio Zoppi
ant elder ha scritto: Thanks for noticing. Not sure how that happened as as i used a tool to do the global change. ...ant ant, i've tried to compile it on Linux/JDK1.5 but when it starts Calculator sample test, i got a NPE. [EMAIL PROTECTED]:~/tuscany-1.0RC/1.0-incubating$ mvn

[jira] Updated: (TUSCANY-1683) AXIS data binding can not process array Type response

2007-09-15 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-1683: --- Fix Version/s: Java-SCA-1.0 AXIS data binding can not process array Type response

Re: Including the XQuery sample in the next release?

2007-09-15 Thread Vasil Vasilev
Hi Raymond, The last problem is exactly the one I also faced. This is due to the fact that the transformation form OMElement to NodeInfo does not happen, rather transformation from OMElement to SDO DataObject happens. This leads that the saxon parser is given not correct type of value. I am

[jira] Updated: (TUSCANY-1703) SCA runtime has a lot more dependencies now

2007-09-15 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-1703: --- Fix Version/s: (was: Java-SCA-1.0) Java-SCA-Next I've changed the

Re: Including the XQuery sample in the next release?

2007-09-15 Thread Raymond Feng
Hi, I believe I have a fix now. First, in the XQueryImplementationProvider, we should set the SAXON databinding for the services/references of the componentType (implemention) instead of the component. And then we need to make sure inline schema of the WSDL available to the SDO model. After

Re: SCA 1.0 RC1 artifacts available for review

2007-09-15 Thread ant elder
Not yet, but there's a blocking JIRA so it will get done: http://issues.apache.org/jira/browse/TUSCANY-1709. If you'd like to run it that would be great. ...ant On 9/15/07, Matthieu Riou [EMAIL PROTECTED] wrote: Did anybody try RAT [1] (the tool the IPMC usually use to check releases) on

Re: svn commit: r575799 [1/12] - in /incubator/tuscany/java/sca: itest/ itest/osgi-contribution/ itest/osgi-contribution/contribution-classes-v2/ itest/osgi-contribution/contribution-classes-v2/src/ i

2007-09-15 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Raymond Feng wrote: Sorry, I missed a few new files in the checkin. Now they are committed under 575831. Thanks, Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Friday, September 14, 2007

Re: svn commit: r575799 [1/12] - in /incubator/tuscany/java/sca: itest/ itest/osgi-contribution/ itest/osgi-contribution/contribution-classes-v2/ itest/osgi-contribution/contribution-classes-v2/src/ i

2007-09-15 Thread Raymond Feng
There are two issues: 1) I missed a few componentType files in samples/osgi-supplychain (sorry again and I just fixed it) 2) The other issue seems to be related to file handles. Caused by: java.io.FileNotFoundException:

SCA WS-BPEL - Initial support available

2007-09-15 Thread Luciano Resende
This is a quick note to let the community know that I managed to get initial WS-BPEL component implementation ready just in time for our SCA 1.0 release. As described in [1] and [2], we can now invoke executables WS-BPEL process from an SCA runtime. As for a WS-BPEL engine, we are using Apache

Re: SCA WS-BPEL - Initial support available

2007-09-15 Thread Jacek Laskowski
On 9/15/07, Luciano Resende [EMAIL PROTECTED] wrote: This is a quick note to let the community know that I managed to get initial WS-BPEL component implementation ready just in time for our SCA 1.0 release. As described in [1] and [2], we can now invoke executables WS-BPEL process from an SCA

Re: SCA 1.0 RC1 artifacts available for review

2007-09-15 Thread ant elder
There's also now an RC1a with the changes since yesterday at: http://people.apache.org/~antelder/tuscany/1.0-RC1a/http://people.apache.org/%7Eantelder/tuscany/1.0-RC1/ ...ant On 9/14/07, ant elder [EMAIL PROTECTED] wrote: The 1.0 RC1 tag has been taken and is available for checking out and

Re: SCA 1.0 RC1 artifacts available for review

2007-09-15 Thread ant elder
On 9/15/07, Giorgio Zoppi [EMAIL PROTECTED] wrote: ant elder ha scritto: Thanks for noticing. Not sure how that happened as as i used a tool to do the global change. ...ant ant, i've tried to compile it on Linux/JDK1.5 but when it starts Calculator sample test, i got a NPE.

Re: SCA WS-BPEL - Initial support available

2007-09-15 Thread Matthieu Riou
Super! Thanks Luciano! Matthieu On 9/15/07, Luciano Resende [EMAIL PROTECTED] wrote: This is a quick note to let the community know that I managed to get initial WS-BPEL component implementation ready just in time for our SCA 1.0 release. As described in [1] and [2], we can now invoke

Re: SCA 1.0 RC1 artifacts available for review

2007-09-15 Thread haleh mahbod
I am using mvn 2.04. I ran calculator sample and ant works fine. I get a fatal error with mvn build. This used to work before for me. C:\tuscany-new\sca-dist\tuscany-sca-1.0-incubating\samples\calculatormvn [INFO] Scanning for projects... Downloading:

Re: SCA 1.0 RC1 artifacts available for review

2007-09-15 Thread ant elder
The samples in the binary distribution wont build with mvn till we actually release and the artifacts get published to the live maven repository. To test things now you can bypass this by setting up a mirror pointing to the release candidate maven repository. You do that by adding the following to

Re: SCA 1.0 RC1 artifacts available for review

2007-09-15 Thread haleh mahbod
Thanks. that fixed it. On 9/15/07, ant elder [EMAIL PROTECTED] wrote: The samples in the binary distribution wont build with mvn till we actually release and the artifacts get published to the live maven repository. To test things now you can bypass this by setting up a mirror pointing to

[jira] Resolved: (TUSCANY-1623) mortgage-loanapproval README has errors

2007-09-15 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws resolved TUSCANY-1623. - Resolution: Fixed Added to the sca-java-1.0 branch (r575995) Added to the trunk (r575997)

Re: SCA 1.0 RC1 artifacts available for review

2007-09-15 Thread haleh mahbod
a quick update before I stop for today.. I ran the following samples and demos and they work fine with my configuration: Windows xp, JDK 1.5, mvn 2.04, tomcat 6.0.14 Samples: - calculator - calculator-script - calculator-webapp - calculator-ws-webapp demos: -mortgage-account -bigbank Cheers,

implementation-bpel dependencies

2007-09-15 Thread ant elder
The implementation-bpel brings in nearly 30Meg of new dependency jars, i'm guessing a lot of these aren't really necessary and we could exclude them, but the list is so long it will take a while to work out, could any of the bpel/Ode experts say which they think are essential? The complete list

Re: Optimize the reference injection for java components

2007-09-15 Thread Simon Nash
I like option A better. It also has the advantage that others could create alternative experimental patches and post them so that the results could be compared. Simon Jean-Sebastien Delfino wrote: [snip] Simon Nash wrote: Thanks for getting these performance numbers. They confirm that

[jira] Updated: (TUSCANY-1705) Incorrect WS-Addressing header for callback endpoint

2007-09-15 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Nash updated TUSCANY-1705: Attachment: patch1705 This patch resolves both TUSCANY-1705 and TUSCANY-1706. Incorrect

[jira] Commented: (TUSCANY-1706) Change binding dispatch code to eliminate redundant object creations

2007-09-15 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527800 ] Simon Nash commented on TUSCANY-1706: - I have attached a patch to TUSCANY-1705 that also resolves the issue

Please review and apply patch for TUSCANY-1705 and TUSCANY-1706

2007-09-15 Thread Simon Nash
I have created a patch for TUSCANY-1705 that also resolves TUSCANY-1706. (The code changes for both issues were inter-related and are in the same parts of the code.) I have attached the patch to TUSCANY-1705. Please review and apply this patch to the 1.0 branch and the trunk. Thanks. Simon

handling exceptions and faults better with the Tuscany databinding framework

2007-09-15 Thread Scott Kurz
In doing some work trying to leverage the Tuscany databinding framework to transform business exceptions across a binding, I noticed a couple issues relating to the need to handle both exception and fault DataType(s) . Basically, I'd like to discuss: * getting rid of the exception DataType and

[jira] Assigned: (TUSCANY-1706) Change binding dispatch code to eliminate redundant object creations

2007-09-15 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-1706: - Assignee: Raymond Feng (was: Simon Nash) Change binding dispatch code to eliminate

Re: implementation-bpel dependencies

2007-09-15 Thread Matthieu Riou
On 9/15/07, ant elder [EMAIL PROTECTED] wrote: The implementation-bpel brings in nearly 30Meg of new dependency jars, i'm guessing a lot of these aren't really necessary and we could exclude them, but the list is so long it will take a while to work out, could any of the bpel/Ode experts

[jira] Reopened: (TUSCANY-1398) Nested Callbacks Fail

2007-09-15 Thread York (He Yuan) HUANG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] York (He Yuan) HUANG reopened TUSCANY-1398: --- The test case has been run again on Tuscany next, Tuscany 0.99, Tuscany 1.0

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

2007-09-15 Thread gengshaoguang (JIRA)
Reference a ws with complex data type... Key: TUSCANY-1711 URL: https://issues.apache.org/jira/browse/TUSCANY-1711 Project: Tuscany Issue Type: Improvement Components: Java SCA Axis Binding

[jira] Updated: (TUSCANY-1398) Nested Callbacks Fail

2007-09-15 Thread York (He Yuan) HUANG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] York (He Yuan) HUANG updated TUSCANY-1398: -- Attachment: simple-nested-callback.zip This is a simpler test case, however,

Build issue with implementation-bpel module

2007-09-15 Thread Raymond Feng
Hi, I ran into an issue in the implementation-bpel module from the top-down build. The error message is as follows. But if I run the build for the module only, everything works fine. Any clue? Thanks, Raymond [INFO] [compiler:testCompile] [INFO] Compiling 4 source files to

Re: [jira] Commented: (TUSCANY-1398) Nested Callbacks Fail

2007-09-15 Thread He Yuan Huang
Hi Jean-Sebastien, The test case has been run again on Tuscany next, Tuscany 0.99, Tuscany 1.0 RC1 respectively. The original test case and a new simpler test case could be find here.

Re: Build error with WSSecurityConfidentialityTestCase

2007-09-15 Thread Venkata Krishnan
Thanks Raymond. Looks cleaner and lesson learnt too :) - Venkat On 9/16/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, I added a workaround in the test case under r575959 to handle IBM JDK. There is no need to change any configuation now. Thanks, Raymond - Original Message -