Re: svn commit: r533445 [1/4] - in /incubator/tuscany/java/sca: itest/contribution/src/test/java/org/apache/tuscany/sca/test/contribution/ modules/assembly-java-dsl/src/main/java/org/apache/tuscany/as

2007-05-02 Thread Jean-Sebastien Delfino
ant elder wrote: On 5/1/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] ant elder wrote: So now in the Axis2 binding the start method of the Axis2ModuleActivator it news up a whole lot of factories - DefaultAssemblyFactory, DefaultPolicyFactory, DefaultWebServiceBindingFactory,

Re: [C++] SDO overlapping annonymous types problem

2007-05-02 Thread Simon Laws
On 5/1/07, Pete Robbins [EMAIL PROTECTED] wrote: I've checked in a fix to append 1, 2 etc to anonymous type names that clash. In your example you will get types Overlapping and Overlapping1. Cheers, On 01/05/07, Simon Laws [EMAIL PROTECTED] wrote: On 5/1/07, Pete Robbins [EMAIL PROTECTED]

SCA WS Axis binding

2007-05-02 Thread Paulo Henrique Trecenti
Hi, I found a bug in Input2InputTransformer.java (179) Object[] newArgs = new Object[source.length]; for (int i = 0; i source.length; i++) { Object child = mediator.mediate(source[i], sourceType.getLogical().get(i), targetType.getLogical().get(i), context.getMetadata());

[jira] Created: (TUSCANY-1239) Statement::executeQuery and Statement::execute should throw exception

2007-05-02 Thread Adriano Crestani (JIRA)
Statement::executeQuery and Statement::execute should throw exception - Key: TUSCANY-1239 URL: https://issues.apache.org/jira/browse/TUSCANY-1239 Project: Tuscany Issue

Mais um jira criado

2007-05-02 Thread Adriano Crestani
Nao lembro se vc disse q ainda iria fazer ou eskeceu oq estah descrito no jira [1], mas d qq forma criei um jira pra isso. Se fizer basta attachar o patch lah ; ) [1] https://issues.apache.org/jira/browse/TUSCANY-1239 Adriano Crestani

Re: Mais um jira criado

2007-05-02 Thread Adriano Crestani
Sorry guys, This email was not inteded to the ML I committed a mistake and typed the ML address. Just ignore it! Sorry again :( Adriano Crestani On 5/2/07, Adriano Crestani [EMAIL PROTECTED] wrote: Nao lembro se vc disse q ainda iria fazer ou eskeceu oq estah descrito no jira [1], mas d qq

[jira] Commented: (TUSCANY-1171) SDO Java beta1 Release

2007-05-02 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493034 ] Kelvin Goodson commented on TUSCANY-1171: - Here's an example command I used to copy repository artifacts

Re: Next SCA release distributions

2007-05-02 Thread Simon Laws
On 4/30/07, ant elder [EMAIL PROTECTED] wrote: Excellent thanks, thats type type feedback I was looking for! Comments in line... On 4/30/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip/ I have a few questions and suggestions. - tuscany-sca.jar contains .svn directories, I guess

ant build scripts for SCA samples

2007-05-02 Thread Simon Nash
I saw the following discussion in Monday's IRC chat log. (I couldn't attend the chat because I was on a plane.) [12:37] ant_ oh, so with the samples again, I guess we need Ant build scripts [12:37] ant_ lresende, it does right now and i think thats good to do [12:38] jsdelfino yes, +1 for the

Re: [Java SDO CTS] thoughts on structure

2007-05-02 Thread kelvin goodson
I'm inclined to agree that a blanket approach to this kind of testing is not best. The more directed the tests are the better we can understand how comprehensive the CTS is. However, it's not clear to me whether we can now confirm the types are as they should be through the metadata API alone,

Re: svn commit: r531727 - Bring up of helloworld-ws and helloworld-wsclient WS binding samples

2007-05-02 Thread ant elder
This looks like its caused by the move up to Axis2 1.2 which has in its pom a dependeny on woodstox 3.2.1 where as Tuscany is using 3.2.0. I guess Maven is getting confused as there's two versions and the one that ends up getting used is environment dependent. I've added excludes for the 3.2.1

Re: Next release name? (was: Re: [DISCUSS] Next version - What should be in it)

2007-05-02 Thread ant elder
It would be good to choose a name soon so we can start completing all the readme's and release notes etc, there doesn't seem much consensus on beta1 so how about 0.90? That sounds closer to 1.0 than M3 or alpha and still gives space for more releases before the final 1.0. ...ant On 5/1/07,

[jira] Created: (TUSCANY-1240) Compilation warnings

2007-05-02 Thread Caroline Maynard (JIRA)
Compilation warnings Key: TUSCANY-1240 URL: https://issues.apache.org/jira/browse/TUSCANY-1240 Project: Tuscany Issue Type: Bug Components: C++ SDO Affects Versions: Cpp-current Environment: PHP,

Re: Next SCA release distributions

2007-05-02 Thread Simon Laws
On 5/2/07, ant elder [EMAIL PROTECTED] wrote: On 5/2/07, Simon Laws [EMAIL PROTECTED] wrote: On 4/30/07, ant elder [EMAIL PROTECTED] wrote: Excellent thanks, thats type type feedback I was looking for! Comments in line... On 4/30/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote:

Re: ant build scripts for SCA samples

2007-05-02 Thread Simon Laws
On 5/2/07, Simon Nash [EMAIL PROTECTED] wrote: I saw the following discussion in Monday's IRC chat log. (I couldn't attend the chat because I was on a plane.) [12:37] ant_ oh, so with the samples again, I guess we need Ant build scripts [12:37] ant_ lresende, it does right now and i think

Re: Next SCA release distributions

2007-05-02 Thread ant elder
On 5/2/07, Simon Laws [EMAIL PROTECTED] wrote: On 5/2/07, ant elder [EMAIL PROTECTED] wrote: On 5/2/07, Simon Laws [EMAIL PROTECTED] wrote: On 4/30/07, ant elder [EMAIL PROTECTED] wrote: Excellent thanks, thats type type feedback I was looking for! Comments in line... On

Re: [Java SDO CTS] thoughts on structure

2007-05-02 Thread Frank Budinsky
I added a few comments in-line. Thanks, Frank. kelvin goodson [EMAIL PROTECTED] wrote on 05/02/2007 06:38:28 AM: I'm inclined to agree that a blanket approach to this kind of testing is not best. The more directed the tests are the better we can understand how comprehensive the CTS is.

Re: svn commit: r533445 [1/4] - in /incubator/tuscany/java/sca: itest/contribution/src/test/java/org/apache/tuscany/sca/test/contribution/ modules/assembly-java-dsl/src/main/java/org/apache/tuscany/as

2007-05-02 Thread ant elder
On 5/2/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 5/1/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] ant elder wrote: So now in the Axis2 binding the start method of the Axis2ModuleActivator it news up a whole lot of factories -

[jira] Commented: (TUSCANY-1239) Statement::executeQuery and Statement::execute should throw exception

2007-05-02 Thread Douglas Siqueira Leite (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493090 ] Douglas Siqueira Leite commented on TUSCANY-1239: - Okay. I will do this. Statement::executeQuery

Re: ant build scripts for SCA samples

2007-05-02 Thread ant elder
On 5/2/07, Simon Laws [EMAIL PROTECTED] wrote: On 5/2/07, Simon Nash [EMAIL PROTECTED] wrote: I saw the following discussion in Monday's IRC chat log. (I couldn't attend the chat because I was on a plane.) [12:37] ant_ oh, so with the samples again, I guess we need Ant build scripts

Change tuscany-itest-databindings-sdo to use 1.0-incubating-SNAPSHOT for the tuscany-sdo-plugin version?

2007-05-02 Thread ant elder
I'm trying to change tuscany-itest-databindings-sdo pom.xml to use 1.0-incubating-SNAPSHOT for the tuscany-sdo-plugin version as its been changed to that from 1.0-incubator-SNAPSHOT but it keeps getting changed back, i guess this is done by the way the tests a generated but I can't see where the

Could ServletHostExtension add/removeServletMapping take a URI instead of a host and mapping?

