[jboss-jira] [JBoss JIRA] Closed: (JBCACHE-1101) PessimisticLockInterceptor nukes the transaction entry before NotificationInterceptor delivers
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Wed Jun 13 10:06:11 EDT 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-1101?page=all ]
Manik Surtani closed JBCACHE-1101.
----------------------------------
Resolution: Done
> PessimisticLockInterceptor nukes the transaction entry before NotificationInterceptor delivers
> ----------------------------------------------------------------------------------------------
>
> Key: JBCACHE-1101
> URL: http://jira.jboss.com/jira/browse/JBCACHE-1101
> Project: JBoss Cache
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Jason T. Greene
> Assigned To: Manik Surtani
> Fix For: 2.0.0.CR3, 2.0.0.GA
>
>
> Whenever a transaction is committed, PessimisticLockInterceptor calls cleanup on line 221, which purges the TX entry.
> Since NotificaitonInterceptor operates on return, delivery happens after the cleanup call, resulting in no notifications being sent.
> While the lock interceptor should release all locks, the tx entry should perhaps be removed by the TxInterceptor instead.
--
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