user12384512
user12384512

Reputation: 3401

Where can i find the jboss-j2ee.jar file in JBoss 6?

In jboss 4.0 the file called jboss-j2ee.jar. But i can't find this jar in jboss 6.0's client directory. I need just for compilation to resolve few annotation. I'm not using maven, so adding pom reference would not help. I have to download jar file from somewhere and it dependencies.

Upvotes: 1

Views: 3124

Answers (3)

Rick Boyer
Rick Boyer

Reputation: 1

For those who are using JBoss EAP 6, I found this file suited my purposes:
jboss-ejb-api_3.1_spec-1.0.2.Final-redhat-2.jar

Found here:
..\jboss-eap-6.3\modules\system\layers\base\javax\ejb\api\main

Upvotes: 0

user12384512
user12384512

Reputation: 3401

jboss-ejb-api_3.1_spec.jar is enough for my purpose. Can be found in Jboss client folder

Upvotes: 1

EMM
EMM

Reputation: 1812

Check JBoss community wiki .
You can also download the jars
Hope this helps.

Upvotes: 0

Related Questions