[jboss-user] [EJB 3.0] - Re: JBoss 5 deployment error

jhsingle do-not-reply at jboss.com
Tue Jan 6 16:54:25 EST 2009


anonymous wrote : Instead of injecting the bean with a @Resource, try injecting it with a @EJB. Tried that with no improvement.
anonymous wrote : I now have to say, self injection won't work in the current version. I spoke with the developer and they couldn't recall why they did this, it was probably a relic of some earlier refactoring.  So we took out all the local injections and just made them into local method calls.  Deployment still fails with the same error.

I tried changing logging to TRACE on org.jboss.deployers and saw a bunch of "not relevant" messages including this:
2009-01-06 16:41:25,417 TRACE [org.jboss.deployers.plugins.deployers.DeployersImpl] Deployer org.jboss.deployment.EjbClassLoaderDeployer at eafe8d not relevant for vfszip:/home/jhsingl/pkg/jboss-5.0.0.GA/server/default/deploy/workflow.ear/workflow-ejb-2.7.0.jar
  | 2009-01-06 16:41:25,417 TRACE [org.jboss.deployers.plugins.deployers.DeployersImpl] Deployer org.jboss.deployment.EjbClassLoaderDeployer at eafe8d not relevant for vfszip:/home/jhsingl/pkg/jboss-5.0.0.GA/server/default/deploy/workflow.ear/usermgmt-ejb-2.7.0.jar
  | 2009-01-06 16:41:25,417 TRACE [org.jboss.deployers.plugins.deployers.DeployersImpl] Deployer org.jboss.deployment.EjbClassLoaderDeployer at eafe8d not relevant for vfszip:/home/jhsingl/pkg/jboss-5.0.0.GA/server/default/deploy/workflow.ear/workflow-war-2.7.0.war
  | 2009-01-06 16:41:25,417 TRACE [org.jboss.deployers.plugins.deployers.DeployersImpl] Deployer org.jboss.deployment.EjbClassLoaderDeployer at eafe8d not relevant for vfszip:/home/jhsingl/pkg/jboss-5.0.0.GA/server/default/deploy/workflow.ear/usermgmt-war-2.7.0.war
  | 2009-01-06 16:41:25,417 TRACE [org.jboss.deployers.plugins.deployers.DeployersImpl] Deployer org.jboss.deployment.EjbClassLoaderDeployer at eafe8d not relevant for vfszip:/home/jhsingl/pkg/jboss-5.0.0.GA/server/default/deploy/workflow.ear
  |  What (if anything) is this telling me?

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199928



More information about the jboss-user mailing list