[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-995) Multiple Synchronizations registered for a SFSB.
Osamu Yokomizo (JIRA)
jira-events at lists.jboss.org
Tue Jun 23 05:39:56 EDT 2009
[ https://jira.jboss.org/jira/browse/EJBTHREE-995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12473389#action_12473389 ]
Osamu Yokomizo commented on EJBTHREE-995:
-----------------------------------------
Hi , Andrew.
It was not generated in AS 5.1.0.
Are not you mended in 4.x ?
1: deploy sample-AS5x.jar
2: execute client SampleClient.
SampleClient is in sample-AS5x.jar
server.log
====
17:31:44,187 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 27s:859ms
17:32:13,796 WARN [InterceptorsFactory] EJBTHREE-1246: Do not use InterceptorsFactory with a ManagedObjectAdvisor, InterceptorRegistry should be used
via the bean container
17:32:13,796 WARN [InterceptorsFactory] EJBTHREE-1246: Do not use InterceptorsFactory with a ManagedObjectAdvisor, InterceptorRegistry should be used
via the bean container
17:32:13,812 INFO [STDOUT] ut.begin():6
17:32:13,812 INFO [STDOUT] afterBegin()
17:32:13,828 INFO [STDOUT] beforeCompletion():
17:32:13,828 INFO [STDOUT] afterCompletion():true
> Multiple Synchronizations registered for a SFSB.
> ------------------------------------------------
>
> Key: EJBTHREE-995
> URL: https://jira.jboss.org/jira/browse/EJBTHREE-995
> Project: EJB 3.0
> Issue Type: Bug
> Affects Versions: AS 4.2.0 GA
> Reporter: Gavin King
> Assignee: Andrew Lee Rubinger
> Priority: Critical
> Fix For: 1.0.0-Beta9
>
> Attachments: sample.jar, src.zip
>
>
> It seems that each time a bean that implements SessionSynchronization is called, a new Synchronization is registered with JTA. This results in multiple calls to afterBegin(), beforeCompletion() and afterCompletion() in each transaction.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list