Re: JAXWS web service deployment

2009-06-04 Thread Jarek Gawor
Do you see any exceptions in the var/log/geronimo.log file? It's hard to tell from this exception if the problem is on the client or server. Jarek On Thu, Jun 4, 2009 at 4:40 PM, james.bond.007 wrote: > > You were right. I have added wsdlLocation attribute and now Geronimo doesn't > try to gener

Re: JAXWS web service deployment

2009-06-04 Thread james.bond.007
You were right. I have added wsdlLocation attribute and now Geronimo doesn't try to generate the wsdl anymore as it is provided. I finally managed to deploy the web service. =) Thanks you very much for your suggestion. I'm now trying to communicate from a ws client but I got the following error

Re: set openejb jndi format in geronimo

2009-06-04 Thread David Blevins
Hey Ivan, if you had time to update this page with the working solution, that would be great: http://cwiki.apache.org/GMOxDEV/client-jndi-names.html On Jun 3, 2009, at 12:24 AM, Ivan wrote: OK, try this: set GERONIMO_OPTS="-Dopenejb.jndiname.format={ejbName}/ {interfaceClass} geronimo.bat

Re: JAXWS web service deployment

2009-06-04 Thread Ivan
If you use the annotation WebService in you SEI, set the wsdlLocation could avoid the WSDL generation. Ivan 2009/6/4 james.bond.007 > > Hi > > I have added the jaxws annotations in a service class in order to turn it > into a web service. I have followed the geronimo documentation to do so > ( >

JAXWS web service deployment

2009-06-04 Thread james.bond.007
Hi I have added the jaxws annotations in a service class in order to turn it into a web service. I have followed the geronimo documentation to do so (http://cwiki.apache.org/GMOxDOC21/developing-a-jax-ws-pojo-web-service.html). The project is build with Maven, and I have integrated jaxws-maven-pl