HI,
I'm having problems to get my custom provider
running. I get the following exception:
mypackage.myProvider isn't a provider.
I tried to replace it by specifying in the
descriptor the provider org.apache.soap.providers.RPCJavaProvider and it's
working.
However, when I just copy and paste the code from
RPCJavaProvider and specify in the descriptor :
<isd:provider type="mypackage.RPCJavaProvider"
....,
I get the same exception: mypackage.RPCJavaProvider
isn't a provider
Could that be a compilation problem? (but the code
is compiled)
My classpath is set correctly (I think) as the
RPCRouter managed to load the class.
I copied my package in
Tomcat_home\lib.
I have been trying for two days to get my provider
running without success and I cannot find any topics about this exception
generated by org.apache.soap.server.ServerUtils.loadProvider
Thanls in advance for your response
Thibaut
|
- Re: problem with my custom provider Thibault Chollet
- Re: problem with my custom provider Scott Nichol
- Re: problem with my custom provider Thibault Chollet