java - Multiple versions of a same Weblogic Shared Library active on a same server -


I have a problem when trying to employ two different versions of the same shared library on the same weblogic server.

My goal is:

  • I have many applications that reference a shared library;
  • The different implementation versions of this shared library (very good in the world) should be able to use those applications;
  • So I would like to deploy several versions of this shared library (such as: uses the AP version 1.0.0 and uses APP 1.0).

    I think (know?) It is possible (I have seen in a weblogic examination that many versions of the same shared Libil can be deployed and active at the same time ) But till now I've been unsuccessful ...

    Weblogic is unhappy with the fact that the two shared libraries have the same name ... but to use those shared libraries through my similar applications 'Same name' is required ...

    My Meta-INF files App Version: 2.0.2 - Snapshot Specification-Version: 2.0 P> and

      extension-name: app-local-services-AJB implementation-version: 2.0.1-SANAPSHOT specification-version 2.0   

    For my weblogic-application files, I only use the web-ani extension name and the specification version ...

    I used two separate JSF C versions as well try to do it, but I've got the same issue. Oracle's documentation on the shared library is not really clear and I did not find anything useful on Gaul / Bing.

    I do not know if I should upload those shared libraries to a specific folder (example: Weblogic / Com / Database / Library) or if I specify something in web-INF / Weblogic-application.xm files To do?

    Anyone have an idea to solve this problem?

    Can you separate applications into two .ear / .war files, using each With your version of the library? This is the easiest way of this problem.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -