[jboss-jira] [JBoss JIRA] Resolved: (JBREM-682) org.jboss.remoting.transport.socket.ServerThread keeps reference to org.jboss.ejb3.StatelessBeanContext
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Thu Mar 8 09:27:22 EST 2007
[ http://jira.jboss.com/jira/browse/JBREM-682?page=all ]
Carlo de Wolf resolved JBREM-682.
---------------------------------
Resolution: Rejected
Clicking on:
--> java.lang.ThreadLocal$ThreadLocalMap$Entry at 0x500d2022 (20 bytes) (field value:)
will show the Entry instance. There is a data member 'referent' which is the ThreadLocal in question. Clicking on that will show where the ThreadLocal is allocated from. In this case org.jboss.ejb3.ThreadlocalPool.
Pool is not being destroyed upon undeployment.
> org.jboss.remoting.transport.socket.ServerThread keeps reference to org.jboss.ejb3.StatelessBeanContext
> -------------------------------------------------------------------------------------------------------
>
> Key: JBREM-682
> URL: http://jira.jboss.com/jira/browse/JBREM-682
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.0.0.GA (Boon)
> Environment: AS 4.2 (20070122)
> Reporter: Carlo de Wolf
> Assigned To: Tom Elrod
> Priority: Critical
>
> After undeployment, remoting still has a reference to a bean context.
--
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