[jboss-user] [JBoss Seam] - Seam-managed persistence context set-up in Tomcat - help

Cvirko do-not-reply at jboss.com
Tue Sep 5 11:11:34 EDT 2006


Does anyone have experience with setting up Seam-managed persistence context set-up in Tomcat? I just don't know how to set up EntityManagerFactory in Tomcat.

Another question is what is the difference between 

@In(create=true) EntityManager bookingDatabase;

and 

@PersistenceContext(unitName="booking") private EntityManager bookingDatabase;

Thanks

Tomas

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969496



More information about the jboss-user mailing list