Hi,

I am creating a server component that is a wrapper around a third party
product and is to be deployed to phoenix.

This product uses its own classloader to load its classes ( i believe to
enforce its licensing tied to its security policy as you have to have a
license file from them to use it ).


When I include in SAR-INF/lib/  directory for my application SAR the
products  jar file  it seems that the required product classes  are not
found by my wrapper classes.  I get ClassNotFoundException.

Inlucding them in the phoenix/lib gives same issue.   including them in
phoenix/ext and phoenix/bin/lib   results in ClassNotFoundExcpetion
showing up even sooner than the imports.


What is the best way to deal with this situation ?    I assume I need to
be able to somehow access their classes from my wrapper classes by
getting a reference to their classloader?


help


k.


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

Reply via email to