What Seam offers over hibernate/ejb3 is a conversation scoped entitymanager/hibernate
session, which (imo) is more useful than an extended persistence context. I never use
@PersistenceContext, but always use @In EntityManager entityManager - EJB3 offers other
stuff though (e.g. MDBs).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029159#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...