0 Replies Latest reply on Oct 23, 2008 5:58 AM by elenctic87

    creating a seam-ready EJB project in Eclipse

    elenctic87

      I need to have two separate databases as datasources in my seam project.  Some of my entities belong to one database, and other entities belong to another as part of legacy code.  From what I infer, I need to add a separate ejb to my project for each set of entities / for each database.  The ejb project created by Jboss Tools works fine for one.  How can I use JBoss Tools to create the ejb project that is seam-ready (i.e. has all of the appropriate jars and config files in the right places)?  A plain EJB project created by the IDE has none of this.  I appreciate your help!