-
Bug
-
Resolution: Done
-
Major
-
1.1.22, Plugin 1.0.19, EJB3_1 1.0.6
-
None
-
jboss-ejb3-core:1.3.2
The EJBContainer, currently in its destroy lifecycle method explicitly closes the ENC context:
InitialContextFactory.close(enc, this.initialContextProperties);
This should instead be handled by the implementations of EjbEncFactory.