hey rams.rapol
I had the same issue. In my case I had to add the following annotation
@Transactional(propagation = Propagation.REQUIRED, rollbackFor = Exception.class)
to the method that deployed my processes.
If you're not using annotations define it in your spring configuration using
"tx".
hope this helps.
flavio
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238958#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...