| Author |
how to use new saaj-api.jar and saal-impl.jar in weblogic
|
sony c joy
Greenhorn
Joined: Jul 03, 2002
Posts: 3
|
|
i am using saaj-api.jar and saaj-impl.jar to create and send soap messages.
but weblogic seems to be using its own version of classes and not able to take the latest.
how to override weblogic (saaj ) related classes and make the weblogic uses the latest one.
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
|
|
|
There are options in weblogic-application.xml that allow you to ensure that only classes in your jar are loaded. Try researching into that. When the change in weblogic-application.xml is made, one of the classloaders in the hierarchy will be forced to throw an exception and force weblogic to load your classes.
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
Vicky Gb
Greenhorn
Joined: Nov 04, 2009
Posts: 1
|
|
Hi Sony, did you find something about this? I'm facing a similar problem.
Thanks,
-Vicky
|
 |
 |
|
|
subject: how to use new saaj-api.jar and saal-impl.jar in weblogic
|
|
|