NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread ant elder
Trying to run Tuscany WebApp samples in WebSphere i get a NoSuchMethodError: javax/wsdl/Operation.getExtensibilityElements()Ljava/util/List. Anyone know how to fix that? This is with the class loader set to Classes loaded with application class loader first. ...ant

Re: Distribution zips and what they contain, was: SCA runtimes

2008-02-11 Thread ant elder
On Feb 10, 2008 10:06 PM, Simon Nash [EMAIL PROTECTED] wrote: snip But that's OK, if people don't like that split I can also live with a single big runtime distro. Over time, we will add more and more optional features and this will become more and more of a problem. IMO, it's bad enough

Re: JIRA backlog

2008-02-11 Thread Simon Laws
On Feb 6, 2008 1:36 PM, ant elder [EMAIL PROTECTED] wrote: We've about 170 open JIRAs for SCA, (currently split over 3 versions but i'll go move all the SCA ones to SCA-next), what shall we do about them? There's various suggestions for how to improve JIRA handling listed at:

Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread ant elder
Exactly what i was looking for, thanks! ...ant On Feb 11, 2008 1:43 PM, Dave Sowerby [EMAIL PROTECTED] wrote: There are some instructions that work for me at: http://www.jetbrains.com/idea/documentation/howto_02.html The section called Configuring WebSphere Application Server Hope

Re: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-11 Thread Simon Nash
Clemens Utschig - Utschig wrote: would it help to have a interface.wsdl? that contains the whole thing - rather than generating it from the annonated java interface? -- if so, any example for that? Yes, it would help. It might not solve all the problems, but it should get you further. I

[jira] Updated: (TUSCANY-2042) Dynamically generated WSDL not generating output message for void types

2008-02-11 Thread Lou Amodeo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lou Amodeo updated TUSCANY-2042: Attachment: helloworld-ws-asynch.jar Dynamically generated WSDL not generating output message

[jira] Created: (TUSCANY-2042) Dynamically generated WSDL not generating output message for void types

2008-02-11 Thread Lou Amodeo (JIRA)
Dynamically generated WSDL not generating output message for void types - Key: TUSCANY-2042 URL: https://issues.apache.org/jira/browse/TUSCANY-2042 Project: Tuscany

[jira] Commented: (TUSCANY-2042) Dynamically generated WSDL not generating output message for void types

2008-02-11 Thread Scott Kurz (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567848#action_12567848 ] Scott Kurz commented on TUSCANY-2042: - It is looking more like an Axis2 versioning

Re: svn commit: r620376 - /incubator/tuscany/java/sca/modules/host-webapp/src/main/java/org/apache/tuscany/sca/host/webapp/WebAppServletHost.java

2008-02-11 Thread Raymond Feng
Hi, I just tested the WAR with Jetty-5.1.14 and Tomcat-5.5.26. It was broken with Jetty-5.1.14 as the getContextPth() method is not available. On Tomcat-5.5.26, the implementation class of ServletContext happens to have the method and it's by luck working. Thanks, Raymond - Original

Spring Integration Tests

2008-02-11 Thread Kevin Williams
I noticed there are no spring-related tests in the sca/itest folder and I would like to volunteer to add a few. Does this sound like a good idea? I would probably need some help setting up the basic structure before adding content. Thanks, --Kevin

Re: Tuscany with Weblogic

2008-02-11 Thread Dave Sowerby
Yup, all worked great :) Dave. On Feb 11, 2008 5:30 PM, Luciano Resende [EMAIL PROTECTED] wrote: Thanks, great post. Were you able to run calculator-ws-webapp sample as well ? On Feb 11, 2008 9:10 AM, Dave Sowerby [EMAIL PROTECTED] wrote: All, I've spotted there's no FAQs for using

Re: Tuscany with Weblogic

2008-02-11 Thread Luciano Resende
Thanks, great post. Were you able to run calculator-ws-webapp sample as well ? On Feb 11, 2008 9:10 AM, Dave Sowerby [EMAIL PROTECTED] wrote: All, I've spotted there's no FAQs for using Tuscany with Weblogic, so I thought I'd throw something together to help :) Over on my blog:

Tuscany with Weblogic

