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#4238958

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4238958
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to