Closing of ENC context should be handled by EjbEncFactory implementations
-------------------------------------------------------------------------
Key: EJBTHREE-2074
URL:
https://jira.jboss.org/jira/browse/EJBTHREE-2074
Project: EJB 3.0
Issue Type: Bug
Components: core
Affects Versions: EJB3_1 1.0.6, Plugin 1.0.19, 1.1.22
Reporter: jaikiran pai
Assignee: jaikiran pai
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira