[infinispan-issues] [JBoss JIRA] (ISPN-1346) Transactional listeners method order problem
Tristan Tarrant (JIRA)
jira-events at lists.jboss.org
Thu Jul 26 09:57:07 EDT 2012
[ https://issues.jboss.org/browse/ISPN-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tristan Tarrant updated ISPN-1346:
----------------------------------
Fix Version/s: 5.1.6.FINAL (JDG)
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=841887 (was: https://bugzilla.redhat.com/show_bug.cgi?id=841887)
Git Pull Request: https://github.com/infinispan/infinispan/pull/1202/ (was: https://github.com/infinispan/infinispan/pull/1202/)
Forum Reference: http://community.jboss.org/message/622372#622372, http://community.jboss.org/message/622649 (was: http://community.jboss.org/message/622372#622372, http://community.jboss.org/message/622649)
> Transactional listeners method order problem
> --------------------------------------------
>
> Key: ISPN-1346
> URL: https://issues.jboss.org/browse/ISPN-1346
> Project: Infinispan
> Issue Type: Bug
> Components: Listeners
> Affects Versions: 5.0.0.FINAL
> Environment: fedora, windows
> Reporter: Tomas Fecko
> Assignee: Mircea Markus
> Labels: jdg6, listeners, transaction
> Fix For: 5.1.6.FINAL (JDG), 5.2.0.ALPHA2, 5.2.0.FINAL
>
>
> I'm using listeners as from the @Listener javadoc examples. When I register listener on VM where the cache is and put items to it, the methods of my listener are called in this order:
> @TransactionRegistered
> startTransaction
> @CacheEntryCreated
> handleEvent
> @CacheEntryCreated
> handleEvent
> @TransactionCompleted
> endTransaction
>
> which is as it should be, but when I register listener on second node, and put to cache in first node, methods on listener on second node are called in order:
> handleEvent
> handleEvent
> startTransaction
> endTransaction
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list