[jboss-user] [JBoss jBPM] - Re: jBPM4 Spring Error while deploying process definition

flavio.donze do-not-reply at jboss.com
Mon Jun 22 03:13:05 EDT 2009


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



More information about the jboss-user mailing list