I don't see anything from the Ejb3Deployer.  Looks like EJB3 is not recognizing 
anything in your ear as containing EJB3 beans.

Stuff like this tells me none of the standard deployers are recognizing your 
jars:

2007-05-22 10:23:26,563 DEBUG [org.jboss.deployment.MainDeployer] new manifest 
entry for sdi at SDOCIBusinessLogic.jar entry is SDOCITypes.jar
2007-05-22 10:23:26,564 DEBUG [org.jboss.deployment.JARDeployer] No META-INF or 
WEB-INF resource found, assuming it if for us


JARDeployer just assumes the jar contains classes that need to be made 
available on the classpath.

In your deploy/ejb3.deployer/META-INF/jboss-service.xml, 
jboss.ejb3:service=EJB3Deployer mbean, is "DeployEjb3ExtensionOnly" set to 
"true"?  If so it will ignore any jar that doesn't end in .ejb3.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047594#4047594

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047594
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to