[jboss-jira] [JBoss JIRA] Created: (JBESB-357) Close down all threads during sar undeployment
Kevin Conner (JIRA)
jira-events at jboss.com
Thu Jan 11 10:26:26 EST 2007
Close down all threads during sar undeployment
----------------------------------------------
Key: JBESB-357
URL: http://jira.jboss.com/jira/browse/JBESB-357
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 4.0 CR2
Reporter: Kevin Conner
Assigned To: Mark Little
The NPEs I have been seeing are caused by background threads executing
after the sar has been undeployed. Once the SAR has been undeployed the
AS unlinks its classloader from the repository after which any accesses
to that classloader can only access resources/classes in the sar and in
the bootclasspath. Unfortunately this is not safe for all classloader
methods and we need to make sure that all threads have finished prior to
the services ending.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list