Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-user] classloading errors revisited

Hi all,

 

I’m using some web services from an external jar file and I have, as expected, some classloading errors.

I have followed the workaround described in SMILA/FAQ, under ”I get classloading errors when I try to access an external Web Service using JAX-WS”, which works fine in most of the cases.

In my case, I use several external jars and some calls to one jar use internally other calls to another jar.

So, the context changes several times during my call and this workaround is not enough in this case.

I managed to make everything work through opening all jars, repackaging everything in one jar and using this jar in my pipelet.

Since this is more a hack than a solution, is there a more elegant way to do this?

 

Many thanks in advance,

 

Michalis

 


Back to the top