I have an intermittent linkage error thrown: (That\'s basically all the information I have)
java.lang.LinkageError loader constraint violation: when resol
The solution was eventually to update the weblogic-application.xml file of the deployed app
weblogic-application.xml
The application used an old jaxrpc-api.jar that we could not remove for various reason,
jaxrpc-api.jar
The solution we used to prefer the internal jar was this (Is there a better way?)
... java.xml.rpc.*