For using container managed transactions look at
EJB3.0. Your business controller logic looks simple and the transaction is managed by the
container within which your bean runs.
If EJB3.0 is not part of your architecture, use programmatic transaction management like
the code snippet I submitted in the earlier post
Thanks
Sohil
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980084#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...