Help getting WLS 10.3.6 war app deployed to WLS 12.2.1.4.0
Hi,
I've got a really old war app that is deployed to WLS 10.3.6. We've built a couple new servers with WLS 12.2.1.4.0 but this old app will not deploy due to what I assume is differences between the WLS versions. The error I'm seeing in the jvm log is
java.lang.ClassNotFoundException: com.mysema.query.dml.DeleteClause"
weblogic.management.DeploymentException: java.lang.ClassNotFoundException: com.mysema.query.dml.DeleteClause
It's a really small, lightly used app that I'm hoping as a non-developer, to avoid asking one of our devs to work on fixing the app so it will deploy to 12.2.1.4.0. Does anyone have any suggestion/recommendations for how I as an operations owner for this app, can get it deployed to 12.2.1.4.0 without requiring developer intervention? Is this something Oracle support might assist with?