File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes BEA/Weblogic and the fly likes how to use new saaj-api.jar and saal-impl.jar in weblogic Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "how to use new saaj-api.jar and saal-impl.jar in weblogic" Watch "how to use new saaj-api.jar and saal-impl.jar in weblogic" New topic
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
    
    1

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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to use new saaj-api.jar and saal-impl.jar in weblogic
 
Similar Threads
using saaj 1.2 with weblogic 8.1
ClassCastException for SOAP message
What more jar files do I use to run the JAXR code ?
ClassCastException
[client] NoClassDefFoundError: javax/xml/soap/FactoryLoader