You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Tom Lien <tg...@gmail.com> on 2015/02/18 18:22:04 UTC

EJB 2 Instance Per Transaction?

Hello everyone.

I'm trying to migrate from jboss 4 to tomee. We have a lot of old EJB 2
code (BMP) and on some of them we were able to disable caching/locking by
setting an "Instance Per Transaction" policy in the jboss.xml (referenced
https://docs.jboss.org/jbossas/jboss4guide/r4/html/ch5.chapter.html). Is
such an option available in tomee?

The alternative is rewriting everything in EJB3 which is a daunting task,
since the code is still being very actively changed.

Thanks for your time.