• 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

Shared Library Access

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Web application in a ear is unable to refer the shared library in weblogic 10.3.4

Multiple jars have been bundled as a part of ear and is deployed as a shared library.

I am referencing the library at the application / ear level, in the weblogic-application.xml as below

<wls:library-ref>
<wls:library-name>shared-lib</wls:library-name>
<wls:specification-version>1.0</wls:specification-version>
<wls:
><wls:exact-match>true</wls:exact-match>
</wls:library-ref>

The web application in the dependent application is unable to load the classes from the shared lib.
the web application exposes web services using spring-ws.

I am seeing the below error because of the same.
Servlet class org.springframework.ws.transport.http.MessageDispatcherServlet for servlet CPOEntitlementRuntime could not be loaded because the requested class was not found in the classpath

could any one let me know if some thing is missing ? or if more details are required

Thanks,
Ravikanth.
 
The harder you work, the luckier you get. This tiny ad brings luck - just not good luck or bad luck.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic