User development,
A new message was posted in the thread "How to handle rollback due to runtime
errors":
http://community.jboss.org/message/528107#528107
Author : Maciej Swiderski
Profile :
http://community.jboss.org/people/swiderski.maciej
Message:
--------------------------------------------------------------
I agree with you that it would be best to enclose all executions in transaction aware
protocols but that is not always the case. For Web Service calls there are more and more
implementations that supports various WS-* extensions and as you mentioned JBoss
Transaction has support for that as well.
My example was more to illustrate that there could be a case where we would like to call
another process on another machine using completely different process engine/framework so
we cannot have a transaction over it. What I would like to have is a minimal notification
for user code in case of transaction rollback to be able to gracefully handle that, for
instance to suspend/cancel process running somewhere else.
From what you said, I assume that there won't be any solution for
that?!
Cheers,
Maciej
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/528107#528107