Production Redeployment (side-by-side) of ear on WLS 12c have issues.
Hi,
There seems to be difference in way production re-deployment was working with Weblogic 11g and Weblogic 12c .We encountered below issue :
In Weblogic 12c , new Enterprise application having same name and same version as the one which was already running could be deployed from Weblogic console with "Update" .In this case existing running application is simply deletd and and new one becomes active and starts running .
In Weblogic 11g same scenario was not possible and it resulted in error something like "Application with same name is already running and change version of new app" .
Please let me know if there is change in 12c regarding this topic or its an issue because to me it looks like one.