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 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 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.
extension-name: app-local-services-AJB implementation-version: 2.0.1-SANAPSHOT specification-version 2.0
Comments
Post a Comment