Enterprise JavaBeans - strange web.xml tag error deploying on jBoss 4.0.5 / java5 / ejb3 : local
Hi.
We have an ejb3 / jsf / Java5 app that lives quite happily on OC4J standalone.
When i try to deploy it on BEA 10 (tech preview) or jBoss 4.0.5 - ejb3 it throws the following:
[org.jboss.web.tomcat.tc5.Tomcat5] Problem in init
org.jboss.deployment.DeploymentException: Failed to parse WEB-INF/web.xml; - nested throwable: (org.jboss.deployment.DeploymentException: expected one local-home tag)
It's asking for the local-home tag.
We have quite a few <local> tags spread around, but no need for <local-home> (that seems to me as a ejb 2.x web.xml DTD tag for me).
Why doesn't oc4j bother me, and bea or jboss do ?
What is the standard ? And/Or why isn't it implemented the same way ?
Any clues ..?
servlet motor (2.4, 2.5 ?)
Thanks a lot.
js.

