0 Replies Latest reply on May 25, 2017 6:41 PM by henrique.docantomalveira

    Wildfly 10 - Custom Jar Module with Persistence

    henrique.docantomalveira

      Hello!

       

      I have two custom modules: A and B.

      Module A depends on module B.

      Module A contains the persistence.xml that will load the existing entities in module B.

       

      Follow my doubts:

       

      Do I need to declare the two modules as global?

      How do I get my web application to call module A and make it possible to load the entities from module B?