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&...]