[
https://jira.jboss.org/jira/browse/JBESB-1799?page=com.atlassian.jira.plu...
]
Darrin Mison commented on JBESB-1799:
-------------------------------------
Proposed SOA 4.2 TP02 Release Note:
All JBM sessions are now created from a daemon thread
Create JBM sessions from a daemon thread
----------------------------------------
Key: JBESB-1799
URL:
https://jira.jboss.org/jira/browse/JBESB-1799
Project: JBoss ESB
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Rosetta
Affects Versions: 4.2.1 CP3
Reporter: Kevin Conner
Assignee: Kevin Conner
Fix For: 4.2.1 CP3
JBM can create non-daemon background threads for handling sessions if the caller is not a
daemon thread. These threads prevent the VM from exiting as our pooling code will not
execute the session.close method until the shutdown hook is fired.
We must workaround this by creating all JBM sessions on a daemon background thread.
--
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