-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
JBossAS-5.1.0.GA
When deploying an EAR in server/.../deploy/deploy.last/ (so that it will not be started until everything else has started) there is complete failure of all included beans.
Apparently, if there are beans in the EAR, it is in some cases listed in JNDI as "...ear=deploy.last,jar=..." rather that "...ear=test-ear.ear,jar=..."
According to the server log, the bean is bound to "deploy/TestSoloBean/local" rather than "test-ear/TestSoloBean/local"
The only way to get the deploy.last directory to deploy anything is if the EAR in the deploy.last directory has no beans.