JBoss Community

Re: JPA Persistence and issues

created by Marco Piraccini in jBPM - View the full discussion

I solved both problems beginning a transaction before the test, e.g.:

 

tm.begin()

(...the jbpm test..)

tm.rollback()

 

Of course, that's correct.

What is weird is the behaviour of JBPM 5.1 when the Transaction is not present...since it seems to work but with the "issues" reported.

It would be better to have a more clear behaviour.

Reply to this message by going to Community

Start a new discussion in jBPM at Community