2 Replies Latest reply on Dec 21, 2007 12:52 PM by pmuir

    EntityHome's persist,update,remove... methods does not suppo

      I have a form binding an EntityHome.instance, and I have config current conversation "flush-mode=manual", and I want to flush() the entityManager at the end of the conversation, the problem is when i invoke the EntityHome.persist() during the conversation(not end of conversation),the data is inserted into the DB, why?