So when you say "separate database" I assume you have multiple persistence units defined in persistence.xml (and components.xml if you're using Seam managed). Did you specify the unitName attribute for the EntityManager in your @PersistenceContext? Otherwise, how would the container know which to use?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031260#4031260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031260 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
