This content has been marked as final.
Show 1 reply
-
1. Re: How to add rollback logic for Bean implementation
igarashitm Jul 23, 2015 8:36 PM (in response to ozkin)You may want to take a look at policy-transaction demo: switchyard/quickstarts/demos/policy-transaction at master · jboss-switchyard/switchyard · GitHub
In this quickstart it retrieves a Transaction from TransactionManager, but it just intended to get working on both of EAP and karaf. You can simply lookup UserTransaction from JNDI or use CDI @Inject.