I am trying to deploying ejb3.0 jars with ejb2.1 jars in an ear file. I keep geting this warning -
17:38:54,245 WARN [EjbUtil] DeploymentInfo org.jboss.deployment.DeploymentInfo@484e0b4d { url=file:/C:/tools/jboss-4.2.2.GA/server/CustomServer/tmp/deploy/tmp1967561862872673155100customapp.ear-contents
/customgroupsEJB.jar }
deployer: MBeanProxyExt[jboss.ejb3:service=EJB3Deployer]
status: Deployed
state: STARTED
watch: file:/C:/tools/jboss-4.2.2.GA/server/CustomServer/tmp/deploy/tmp1967561862872673155100customapp.ear-contents/customgroupsEJB.jar
altDD: null
lastDeployed: 1284120495856
lastModified: 1284120489372
mbeans:
is not an EJB .jar file!
The jar that contains the ejb3 beans is never deployed properly.
I donot have any ejb-jar.xml in the jar that contains the ejb3 sessin bean.