2 Replies Latest reply on Nov 30, 2009 9:56 AM by tangquan

    two datasources in one transaction using seam

    tangquan

      I have a web application using seam deployed on jboss AS,  I need to finish one transaction on two data sources based on oracle, when I inject the second entityManager to the class that extends from EntityHome, in one method I call the both entityManagers, but throws exception like enlist tha last resource is disallowed. how to avoid this?