-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
None
Hi,
I have a quite complexe application which I'm trying to port form JBoss 6.1.0 to JBoss 7.2.0.
The ear is exploded as well as the war it contains. I have activated the auto-deploy-exploded on the deployment scanner.
I have no error messages only warnings but the startup goes into an infinite loop trying to deploy my application again and again.
If I set the auto-deploy-exploded to false then I can deploy correctly.
Maybe it is because my application takes some time to launch (having to load a bunch of data into cache on startup).