Hello,
We are trying to convert our 11.1.2.3 application to 12c.
We have a master app and all other Fragments are in separate apps and we deploy them as ADF JARs.
In 11.1.XX we can
run the app
change a fragment- deploy its Jar
go to main and refresh the dependecies
hit run
See the master app undeploy and redeploy in console without anyneed to cycle the server
Open app and see the changes we did to the fragments in another JAR
NOW on 12c no matter how big or small changes we add to the shared JAR if the Master app is running it will never ever pick up the jar changes and undeploy and redeploy......
IT BASICALLY sees the instance already running and no changes happen
see the log
[Another instance of application XXXAPP is running on the server. JDeveloper will redeploy the application.]
[04:21:23 PM] ---- Deployment started. ----
[04:21:23 PM] Target platform is (Weblogic 12.x).
[04:21:24 PM] Retrieving existing application information
[04:21:24 PM] Running dependency analysis...
[04:21:24 PM] Deploying 2 profiles...
[04:21:24 PM] Wrote Web Application Module to C:\JDEVHOME\system12.1.3.0.41.140521.1008\o.j2ee\drs\XXXAPP\ViewControllerWebApp.war
[04:21:24 PM] Wrote Enterprise Application Module to C:\JDEVHOME\system12.1.3.0.41.140521.1008\o.j2ee\drs\XXXAPP
[04:21:24 PM] Application will not be redeployed
[04:21:24 PM] The following URL context root(s) were defined and can be used as a starting point to test your application:
[04:21:24 PM] http://10.20.204.117:7101/xxxapp
[04:21:24 PM] Elapsed time for deployment: less than one second
[04:21:24 PM] ---- Deployment finished. ----
Run startup time: 424 ms.
Now if I remove the ADF Library refrence in the View Controller - save - then readd the JAR to project from the resources panel then hit Run the Master App get undeployed and redeployed and the refresh shared ADF JAR shows correctly with all CHANGES.
I NEVER HAD TO DO THIS WITH Older version.
IS this a BUG or am I doing something WRONG......
thanks.,