Hi Jeremy,

I'm using the launcher for running my sample.
So, my command looks like :
"java -jar (sca-home)/bin/launcher.jar my_application.jar"
In my case sca-home is located at "C:\workspace\fcSOAP\tuscany-1.0-incubator-M2" but anyway ...

Where does the launcher intend to find the sdo-impl jar ?
It seems to be in the (sca-home)/lib but when I copy (sca-home)/boot/stax-api-1.0.1.jar and (sca-home)/boot/wstx-asl-3.2.0.jar to the lib directory I obtain the same exception.

--
Guillaume.
_

_


   You will need to have the StAX API and an implementation visible in
   the same classloader as used for SDO.

   If you have the SDO impl jars in WEB-INF/lib you should make sure:
   * stax-api-1.0.1.jar
   * wstx-asl-3.2.0.jar
   are in the same place (using the StAX impl from http://
   woodstox.codehaus.org).

   --
   Jeremy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to