find exactly jboss

i use oracle jdeveloper version 10.1.3.2.0, i have followed adfbc tutorial and then deploy to jboss. of course that jdev contains :

JavaServer Faces

Specification-Version: 1.1

Implementation-Title: 'jsf-api': JavaServer Faces API Reference Impl.

Implementation-Version: 1.1_02-b08 and

Implementation-Title: 'jsf-impl': JavaServer Faces RI

Implementation-Version: 1.1_02-b08

before that, ihad deploy to jboss 4.0.4.GA and getting error when start jboss server. so, i got answer from other that the application is not compatible with jboss version.

may be anyone can help me for find the exactly version jboss for jdeveloper version 10.1.3.2.0 (this is new version from jdeveloper)?

thank you so much :)

[769 byte] By [ferysasubekti@gmail.coma] at [2007-11-27 8:58:42]
# 1

The version of JBoss you are using comes with the MyFaces implementation of JSF 1.1 which is the incompatibility you cite. There is no JBoss that ships with a version of the Sun RI of JSF 1.1. However, you can uninstall MyFaces and use the Sun RI with JBoss 4.0.4. Consult the JBoss documentation, particularly the wiki.

RaymondDeCampoa at 2007-7-12 21:25:15 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...