Reputation:
My question is pretty simple. Where locates jars javaee.jar
and javax.ejb.jar
in JBOSS 6.X?
I'm using JBOSS-6.3.2
and search those jar at the location jboss-eap-6.3\standalone\lib
.
I'm finding javaee.jar
and javax.ejb.jar
JARs to add them to my JUnit Project lib
.
But till now I failed to find those JARs
Upvotes: 0
Views: 390
Reputation: 19445
You can find a jar for this purpose in Maven Central at jboss-javaee-all-6.0-3.0.3.Final.jar.
This includes the classes that would be included in any notional javax.ejb.jar
.
Upvotes: 1