This was my last try:@In EntityManager entityManager;
  |         @Transactional
  |         @Begin(flushMode=FlushModeType.MANUAL, join=true)
  |         public String persist() {
  |             log.info("Override persist");
  |             getEntityManager().joinTransaction();
  |             getEntityManager().persist( getInstance() );
  |             
  |             getEntityManager().getTransaction().commit();
  |             getEntityManager().flush();
  |             moveTempRecord();
  |             return "success";
  |     }

I have spent all day on this with no luck.  I am new to seam so any help is 
greatly appreciated.
Kim

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

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

Reply via email to