public void saveExam(Exam exam){
        ejbContext.getUserTransaction().begin();
       
        //DOES THIS WORK?
        exam = em.merge(exam);

        ejbContext.getUserTransaction().commit();
   } 



-----
Pinaki Poddar
Chair, Apache OpenJPA Project
--
View this message in context: 
http://openjpa.208410.n2.nabble.com/Insert-new-record-update-child-object-tp7583389p7583780.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to