Re: strange dependency change

2007-10-16 Thread Radim Kolarik
Hi Sebastien, thanks a lot for the detailed information. We are happy with the workaround we have at the moment. Thanks, Radim On 10/16/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Radim Kolarik wrote: Hi Sebastien, I don't understand your question

strange dependency change

2007-10-12 Thread Radim Kolarik
Hi, our web service build using SCA is implemented as a WAR application. Our WAR pom.xml (Maven) file has the following dependencies: dependency groupIdorg.apache.tuscany.sca/groupId artifactIdtuscany-host-webapp/artifactId version1.0-incubating/version /dependency dependency

Re: websphere web service deployment problem

2007-09-28 Thread Radim Kolarik
appear anymore. Thanks, Radim On 9/28/07, Radim Kolarik [EMAIL PROTECTED] wrote: Hi, I am suspecting that this has something to do with the application settings change classloader properties of your Webapp to parent-last / single. Have anyone been able to reproduce the problem? Sebastian

Re: websphere web service deployment problem

2007-09-27 Thread Radim Kolarik
) at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:743) at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469) Thanks, Radim On 9/27/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Radim Kolarik wrote: Hi

Re: websphere web service deployment problem

2007-09-20 Thread Radim Kolarik
on several examples, including examples in the spec. Thanks, Radim On 9/19/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Radim Kolarik wrote: Hi Simon, unfortunatelly I am seeing the same problem on WAS 6.1.0.9. Sebastien, do you still have the WAS environment? Could you try

Re: websphere web service deployment problem

2007-09-20 Thread Radim Kolarik
, Radim Kolarik [EMAIL PROTECTED] wrote: Hi Sebastien, thanks for your help! It was the the custom Web container property as described in the WebSphere fixpack. I can also confirm now that it works with 6.1.0.11 fixpack as well, if the property is set. In the log file, however, we

Re: websphere web service deployment problem

2007-09-19 Thread Radim Kolarik
it with the release candidate RC3. Thanks, Radim On 9/14/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Jean-Sebastien Delfino wrote: Radim Kolarik wrote: Hi Sebastian, I received the latest code from ant and I can confirm that the service generates the WSDL

Re: websphere web service deployment problem

2007-09-19 Thread Radim Kolarik
Hi Simon, unfortunatelly I am seeing the same problem on WAS 6.1.0.9. Sebastien, do you still have the WAS environment? Could you try to deploy RC3 based example web service on it? Thanks a lot, Radim On 9/19/07, Radim Kolarik [EMAIL PROTECTED] wrote: Hi Simon, thanks for your reply. We

Maven repository

2007-09-17 Thread Radim Kolarik
Hi, Is the latest build of tuscany with the Websphere fixes available in a Maven repository? Thanks a lot, Radim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: websphere web service deployment problem

2007-09-14 Thread Radim Kolarik
Hi Yang, unfortunatelly, that didn't help either. Thanks, Radim On 9/14/07, Yang Lei [EMAIL PROTECTED] wrote: Try remove the contextRoot and see if you can get the values. Yang On 9/13/07, Radim Kolarik [EMAIL PROTECTED] wrote: Hi Simon, please ignore the --, it was just added

Re: websphere web service deployment problem

2007-09-13 Thread Radim Kolarik
the following to make sure Axis 2 recognize the service? http://localhost:9201/contextRoot/componentName/serviceName if you can then you can try http://localhost:9201/contextRoot/componentName/serviceName/?wsdl Good luck. Yang. On 9/12/07, Radim Kolarik [EMAIL PROTECTED] wrote: Hi all

Re: accessing a deployed service

2007-09-13 Thread Radim Kolarik
, Raymond Feng [EMAIL PROTECTED] wrote: Hi, The service name should be Service which is the short name of your service interface. By the way, @Service should not be used against an interface. Thanks, Raymond - Original Message - From: Radim Kolarik [EMAIL PROTECTED] To: tuscany

Re: websphere web service deployment problem

2007-09-13 Thread Radim Kolarik
Radim Kolarik wrote: Oh, sorry about the stack trace, it only occurs with older version of Tuscany when TuscanyServlet is used instead of filters. I am now using Tuscany snapshot from the Maven repository dated 4th September, with filters set up in web.xml, but still no luck

Re: websphere web service deployment problem

2007-09-13 Thread Radim Kolarik
, Radim Kolarik [EMAIL PROTECTED] wrote: Hi Ant, I have specified absolute URI and it still doesn't work on Websphere: ?xml version=1.0 encoding=UTF-8? composite xmlns= http://www.osoa.org/xmlns/sca/1.0; targetNamespace=http://company/examples/example-sc; xmlns:ex= http

Re: websphere web service deployment problem

2007-09-13 Thread Radim Kolarik
seen this in comments. Simon Radim Kolarik wrote: Hi Ant, I have specified absolute URI and it still doesn't work on Websphere: ?xml version=1.0 encoding=UTF-8? composite xmlns=http://www.osoa.org/xmlns/sca/1.0; targetNamespace=http://company/examples/example-sc

accessing a deployed service

2007-09-12 Thread Radim Kolarik
Hi, I am having problems running my web service on Websphere, although the application seems to be fine in Tomcat. When application inicializes, I get the following in the log: [12/09/07 11:47:50:182 BST] 003d CompositeBuil W [WARNING] Service not found for component service:

