OOPS, I forgot to insert the entityManager.joinTransaction() statement after 
super.getEntityManager(persistenceUnit).  You need to do this otherwise your 
database changes will not get committed until the next operation involving that 
entityManager - at least that is the observed behavior.

You also need to do the joinTransaction in subclasses of TableBeans or you will 
observe the delayed commit behavior described above.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095389#4095389

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

Reply via email to