• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to use new saaj-api.jar and saal-impl.jar in weblogic

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sony, did you find something about this? I'm facing a similar problem.

Thanks,
-Vicky
reply
    Bookmark Topic Watch Topic
  • New Topic