How to resolve conflict between jars of weblogic and application

假如想象 提交于 2019-12-01 07:32:23

@user3264917 I don't have answer to this question but I would like to share my experience. Earlier, I've badly struggled with the upgrade of weblogic from 12.1.2 to 12.1.3.

I used to get similar conflicting jar error for hibernate-validator.jar. This error was actually misguiding my investigation. Actual reason was something else. New weblogic 12.1.3 started giving inbuilt support for slf4j-logback. My old code already had slf4j-logback jars. When I started using the ones supported by new weblogic, my problem got solved.

Here, I would recommend you few things.

  1. Find out the new jars supported by new weblogic.
  2. See if you can manage with the jars supported by new weblogic instead of using your own.
  3. However nicely written pom.xml you may have, don’t build on old webglic and deploy on new one. Try everything on new weblogic.
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!