Hallo,
i have a problem calling EJBs from a
servlet.
I deploy an EAR with some session
EJB and an embedded WAR file. The WAR file contains a servlet, which do the folling
java calls:
Using the classloader settings (classloader Policy: Application / PARENT_FIRST) everythink works fine. Because of jar version conflicts i have to use PARENT_LAST (WebSphere 6.0.x contains an old js.jar file). Using PARENT_LAST i got the following error:
Thanks in advance
Wolfgang