Re: accessing a deployed service

2007-09-12 Thread Radim Kolarik
be taken as a service. In such case, the impl class will be the service interface and the name of the service will be NodeServiceComponentImpl. Thanks, Raymond - Original Message - From: Radim Kolarik [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Wednesday, September 12

Re: throws Exception clause of service method create problem

2007-08-23 Thread Radim Kolarik
Hi ant, when is the move to Axis 1.3 planned? Will it make it to the upcoming release? Thanks, Radim On 8/23/07, ant elder [EMAIL PROTECTED] wrote: Could you raise a JIRA and attach the WSDL you're using so i can debug it? I know the Axis2 guys have done work in this sort of area for their

Re: Services and WSDL files

2007-08-13 Thread Radim Kolarik
Hi, is there any on the fly WSDL generation functionality available for testing in nightly builds? If not, could you please give me any idea when it would be available for testing? Thanks, Radim On 8/9/07, Radim Kolarik [EMAIL PROTECTED] wrote: I think you are right Raymond, my thinking

Re: Services and WSDL files

2007-08-09 Thread Radim Kolarik
for the JavaBeans and simple types, but I don't think it would be interoperable. Thanks, Raymond - Original Message - From: Radim Kolarik [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Wednesday, August 08, 2007 9:28 AM Subject: Re: Services and WSDL files And one more question: You

Re: Services and WSDL files

2007-08-08 Thread Radim Kolarik
on server anyway? Thanks, Radim On 8/8/07, Raymond Feng [EMAIL PROTECTED] wrote: Comments line. Thanks, Raymond - Original Message - From: Radim Kolarik [EMAIL PROTECTED] To: tuscany-user@ws.apache.org; [EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 4:16 AM Subject: Re

Re: Services and WSDL files

2007-08-08 Thread Radim Kolarik
And one more question: You mentioned annotations. Will JAXB 1.0.5 be supported as well? Thanks, Radim On 8/8/07, Radim Kolarik [EMAIL PROTECTED] wrote: Hi Raymond, But what would happen if the JAXB classes would be handled as POJOs? Wouldn't it work anyway? My understanding

Re: Contents of Tuscany SCA 1.0 release, was: SCA 0.92 release?

2007-08-07 Thread Radim Kolarik
Hi Jean-Sebastien, where is the SCA Java Releases wiki page which lists some work items in ws binding space, that you mentioned? Thanks, Radim On 8/6/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] Bringing this thread up again as time is ticking on if we want to get a release

Re: Contents of Tuscany SCA 1.0 release, was: SCA 0.92 release?

2007-08-07 Thread Radim Kolarik
what does get done. ...ant On 8/7/07, Radim Kolarik [EMAIL PROTECTED] wrote: Hi Jean-Sebastien, where is the SCA Java Releases wiki page which lists some work items in ws binding space, that you mentioned? Thanks, Radim On 8/6/07, Jean-Sebastien Delfino [EMAIL PROTECTED

Re: Java2WSDL generated wsdl with two port

2007-08-06 Thread Radim Kolarik
Hi, I tried the above. It is true that Java2WSDL generates two bindings, one for SOAP 1.1 and one for SOAP 1.2. However, this is not accepted by Tuscany and an exception is thrown on server startup: SEVERE: exception initializing SCADomain org.osoa.sca.ServiceRuntimeException:

Tuscany Java2WSDL

2007-08-02 Thread Radim Kolarik
Hi, I noticed that there is a Java2WSDL tool in Tuscany, however, it is available only in source code, it is not released with binary distribution of Tuscany (the compiled jar file is not in the modules directory). Is there any reason for this? Thanks, Radim

Webservices Deployment Support

2007-08-02 Thread Radim Kolarik
Hi, what are the future plans of Tuscany to support deployment of services as web services? One of the great benefits of SCA is seamless deployment using several bindings, one of them being web services (I assume that it will be the most common corporate deployment target until SCA itself is

Re: Services and WSDL files

2007-07-26 Thread Radim Kolarik
/HelloWorldServiceComponent/HelloWorldService/?wsdl Thanks, Radim On 7/26/07, ant elder [EMAIL PROTECTED] wrote: On 7/26/07, Simon Laws [EMAIL PROTECTED] wrote: On 7/26/07, Radim Kolarik [EMAIL PROTECTED] wrote: Hi Reymond, Thank you for your reply. How do I run the example

Re: Services and WSDL files

2007-07-26 Thread Radim Kolarik
- From: Radim Kolarik [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Wednesday, July 25, 2007 7:38 AM Subject: Services and WSDL files Hi, Is it necessary to supply wsdl file if I want to deploy an SCA service as a web service? Or can Tuscany generate the file on the fly? If I need

Re: Services and WSDL files

2007-07-26 Thread Radim Kolarik
/samples/helloworld-ws-service-webapp On 7/26/07, Radim Kolarik [EMAIL PROTECTED] wrote: Hi, I made some progress with this, but it doesn't do exactly what I need it to do. In my META-INF folder, I have sca-contribution.xml file, which looks like this: contribution xmlns=http

Services and WSDL files

2007-07-25 Thread Radim Kolarik
Hi, Is it necessary to supply wsdl file if I want to deploy an SCA service as a web service? Or can Tuscany generate the file on the fly? If I need to supply the file myself, what would be the best way to generate the file? Is it possible to generate the file for SDOs, if they are service