-
Feature Request
-
Resolution: Done
-
Major
-
EJB 3.0 RC9 - FD, EJB 3.0 RC9 - Patch 1, AS 4.2.0 GA
-
None
-
None
The proxy is being created and deployed before the EJBContainer is being started, so the annotations are not populated early enough. See EJBContainer.start()
{
initializeClassContainer();
}
- is related to
-
EJBTHREE-1042 Container should register a dependency on JNDI name if specified
- Closed