0 Replies Latest reply on Aug 3, 2007 5:12 PM by jim.barrows

    How do I have two different ejb.jar files be interoperable w

    jim.barrows

      I have an ear with two wars, and two ejb jars ( along with all the libraries that seam needs). Both EJB jars have JPA components in them. One jar is for the application itself, while the second one manages users.
      I can get either the UserManagement beans mapped, or the application means mapped, but not both when calling them from the app. However, both ejb jars hae the entities mapped to the database.
      How do I get both of these EJB jar files working seamlessly? (but with Seam :)