Re: [vote] Project structure - renaming java/samples

2006-05-10 Thread Kevin Williams
+0.5 for[ x ] sample applications - java/sampleapps/bigbank/ Jean-Sebastien Delfino wrote: I'm not sure that we really have decided on a good name for our top level samples directory, currently java/samples/. This directory hosts samples. They are of a different nature than the

Re: Experience of first use of Tuscany/SCA

2006-05-10 Thread Jean-Sebastien Delfino
Simon, First, thank you so much for doing that. This is very useful feedback, and exactly what we need to improve the Tuscany user experience! You mentioned JIRA... I encourage you to create JIRA issues for every bug you find. We will also welcome patches to fix these bugs, so if you find a

[jira] Closed: (TUSCANY-342) Lost ability to work with Datasources

2006-05-10 Thread Kevin Williams (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-342?page=all ] Kevin Williams closed TUSCANY-342: -- Verified with 405666 Lost ability to work with Datasources - Key: TUSCANY-342 URL:

[jira] Resolved: (TUSCANY-342) Lost ability to work with Datasources

2006-05-10 Thread Kevin Williams (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-342?page=all ] Kevin Williams resolved TUSCANY-342: Resolution: Fixed Lost ability to work with Datasources - Key: TUSCANY-342 URL:

Re: Problem with celtix distribution in maven

2006-05-10 Thread ant elder
The Celtix jar is big, 17Meg, so the download can timeout, you just have to keep on trying. Or manually download and add it to your maven repository, or as a last resort you can temporarily take Celtix out of the build by changing the binding pom.xml,

Re: [vote] Project structure - renaming java/samples

2006-05-10 Thread Simon Laws
+1 [X] sample applications - java/sampleapps/bigbank/ On 5/10/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: I'm not sure that we really have decided on a good name for our top level samples directory, currently java/samples/. This directory hosts samples. They are of a different nature

[jira] Commented: (TUSCANY-317) Java SCA Groovy Container