2007-05-02 Thread ant elder
The ServletHostExtension currently uses methods like addServletMapping(int host, String mapping, Servlet servlet) so in the things that use this like the Axis2 binding you have to work out things like the host port, eg, see the Axis2ServiceBinding start and stop methods. Could

Re: ant build scripts for SCA samples

2007-05-02 Thread Simon Nash
I can build the sample OK using this ant script, but ant run doesn't work. I'm using the pre-built distribution that Ant posted to http://people.apache.org/~antelder/tuscany/latest/ The problem is with the very long Class-Path attribute in MANIFEST.MF of tuscany-sca-manifest.jar. In Ant's

Webapp support in this release

2007-05-02 Thread ant elder
There's been a few past questions about what we're doing to support webapp's in this release. I think the way the runtime is today webapp's should be able to work just like the standalone J2SE samples and all we need to do is make sure the all the tuscany dependency jars are included somewhere.

Re: Could ServletHostExtension add/removeServletMapping take a URI instead of a host and mapping?

2007-05-02 Thread Jean-Sebastien Delfino
ant elder wrote: The ServletHostExtension currently uses methods like addServletMapping(int host, String mapping, Servlet servlet) so in the things that use this like the Axis2 binding you have to work out things like the host port, eg, see the Axis2ServiceBinding start and stop methods. Could

Re: Could ServletHostExtension add/removeServletMapping take a URI instead of a host and mapping?

2007-05-02 Thread ant elder
On 5/2/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: The ServletHostExtension currently uses methods like addServletMapping(int host, String mapping, Servlet servlet) so in the things that use this like the Axis2 binding you have to work out things like the host

Throwable Input2InputTransformer.java (179) IndexOutOfBoundsException

2007-05-02 Thread Paulo Henrique Trecenti
Hi, I found a small bug in Input2InputTransformer.java (179) Object[] newArgs = new Object[source.length]; for (int i = 0; i source.length; i++) { Object child = mediator.mediate(source[i], sourceType.getLogical().get(i), targetType.getLogical().get(i), context.getMetadata());

Re: Next SCA release distributions

2007-05-02 Thread Paulo Henrique Trecenti
Hi, I believe that it is better to wait until having a more consistent version of what already it is. 2007/5/2, ant elder [EMAIL PROTECTED]: On 5/2/07, Simon Laws [EMAIL PROTECTED] wrote: On 5/2/07, ant elder [EMAIL PROTECTED] wrote: On 5/2/07, Simon Laws [EMAIL PROTECTED] wrote:

Re: Next SCA release distributions

2007-05-02 Thread Jean-Sebastien Delfino
[snip] Simon Laws wrote: - tuscany-rmi? Should this be a binding Yes, would be better as tuscany-binding-rmi. We already have a tuscany-binding-rmi module: the implementation of the RMI binding. The tuscany-rmi module defines an RMI hosting extension point, similar to how the

Re: Interfaces for implementation/binding extensions to provide runtime behaviors

2007-05-02 Thread Raymond Feng
Hi, I have updated the interfaces for extension developers and you can find them at http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/core-spi/src/main/java/org/apache/tuscany/core/. Hopefully the javdoc is good enough for you to understand. I also switched the CRUD

Re: cross-composite locate service

2007-05-02 Thread Kevin Williams
Here is a concrete scenario ... Two composites A, B in the SCA Domain A has single component a B has single component b a provides a.service b provides b.service a_impl.service must delegate to b_impl.service A provides no defined reference to b.service so a_impl will dynamically find and

Re: Next SCA release distributions

2007-05-02 Thread Simon Laws
On 5/2/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] Simon Laws wrote: - tuscany-rmi? Should this be a binding Yes, would be better as tuscany-binding-rmi. We already have a tuscany-binding-rmi module: the implementation of the RMI binding. The tuscany-rmi module defines an

Re: Change tuscany-itest-databindings-sdo to use 1.0-incubating-SNAPSHOT for the tuscany-sdo-plugin version?

2007-05-02 Thread Simon Laws
On 5/2/07, ant elder [EMAIL PROTECTED] wrote: I'm trying to change tuscany-itest-databindings-sdo pom.xml to use 1.0-incubating-SNAPSHOT for the tuscany-sdo-plugin version as its been changed to that from 1.0-incubator-SNAPSHOT but it keeps getting changed back, i guess this is done by the way

[jira] Created: (TUSCANY-1241) Provide CTS Updates for HelperContext and a new DO creation mechanism

2007-05-02 Thread Brian Murray (JIRA)
Provide CTS Updates for HelperContext and a new DO creation mechanism - Key: TUSCANY-1241 URL: https://issues.apache.org/jira/browse/TUSCANY-1241 Project: Tuscany Issue

[jira] Updated: (TUSCANY-1241) Provide CTS Updates for HelperContext and a new DO creation mechanism

2007-05-02 Thread Brian Murray (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Murray updated TUSCANY-1241: -- Attachment: cts.patch Attaching the patch. Provide CTS Updates for HelperContext and a new

Re: Next SCA release distributions

2007-05-02 Thread Jean-Sebastien Delfino
Simon Laws wrote: On 5/2/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] Simon Laws wrote: - tuscany-rmi? Should this be a binding Yes, would be better as tuscany-binding-rmi. We already have a tuscany-binding-rmi module: the implementation of the RMI binding. The

Jetty server is always created

2007-05-02 Thread Simon Nash
When bringing up the Tuscany core runtime with no usage of any extensions, a Jetty server is always created. AIUI, this should only happen when creating a service that has a Web services binding. The code that creates the Jetty server is in the start method of

Re: [Java SDO CTS] thoughts on structure

2007-05-02 Thread Brian Murray
I have opened Tuscany-1241 to provide the changes my team has made to the CTS. As is mentioned in the Jira, the patch is not entirely complete in and of itself and further may not reflect some of the changes that have gone in recently. However, I'm aware that changes are being made to the CTS

Re: Webapp support in this release

2007-05-02 Thread Luciano Resende
I have started looking into this yesterday, trying to make the das-service web client working, but then decided to start simple as you are suggesting, and started looking at a simple calculator web-app. At the moment i have the sample web-app building Ok, with the necessary dependencies on the

svn commit: r534591 - Calculator web sample application available, was Re: Webapp support in this release

2007-05-02 Thread Luciano Resende
Hi All I have put together a simple web application based on the calculator sample we have. The client/jsp programming model is simple works same as in a J2SE application. The generated war file for the calculator-web app has all required dependencies on it, and should work on your app server

Tuscany runtime dependencies

2007-05-02 Thread Simon Nash
Here is the complete list of dependencies loaded by the code in tuscany-sca-all-1.0-incubating-SNAPSHOT.jar when starting the Tuscany core runtime. (XML parsing) stax-api-1.0.1.jar wstx-asl-3.2.0.jar (SCA APIs) sca-api-1.0-incubating-SNAPSHOT.jar (used by JettyRuntimeModuleActivator)

Re: ant build scripts for SCA samples

2007-05-02 Thread Simon Laws
On 5/2/07, ant elder [EMAIL PROTECTED] wrote: On 5/2/07, Simon Laws [EMAIL PROTECTED] wrote: On 5/2/07, Simon Nash [EMAIL PROTECTED] wrote: I saw the following discussion in Monday's IRC chat log. (I couldn't attend the chat because I was on a plane.) [12:37] ant_ oh, so with the

Re: ant build scripts for SCA samples

2007-05-02 Thread Simon Laws
On 5/2/07, Simon Nash [EMAIL PROTECTED] wrote: I can build the sample OK using this ant script, but ant run doesn't work. I'm using the pre-built distribution that Ant posted to http://people.apache.org/~antelder/tuscany/latest/ The problem is with the very long Class-Path attribute in

Re: Throwable Input2InputTransformer.java (179) IndexOutOfBoundsException

2007-05-02 Thread Raymond Feng
Hi, Thank you for reporting this. Actually, the problem is not in the Input2InputTransformer. It's related to how we map a java interface to a WSDL portType. For a wrapper style (please see WS-JAX spec for the definition) WSDL operation with the following input wrapper element, we don't

