1 Reply Latest reply on Nov 7, 2011 2:45 PM by jaabax

    Share classes in a JAR on standalone directory with another deployed projects

    jaabax

      hi folks

      I have an EJB project and I want to share the persistence units on this EJB project with another projects deployed on standalone folder

      I want this because everytime we sell our product for a new client, I just create a new persistence unit on the EJB project and copy the EJB project JAR  to the deploy folder (standalone in this case)

      this was working on JBoss 4.2.3

      how to achieve this on JBoss 7?

      thanks in advance!