[jboss-jira] [JBoss JIRA] Updated: (JBCACHE-1101) PessimisticLockInterceptor nukes the transaction entry before NotificationInterceptor delivers
Jason T. Greene (JIRA)
jira-events at lists.jboss.org
Mon Jun 11 14:03:13 EDT 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-1101?page=all ]
Jason T. Greene updated JBCACHE-1101:
-------------------------------------
Summary: PessimisticLockInterceptor nukes the transaction entry before NotificationInterceptor delivers (was: PessimisticLocakInterceptor nukes the transaction entry before NotificationInterceptor delivers)
> 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.GA, 2.0.0.CR3
>
>
> 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