Thilo Götz <twgoetz@...> writes:
> Java is trying to load the WS provider from the boot
> classloader or the extension classloader. The PEAR
> classpath is provided via a subordinate URL classloader.
> These two worlds will not come together, there's really
> no way to do what you're trying to do (I think). Have
> you tried putting WS jars into the JVM's jre/lib/ext
> directory? I'm not sure this will work, but it's worth
> a try.
>
> --Thilo
>
>
If I put WS jars into JMV /ext dir -it will work.
I created another version of web-service client based on Axis. And it works
without moving Axis jars to JVM re/lib/ext directory. All Axis jars are in
PEAR/lib directory. Surprise :-)
|