[jboss-jira] [JBoss JIRA] Resolved: (JBESB-357) Close down all threads during sar undeployment
Kevin Conner (JIRA)
jira-events at jboss.com
Wed Jan 31 10:12:23 EST 2007
[ http://jira.jboss.com/jira/browse/JBESB-357?page=all ]
Kevin Conner resolved JBESB-357.
--------------------------------
Resolution: Done
> 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)
> Components: Rosetta
> Affects Versions: 4.0 CR2
> Reporter: Kevin Conner
> Assigned To: Kevin Conner
> Priority: Blocker
> Fix For: 4.0
>
>
> 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