2008-02-11 Thread Dave Sowerby
All, I've spotted there's no FAQs for using Tuscany with Weblogic, so I thought I'd throw something together to help :) Over on my blog: http://davesowerby.blogspot.com/2008/02/using-tuscany-with-weblogic.html It covers the updates necessary to webapps and then an example of how to deploy. If

Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread Luciano Resende
I have been using WAS installed with the Application Server option. It needs a fix for a bug with Servlet Filters, that is available with FixPack 9 (or later I guess), and this fix need to be activated in the WAS admin console, navigate to Application Servers - server1 - Web Container - Customer

RE: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-11 Thread [EMAIL PROTECTED]
Also how is the mapping from ns to wsdl done w/o an include? /clemens (powered by ocs mobile) clemens utschig - utschig soa product management -Original Message- From: Clemens Utschig - Utschig [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org tuscany-dev@ws.apache.org Sent: 2/11/08 7:30

Re: Performance results.

2008-02-11 Thread Giorgio Zoppi
2008/2/11, Simon Laws [EMAIL PROTECTED]: On Feb 10, 2008 12:50 PM, Giorgio Zoppi [EMAIL PROTECTED] wrote: I've tried my app a while ago in a 16 node-cluster and I'm publishing my result at http://www.cli.di.unipi.it/~zoppi/out/ch06.htmlhttp://www.cli.di.unipi.it/%7Ezoppi/out/ch06.html

[jira] Created: (TUSCANY-2043) documentBaseURI is null when multiple wsdls in contribution with same namespace

2008-02-11 Thread Lou Amodeo (JIRA)
documentBaseURI is null when multiple wsdls in contribution with same namespace -- Key: TUSCANY-2043 URL: https://issues.apache.org/jira/browse/TUSCANY-2043 Project:

[jira] Commented: (TUSCANY-1293) SDO does not work with OSGi

2008-02-11 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567667#action_12567667 ] Kelvin Goodson commented on TUSCANY-1293: - Rajini, sorry to take so long to get

RE: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-11 Thread Clemens Utschig - Utschig
shouldn't an include do it, so that I could potentially store the wsdl anywhere .. I'll try that later today - thx for the advise.. -Original Message- From: Simon Nash [mailto:[EMAIL PROTECTED] Sent: Monday, February 11, 2008 5:54 AM To: tuscany-dev@ws.apache.org Subject: Re: Tuscany:

Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread Dave Sowerby
There are some instructions that work for me at: http://www.jetbrains.com/idea/documentation/howto_02.html The section called Configuring WebSphere Application Server Hope that helps :) Dave. On Feb 11, 2008 12:51 PM, ant elder [EMAIL PROTECTED] wrote: And another follow up question - anyone

Re: Spring Integration Tests

2008-02-11 Thread Kevin Williams
Hi Luciano, Good deal. I'll get started. It's been awhile since I've added to the project structure: directories, maven artifacts, etc. I'll let you know if I run into any trouble. Thanks, --Kevin On Feb 11, 2008 1:19 PM, Luciano Resende [EMAIL PROTECTED] wrote: Hey Kevin, sure, this would be

Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread Jean-Sebastien Delfino
ant elder wrote: Trying to run Tuscany WebApp samples in WebSphere i get a NoSuchMethodError: javax/wsdl/Operation.getExtensibilityElements()Ljava/util/List. Anyone know how to fix that? This is with the class loader set to Classes loaded with application class loader first. ...ant You

Re: Distribution zips and what they contain, was: SCA runtimes

2008-02-11 Thread Simon Nash
ant elder wrote: On Feb 10, 2008 10:06 PM, Simon Nash [EMAIL PROTECTED] wrote: snip But that's OK, if people don't like that split I can also live with a single big runtime distro. Over time, we will add more and more optional features and this will become more and more of a problem. IMO,

Re: Binding-echo-extension failing : missing abstract method getApplicablePolicySets() Fwd: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project

2008-02-11 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Thanks. I will ask Sebastien then :) I'm an administrator on project Tuscany but: - you are not in the Tuscany continuum group - I don't have seem to have authority to perform any user admin tasks Can you ask one of the continuum user administrators, here's the list:

Re: Adding 'applicablePolicySets' to PolicySetAttachPoints

2008-02-11 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Hi, Dealing with the 'appliesTo' attribute in PolicySets has been a subject that I ended up discussing on the thread http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg27768.html. I have gone forward with a suggestion that Sebastien sounded off on that thread

Re: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-11 Thread Jean-Sebastien Delfino
Clemens Utschig - Utschig wrote: shouldn't an include do it, so that I could potentially store the wsdl anywhere .. I'll try that later today - thx for the advise.. You don't even need an include, just place the WSDL file anywhere inside your SCA contribution (JAR or folder), reference

[jira] Commented: (TUSCANY-2042) Dynamically generated WSDL not generating output message for void types

2008-02-11 Thread Scott Kurz (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567709#action_12567709 ] Scott Kurz commented on TUSCANY-2042: - I recreated this at the same time as stepping

Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread Scott Kurz
There's two jars with WSDL4J relevant to the 6.1 appserver runtime: WAS\plugins\com.ibm.ws.runtime_6.1.0.jar WAS\plugins\org.apache.axis2_6.1.0.jar The rest are relevant for tooling and client envs. The first of those has some version WSDL4J 1.5 and the latter 1.6. So you manually patched

Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread Scott Kurz
Ant, There is more than one version of WSDL4J in the WAS 6.1 image. You're probably getting the wrong one. Generally speaking WAS 6.1 uses OSGI bundle manifests and a special OSGi-enabled classloader network to load the right target class starting from a given source classloader. There are

Re: Performance results.

2008-02-11 Thread Simon Laws
On Feb 10, 2008 12:50 PM, Giorgio Zoppi [EMAIL PROTECTED] wrote: I've tried my app a while ago in a 16 node-cluster and I'm publishing my result at http://www.cli.di.unipi.it/~zoppi/out/ch06.htmlhttp://www.cli.di.unipi.it/%7Ezoppi/out/ch06.html They are in italian but you can find many

[jira] Created: (TUSCANY-2041) Repeated nill elements of extended type cause Parser found unknown element exception

2008-02-11 Thread Simon Laws (JIRA)
Repeated nill elements of extended type cause Parser found unknown element exception -- Key: TUSCANY-2041 URL: https://issues.apache.org/jira/browse/TUSCANY-2041

[jira] Updated: (TUSCANY-257) recently added file Interface2JavaGenerator.java is not compatible with JDK 1.4

2008-02-11 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amita Vadhavkar updated TUSCANY-257: Attachment: 257.patch have used Paul's work and created 257.patch. please review

Re: Adding 'applicablePolicySets' to PolicySetAttachPoints

2008-02-11 Thread Simon Laws
Hi Venkat A question. snip... - In the contribution read phase, we postpone the reading of composite files so that all definitions.xml file contents can all be aggregated Do you mean all the definitions.xml files in the contribution or all the definitions.xml files in the domain? Simon

RE: Tuscany: Axis2 codegen bug? - java interface exposed as service, annoted with javax.xml.ws.RequestWrapper(...) is not honoring the namespace

2008-02-11 Thread [EMAIL PROTECTED]
Jean-sebastien, Qualified = target namespace?or wsdl name? Say my wsdl is named aaa.wsdl do I reference it by http://aaa ? Thx clemens -Original Message- From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: 2/11/08 6:33 PM Subject: Re: Tuscany: Axis2

Re: Spring Integration Tests

2008-02-11 Thread Venkata Krishnan
Thanks. Any addition to the tests will be really helpful. To get a jumpstart you could copy over one of the existing tests and modify it deleting / adding classes and resources. - Venkat On Feb 12, 2008 12:01 AM, Kevin Williams [EMAIL PROTECTED] wrote: I noticed there are no spring-related

Re: Spring Integration Tests

2008-02-11 Thread Luciano Resende
Hey Kevin, sure, this would be welcomed. The sca/iTest are based on the jUnit framework. What kind of help would you need ? On Feb 11, 2008 10:31 AM, Kevin Williams [EMAIL PROTECTED] wrote: I noticed there are no spring-related tests in the sca/itest folder and I would like to volunteer to add

Re: svn commit: r620376 - /incubator/tuscany/java/sca/modules/host-webapp/src/main/java/org/apache/tuscany/sca/host/webapp/WebAppServletHost.java

2008-02-11 Thread Luciano Resende
Sorry for the break, I have committed an update fix that should take care of the web container using old version of servlet api. I also added code to throw an exception when we fail to get the proper contextPath using the multiple methods we support. On Feb 11, 2008 10:31 AM, Raymond Feng [EMAIL

[jira] Commented: (TUSCANY-1689) XSD2JavaGenerator generates non-compilable FactoryImpl class with complexType named Descriptor

2008-02-11 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567628#action_12567628 ] Ron Gavlin commented on TUSCANY-1689: - Added as Eclipse EMF Bug

Re: PolicyHanders

2008-02-11 Thread Venkata Krishnan
Hi Greg, Thanks for your observations / suggestions. Please see my comments inline. I apologize for making them lengthy in the hope that it would trigger more discussions. - Venkat On Feb 7, 2008 1:33 AM, Greg Dritschler [EMAIL PROTECTED] wrote: I have been looking at the PolicyHandler

[jira] Updated: (TUSCANY-1688) XSD2JavaGenerator throws IOException:Access is denied with complexType named Con

2008-02-11 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1688: I did a check for EMF bugs raised for this issue, but couldn't find one. Do you know if

Re: Graduation next steps

2008-02-11 Thread haleh mahbod
If someone is a very active contributor, he/she is most likely watching the commit list as well as the dev list. If someone is just subscribed to the dev list to watch the key discussions and occasionally gets involved, he/she would not want to see all the JIRA updates. This assumes that new

[jira] Commented: (TUSCANY-1688) XSD2JavaGenerator throws IOException:Access is denied with complexType named Con

2008-02-11 Thread Ron Gavlin (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567625#action_12567625 ] Ron Gavlin commented on TUSCANY-1688: - Added as Eclipse EMF Bug

Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread Venkata Krishnan
Yes. Its the same with me as well. I have installed WAS 6.1 ND. Is there a particular fixpack that is to take care of this ? Thanks - Venkat On Feb 11, 2008 2:22 PM, ant elder [EMAIL PROTECTED] wrote: Trying to run Tuscany WebApp samples in WebSphere i get a NoSuchMethodError:

[jira] Commented: (TUSCANY-1999) ConversationAttributes and expiry doesn't work with Stateless Conversational components

2008-02-11 Thread Thomas Greenwood (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567602#action_12567602 ] Thomas Greenwood commented on TUSCANY-1999: --- Thanks Simon. It will probably be

[jira] Updated: (TUSCANY-1689) XSD2JavaGenerator generates non-compilable FactoryImpl class with complexType named Descriptor

2008-02-11 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1689: I did a check for EMF bugs raised for this issue, but couldn't find one. Do you know if

[jira] Commented: (TUSCANY-1831) Make SDOPackageRegistryDelegator pluggable

2008-02-11 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567578#action_12567578 ] Kelvin Goodson commented on TUSCANY-1831: - I guess we could parallel the way that

Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread ant elder
And another follow up question - anyone know how to get WebSphere to start up listening for a remote debugger to attach to it? ...ant On Feb 11, 2008 8:57 AM, Venkata Krishnan [EMAIL PROTECTED] wrote: Yes. Its the same with me as well. I have installed WAS 6.1 ND. Is there a

[jira] Issue Comment Edited: (TUSCANY-2042) Dynamically generated WSDL not generating output message for void types

2008-02-11 Thread Scott Kurz (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567709#action_12567709 ] scottkurz edited comment on TUSCANY-2042 at 2/11/08 9:16 AM: --

SCA and Databases

2008-02-11 Thread John Hunt
Dear All, I have a question around SCA and Java embedded in a database. How feasible is it to embedded SCA within say the Java VM running within an Oracle database, either to provide a service or as a client to call a service. I have a scenario in mind that goes essentially like this: 1.

Re: Distribution zips and what they contain, was: SCA runtimes

2008-02-11 Thread Jean-Sebastien Delfino
Comments inline. Simon Nash wrote: Well, I think the smart installer approach will be a nightmare. We had a similar approach in M2 and people didn't like it. The M2 approach was very different from what I was proposing. M2 downloaded everything on demand at runtime. A smart installer would