https://jira.jboss.org/jira/browse/EJBTHREE-995
Gavin reports outstanding issues w/ SessionSynchronization. I've interpreted the issue description as:
* SFSB bean implementation class implements SessionSynchronization
* Each invocation results in a re-reg of the sync w/ JTA
* This leads to JTA lifecycle events invoked N times, with N being the number of bean invocations.
Test case is: http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/core/src/test/java/org/jboss/ejb3/core/test/ejbthree995/
Test is green as expected.
I've opened this Thread to explore the disconnect between what's reported, what's observed, and what's tested.
S,
ALR