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 clie开发者_StackOverflow中文版nt 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.
jboss-ejb-api_3.1_spec.jar is enough for my purpose. Can be found in Jboss client folder
Check JBoss community wiki .
You can also download the jars
Hope this helps.
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
精彩评论