Oracle Weblogic Server (MOSC)

MOSC Banner

References shared libraries in WebLogic and EJB 3.0

edited Jun 5, 2014 12:00PM in Oracle Weblogic Server (MOSC) 3 commentsAnswered

Hi.

I have a shared library (file war with jar's) deployed in weblogic 10.3.4, and i want to references this shared library from an EJB (module EAR). In the file weblogic-application.xml add the next:

     <wls:library-ref>

        <wls:library-name>axway-5</wls:library-name>

        <wls:specification-version>5</wls:specification-version>

        <wls:implementation-version>5</wls:implementation-version>

        <wls:exact-match>false</wls:exact-match>

     </wls:library-ref>

But in trying to deploy the module i get the exception:


<Failure occurred in the execution of deployment request with ID '1401318684258' for task '3'. Error is: 'weblogic.application.ModuleException: Exception preparing module: EJBModule(tareasAxwayEJB.jar)

[EJB:011023]An error occurred while reading the deployment descriptor. The error was:

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center