I had a problem deploying the application to the weblogic server after discussing https://stackoverflow.com/a/2129327/ ... I realized that the problem is that weblogic 12c uses the file com.google.common_1.0.0.0_0-6.jar , and my application uses Guava-11.0.2.jar, and it sounds to me as if they are conflicting, tried to find in google, but I have no idea what to do, what is the right solution to solve it?
, , com.google.common_1.0.0.0_0-6.jar weblogic-home/modules Guava, guava-13.0.1. jar, , weblogic com.google.common.... Guava com.google.common_1.0.0.0_0-6.jar, ., !
Weblogic. - weblogic.xml, .
The problem is easily resolved without hacks such as suggested by @meilechh. You can add prefer-application-packagesto your weblogic.xmlor weblogic-application.xml.
prefer-application-packages
weblogic.xml
weblogic-application.xml
See http://docs.oracle.com/middleware/1212/wls/WLPRG/classloading.htm#WLPRG315 for help.