Re: Throwable Input2InputTransformer.java (179) IndexOutOfBoundsException

2007-05-02 Thread Paulo Henrique Trecenti
Ok I can work in this task, because I need this. Currently I am making one sample where I would like to donate for the project sca tuscany, the Luciano Resende is helping me very in this. Thanks. 2007/5/2, Raymond Feng [EMAIL PROTECTED]: Hi, Thank you for reporting this. Actually, the

Re: Next SCA release distributions

2007-05-02 Thread ant elder
On 5/2/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] Simon Laws wrote: - tuscany-rmi? Should this be a binding Yes, would be better as tuscany-binding-rmi. We already have a tuscany-binding-rmi module: the implementation of the RMI binding. The tuscany-rmi module defines an

Re: Next release name? (was: Re: [DISCUSS] Next version - What should be in it)

2007-05-02 Thread Ignacio Silva-Lepe
+1 on 0.90 On 5/2/07, ant elder [EMAIL PROTECTED] wrote: It would be good to choose a name soon so we can start completing all the readme's and release notes etc, there doesn't seem much consensus on beta1 so how about 0.90? That sounds closer to 1.0 than M3 or alpha and still gives space for

Re: Next release name? (was: Re: [DISCUSS] Next version - What should be in it)

2007-05-02 Thread haleh mahbod
why does it matter if we call it beta1 or beta .90? It is a variation of what we call beta. The fact that there is a number after Beta is an indication that there might be revisions of Beta anyway before 1.0 release is reached. On 5/2/07, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote: +1 on 0.90

[ANNOUNCE] Tuscany SCA Native and Tuscany SDO C++ Milestone 3 Releases

2007-05-02 Thread Pete Robbins
The Apache Tuscany community is pleased to announce Milestone 3 releases of Service Component Architecture (SCA) Native and Service Data Objects (SDO) for C++. The Tuscany SCA Native release: http://cwiki.apache.org/confluence/display/TUSCANY/SCA+Downloads The Tuscany SDO C++ release:

Re: ant build scripts for SCA samples

2007-05-02 Thread Simon Nash
Simon Laws wrote: Simon, I have some strange things going on with my distribution build which is affecting the way the manifests are build. Am investigating this now but have to drop off the network til the morning. Also, are you also building ant scripts also? I'm going to try and make a few

Re: Next release name? (was: Re: [DISCUSS] Next version - What should be in it)

2007-05-02 Thread Simon Nash
I thought Ant's suggestion was just 0.90 and not beta anything. I can live with this. I don't think we are ready yet to call it beta 1.0 or beta1 1.0. Simon haleh mahbod wrote: why does it matter if we call it beta1 or beta .90? It is a variation of what we call beta. The fact that there

Re: Jetty server is always created

2007-05-02 Thread Jean-Sebastien Delfino
Comments inline. Simon Nash wrote: When bringing up the Tuscany core runtime with no usage of any extensions, a Jetty server is always created. AIUI, this should only happen when creating a service that has a Web services binding. The creation of an instance of our JettyServer class should

Re: RMI Binding reactivated on the trunk

2007-05-02 Thread Luciano Resende
Hi Venkat, are the RMI samples working now (calculator-rmi-reference and calculator-rmi-service)? Just checking as they were not added into the samples pom, so they could be built during regular builds. On 4/28/07, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi, I have added a couple of samples

Quick Guide for SCA

2007-05-02 Thread haleh mahbod
Hi, I have started working on Java SCA user guide [1] and Quick overview guide for SCA[2]. I am assuming that Quick overview guide will be generic and can be used for both native SCA and Java. Please jump in and help if you are interested or provide comments/feedback. We can use some good

Re: Tuscany runtime dependencies

2007-05-02 Thread Jean-Sebastien Delfino
Simon Nash wrote: Here is the complete list of dependencies loaded by the code in tuscany-sca-all-1.0-incubating-SNAPSHOT.jar when starting the Tuscany core runtime. (XML parsing) stax-api-1.0.1.jar wstx-asl-3.2.0.jar (SCA APIs) sca-api-1.0-incubating-SNAPSHOT.jar (used by