[jboss-dev-forums] [JBoss ESB Development] - Re: SmooksAction not participating in XA transaction properly
Michael Burman
do-not-reply at jboss.com
Mon Dec 20 08:46:58 EST 2010
Michael Burman [http://community.jboss.org/people/burmanm] created the discussion
"Re: SmooksAction not participating in XA transaction properly"
To view the discussion, visit: http://community.jboss.org/message/576802#576802
--------------------------------------------------------------
Yep, this is HornetQ related. Creating a SmooksAction (in XA-transacted mode) where you do:
smooks.filterSource(execContext, source);
System.out.println("I'm gonna sleep now for 10s");
Thread.sleep(10000);
System.out.println("Time to wakeup");
Will result in esbr:routed messages being processed in the following services before Thread.sleep() is done. RuntimeException here will not roll them back. This all works fine with JBoss Messaging. A bug, but in which software?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/576802#576802]
Start a new discussion in JBoss ESB Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2032]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20101220/a600ff88/attachment.html
More information about the jboss-dev-forums
mailing list