2006-05-10 Thread Meeraj Kunnumpurath (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-317?page=comments#action_12378841 ] Meeraj Kunnumpurath commented on TUSCANY-317: - Seems to be wrong version of asm, if you have asm 2.2 higher up in the classpath, the test seems to be working.

[jira] Commented: (TUSCANY-317) Java SCA Groovy Container

2006-05-10 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-317?page=comments#action_12378881 ] ant elder commented on TUSCANY-317: --- Crikey, doesn't Groovy have a ton of dependencies. This NoSuchMethodError seems to be a dependency conflict within groovy itself,

Maven artifactID for all samples to sample-xxxxx

2006-05-10 Thread cr22rc2
I'd like to propose for all samples be it the yet undecided name for what BB is and the other technology samples to prepend to the maven artifactid sample-. I hate to be picky about things like this, but I think this would make it clearer that it's a sample. For Eclipse users it really adds a

[jira] Updated: (TUSCANY-329) Simplified extension API improvements

2006-05-10 Thread Meeraj Kunnumpurath (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-329?page=all ] Meeraj Kunnumpurath updated TUSCANY-329: Attachment: GroovyImplementationLoader.java This is the groovy implementation loader now loos like. Simplified extension API improvements

Eclipse code style templates

2006-05-10 Thread Meeraj Kunnumpurath
Hi, Could someone pls point me to the Eclipse code style templates for Tuscany? Ta Meeraj * You can find us at www.voca.com * This communication is confidential and intended for the

java.lang.ClassCastException: org.apache.tuscany.sdo.impl.DynamicDataObjectImpl

2006-05-10 Thread Guillaume Dufrene
Hi, I have this problem when I try to call an External Service with SOAP. A ClassCastException is thrown in a Proxy. Here the client trace : (there's no error on catalina) Exception in thread main java.lang.ClassCastException: org.apache.tuscany.sdo.impl.DynamicDataObjectImpl at

[jira] Created: (TUSCANY-344) Add a note to the GetTuscanyLinux wiki page noting that Fedora Core 5 comes with svn 1.3.1

2006-05-10 Thread Simon Laws (JIRA)
Add a note to the GetTuscanyLinux wiki page noting that Fedora Core 5 comes with svn 1.3.1 -- Key: TUSCANY-344 URL: http://issues.apache.org/jira/browse/TUSCANY-344 Project: Tuscany

Re: Maven artifactID for all samples to sample-xxxxx

2006-05-10 Thread Jean-Sebastien Delfino
[snip] ant elder wrote: +1, i think it would be a great improvement to group things in the IDE. Can any of the others be improved as well - how about changing the interop ones from tuscany-testing-interop-service-xxx to just interop-service-xxx and tuscany-testing-interop-clients-xxx to

Re: Maven artifactID for all samples to sample-xxxxx

2006-05-10 Thread Jim Marino
This is the same in IntelliJ too so I think it is a good thing to do. +1 On May 10, 2006, at 6:32 AM, cr22rc2 wrote: I'd like to propose for all samples be it the yet undecided name for what BB is and the other technology samples to prepend to the maven artifactid sample-. I hate to be

Re: java.lang.ClassCastException: org.apache.tuscany.sdo.impl.DynamicDataObjectImpl

2006-05-10 Thread Frank Budinsky
Guillaume, I don't know exactly what the problem is, but as a general rule whenever you see ClassCastException on an instance of DynamicDataObjectImpl it means that the generated SDO class isn't registered/available. SDO is smart and if there's no generated class for a particular type it uses

[jira] Updated: (TUSCANY-282) Add to our build the production of a distribution for our release

2006-05-10 Thread Daniel Kulp (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-282?page=all ] Daniel Kulp updated TUSCANY-282: Attachment: tuscany-distribution.tar.gz Untar into tuscany/java. It will create a tuscany-distribution directory. Cd to the directory and run mvn package.

[jira] Created: (TUSCANY-345) Consolidate and check consistency of build and run instructions

2006-05-10 Thread Simon Laws (JIRA)
Consolidate and check consistency of build and run instructions --- Key: TUSCANY-345 URL: http://issues.apache.org/jira/browse/TUSCANY-345 Project: Tuscany Type: Improvement Components: Website, Java SCA

[jira] Created: (TUSCANY-349) Check correctness of required Jar list

2006-05-10 Thread Simon Laws (JIRA)
Check correctness of required Jar list -- Key: TUSCANY-349 URL: http://issues.apache.org/jira/browse/TUSCANY-349 Project: Tuscany Type: Improvement Components: Build System Versions: M1 Environment: all Reporter:

[jira] Commented: (TUSCANY-345) Consolidate and check consistency of build and run instructions

2006-05-10 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-345?page=comments#action_12378947 ] Kelvin Goodson commented on TUSCANY-345: Theres also Java SDO information of this kind in http://incubator.apache.org/tuscany/SDO_Java_Project_Overview.pdf which I

[jira] Created: (TUSCANY-350) Make the useful testing/tomcat/build.xml more readily available.

2006-05-10 Thread Simon Laws (JIRA)
Make the useful testing/tomcat/build.xml more readily available. - Key: TUSCANY-350 URL: http://issues.apache.org/jira/browse/TUSCANY-350 Project: Tuscany Type: Improvement Components: Java SCA

[jira] Created: (TUSCANY-351) New FAQ Entry: Getting a null pointer for HelloWorldWeb

2006-05-10 Thread Simon Laws (JIRA)
New FAQ Entry: Getting a null pointer for HelloWorldWeb Key: TUSCANY-351 URL: http://issues.apache.org/jira/browse/TUSCANY-351 Project: Tuscany Type: Improvement Versions: M1 Environment: all

[jira] Updated: (TUSCANY-282) Add to our build the production of a distribution for our release

2006-05-10 Thread Daniel Kulp (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-282?page=all ] Daniel Kulp updated TUSCANY-282: Attachment: tuscany-distribution2.tar.gz Latest changes for distribution. Creates manifest jars, flattens the dirs a bit, etc Add to our build the

Re: [vote] Project structure - renaming java/samples

2006-05-10 Thread Rick Rineholt
+1 [x] sample applications - java/sampleapps/bigbank/ Jean-Sebastien Delfino wrote: I'm not sure that we really have decided on a good name for our top level samples directory, currently java/samples/. This directory hosts samples. They are of a different nature than the technology samples

Namespace attribute removed from sca.module import.wsdl element in samples

2006-05-10 Thread cr22rc2
I just noticed on the latest update that in I think most of the samples this was removed. This seems to be a typical pattern for importing XML and the check to verify that the document really does have that target namespace. This helped me in many cases outside of SCA to catch simple errors.

Re: [vote] Project structure - renaming java/samples

2006-05-10 Thread Mike Edwards
+1 [x] java/samples/bigbank Jean-Sebastien Delfino wrote: I'm not sure that we really have decided on a good name for our top level samples directory, currently java/samples/. This directory hosts samples. They are of a different nature than the technology samples under sca/samples,

[jira] Closed: (TUSCANY-240) Update wsdl loading to use

2006-05-10 Thread Daniel Kulp (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-240?page=all ] Daniel Kulp closed TUSCANY-240: --- Resolution: Fixed Update wsdl loading to use -- Key: TUSCANY-240 URL:

[jira] Created: (TUSCANY-357) Celtix binding doesn't map operation names correctly

2006-05-10 Thread Daniel Kulp (JIRA)
Celtix binding doesn't map operation names correctly Key: TUSCANY-357 URL: http://issues.apache.org/jira/browse/TUSCANY-357 Project: Tuscany Type: Bug Components: Java SCA Celtix Binding Versions: M1

[jira] Updated: (TUSCANY-229) Maven plugin SDO Gen and WSDL2SDO tools do not allow specific serices/ports to generate

2006-05-10 Thread Jojo Joseph (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-229?page=all ] Jojo Joseph updated TUSCANY-229: Attachment: testing-interop-sms.zip This attachement contains a wsdl with three port-types and the sca module definitions, pom.xml and a loop back test case

Tuscany IRC Log (May-10-2006)

2006-05-10 Thread Jean-Sebastien Delfino
(08:30:37 AM) jsdelfino: hi folks (08:30:45 AM) ant_: hi (08:31:33 AM) rfeng: hi (08:32:29 AM) cr22rc: when we chatting ? (08:32:59 AM) jsdelfino: now? (08:33:11 AM) kgoodson: yes, according to the note on the mailing list (08:33:17 AM) jsdelfino: :) (08:33:30 AM) jmarino: hi (08:33:35 AM)

Re: java.lang.ClassCastException: org.apache.tuscany.sdo.impl.DynamicDataObjectImpl

2006-05-10 Thread Jean-Sebastien Delfino
Guillaume Dufrene wrote: Hi, I have this problem when I try to call an External Service with SOAP. A ClassCastException is thrown in a Proxy. Here the client trace : (there's no error on catalina) Exception in thread main java.lang.ClassCastException: