Re: [Axis2] xml.ws.spi.ProviderImpl CNF error

2007-03-07 Thread Lin Sun
Thanks to Dims and Lasantha for helping with this prob so promptly!:-) Lin Davanum Srinivas wrote: Lasantha, I added a properties file in the impl jar. that should do it. thanks, dims On 3/7/07, Lasantha Ranaweera <[EMAIL PROTECTED]> wrote: Dims has already replied while I was writing my re

Re: [Axis2] xml.ws.spi.ProviderImpl CNF error

2007-03-07 Thread Davanum Srinivas
Lasantha, I added a properties file in the impl jar. that should do it. thanks, dims On 3/7/07, Lasantha Ranaweera <[EMAIL PROTECTED]> wrote: Dims has already replied while I was writing my reply as he is normal ;). Dims, can't we have this provider name as App server property (may be at conf

Re: [Axis2] xml.ws.spi.ProviderImpl CNF error

2007-03-07 Thread Lasantha Ranaweera
Dims has already replied while I was writing my reply as he is normal ;). Dims, can't we have this provider name as App server property (may be at config level or programatically)? Thanks, Lasantha > Lin, > > Looks like we need to add an properties file for this in > META-INF/services in the jax

Re: [Axis2] xml.ws.spi.ProviderImpl CNF error

2007-03-07 Thread Lasantha Ranaweera
Hi Lin, Actually I was searching for an answer for this problem(pretty small & trivial) ;). The problem here is that Axis2 gives there own provider rather than default provider of the SUN. It is only one way of how to change JAXWS Provider :). Have a look at GERONIMO-2939. Thanks, Lasantha > Hi t

Re: [Axis2] xml.ws.spi.ProviderImpl CNF error

2007-03-07 Thread Davanum Srinivas
Lin, Looks like we need to add an properties file for this in META-INF/services in the jaxws jar. -- dims On 3/7/07, Lin Sun <[EMAIL PROTECTED]> wrote: Hi there, I am running the following exception below during Axis2 integration into geronimo when running a jax-ws test. My question is whet

[Axis2] xml.ws.spi.ProviderImpl CNF error

2007-03-07 Thread Lin Sun
Hi there, I am running the following exception below during Axis2 integration into geronimo when running a jax-ws test. My question is whether axis2 has an implementation of javax.xml.ws.spi.Provider? Seems if none is found, it will default to Provider com.sun.xml.ws.spi.ProviderImpl. BT