I have a big application (2000+ EJB's) based on EJB 2.1 specs.Entity Bean are BMP
The application is perfectly working with JBoss 4.X and 5.X
Modified application (just for new naming specs) works perfectly with JBoss 6.1.0 and DB2 database.
I'm having trouble with JBoss 6.1.0 and Oracle database : all Entity Bean defined to have "RequiresNew" as transaction attributes
get stuck on EJBLoad because it seems to execute in a different transaction then the findByPrimaryKey request
I have also the same behavior wih Entity Bean ("Required") when lauched with an ajax parallel requests.
I'm ready to prepare a simple test.
Thanks for any help
Franco Benvadi