I am doing a migration from Weblogic to JBoss EAP 6.4 but I am having a problem deploying to and starting the JBoss server.
My EAR structure is as follows:
.EAR
|
|---APP-INF
| |---lib
| |---[many .jar files]
|
|---META-INF
| |---application.xml
| |---jboss-deployment-structure.xml
|
|---[EJB JAR files]
The problem:
The EJB JARs in the root of the EAR cannot access the classes in the JARs that are in the APP-INF/lib
folder.