Weblogic: How to prevent “A mismatch exists between the bean code and generated code” when deploying
问题 I use WLST (scripted) automatic deployment on WebLogic 12c (12.1.3 - latest). This automatically deploys my enterprise application on a managed server (not admin server). Note: The error also occurs if I execute the deployment manually. Sometimes I get this exception: A mismatch exists between the bean code and generated code. ... My application does not get deployed then. This cannot be fixed by deploying again, only deleting the deployment with the help of the AdminServer console works