I do not see the servicemix-components jar in your SU. This means you have put it in the lib/optional folder. In this case, the JVM will load the xfire component from the container classloader and will expect all dependencies to be loaded from this classloader also. You have no way to work around that (unless you put the jar in your SU along with the xfire one).
Cheers, Guillaume Nodet On 7/21/06, jlo_gestalt <[EMAIL PROTECTED]> wrote:
Well I was able to successfully use an external jar for one of my examples, but when I duplicate this process for an xfire example, i still get a NoClassNotFoundError. Attached is my service assembly: http://www.nabble.com/user-files/69/xfire-ws-sa.zip xfire-ws-sa.zip Also here is the stack trace when starting up servicemix: http://www.nabble.com/user-files/70/stacktrace.log stacktrace.log -- View this message in context: http://www.nabble.com/Classpath-problem-%28Critical%29-tf1980987.html#a5437356 Sent from the ServiceMix - User forum at Nabble.com.
