Here's the problem: I have a form that updates a bunch of objects that are in a Collection. The model objects get updated correctly, but they aren't instantly saved to the database. I can put in entityManager.flush() which should save them, but here's the question / problem: the objects were outjected by another SFSB with an extended persistence context. If I do the entityManager.flush() in some other SFSB (not the one that originally outjected the objects), will I be using a different EntityManager? I put in a entityManager.flush() statement and it doesn't seem to do anything.
Any ideas on this? It's confusing to me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991866#3991866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991866 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
