adfbc tutorial contains jsf

i followed adfbc tutorial use jdeveloper. i deploy with choice item war file. and then right click the deploy result choice delpoyto>new connection. in the list connection type i fill jboss. the automatically ear file on the <jboss-home>/server/default/deploy.

can anyone explain me why i get error message when start the jboss server?

Incompletely deployed packages

org.jboss.deployment.DeploymentInfo@ce1474ba { url=file:/D:/jboss-4.0.4.GA/server/default/deploy/SRTutorial.ear/SRTutorial.war/ }

deployer: MBeanProxyExt[jboss.web:service=WebServer]

status: Deployment FAILED reason: URL file:/D:/jboss-4.0.4.GA/server/default/deploy/SRTutorial.ear/SRTutorial.war/ deployment failed

state: FAILED

watch: file:/D:/jboss-4.0.4.GA/server/default/deploy/SRTutorial.ear/SRTutorial.war/WEB-INF/web.xml

altDD: null

lastDeployed: 1182854793453

lastModified: 1182854106812

mbeans:

org.jboss.deployment.DeploymentInfo@2831bd4 { url=file:/D:/jboss-4.0.4.GA/server/default/deploy/SRTutorial.ear/ }

deployer: org.jboss.deployment.EARDeployer@12b3349

status: Deployment FAILED reason: URL file:/D:/jboss-4.0.4.GA/server/default/deploy/SRTutorial.ear/SRTutorial.war/ deployment failed

state: FAILED

watch: file:/D:/jboss-4.0.4.GA/server/default/deploy/SRTutorial.ear/META-INF/application.xml

altDD: null

lastDeployed: 1182854793453

lastModified: 1182854121812

mbeans:

MBeans waiting for other MBeans

ObjectName: jboss.web.deployment:war=SRTutorial.war,id=-837520198

State: FAILED

Reason: org.jboss.deployment.DeploymentException: URL file:/D:/jboss-4.0.4.GA/server/default/deploy/SRTutorial.ear/SRTutorial.war/ deployment failed

--MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM

ObjectName: jboss.web.deployment:war=SRTutorial.war,id=-837520198

State: FAILED

Reason: org.jboss.deployment.DeploymentException: URL file:/D:/jboss-4.0.4.GA/server/default/deploy/SRTutorial.ear/SRTutorial.war/ deployment failed

[2099 byte] By [ferysasubekti@gmail.coma] at [2007-11-27 8:44:25]
# 1

The version of JBoss you are using (4.0.4.GA) contains the MyFaces implementation of JSF 1.1. Is this implementation compatible with the application you are deploying?

More recent versions of JBoss contain the Sun implementation of JSF 1.2. In either case it is not necessary to package JSF with your application.

RaymondDeCampoa at 2007-7-12 20:45:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...