Hi,
I know it is possible to have a Seam managed EntityManager. However it is not 
possible to set the persistence context for it using the usual JPA annotation. 
Instead, the persistence unit is set in the the Seam components XML file. 

This is all fine if you only have one persistence-unit, what happens if there 
is more than one persistence unit and you require some of POJO's to use one 
EntityManager with one specific persistence unit and some of your other POJOs 
to use another EntityManager talking to another persistence unit?

Can this be done?

Thanks

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

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

Reply via email to