Question

I'm trying deploy an ear into JBoss eap 6.1. The structure of the ear is the following:

myEar.ear
|
|__
|  lib
|  |
|  |__
|     ALL LIBRARIES
|__
|  META-INF
|  |
|  |__
|  |  maven
|  |  |
|  |  |__
|  |     com.test.testEar
|  |     |
|  |     |__
|  |        testEar
|  |        |
|  |        |__
|  |           pom.properties
|  |           pom.xml
|  |
|  |__
|     application.xml
|     
|__
   myWar1.war
   myWar2.war
   ALL EJBS

This ear deploys on Glassfish 2.1 and I don't know why it doesn't deploy on JBoss EAP 6.1. How to deploy this ear on JBoss6.1?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top