[jboss-dev-forums] [Design of EJB 3.0] - Re: JBossEjbParsingDeployer can't handle EJB3 jboss.xml

wolfc do-not-reply at jboss.com
Thu Jun 28 03:28:52 EDT 2007


Doh, a xml parsing deployer has order 2000. An annotation parsing deployer needs to run after classloader deployer (4000), so I now have the AppClientScanningDeployer at POSTPROCESS_CLASSLOADER_DEPLOYER (5000).
But this means that a chain of EjbAnnotationParsingDeployer -> EjbParsingDeployer -> JBossEjbParsingDeployer won't work. How can this be resolved?

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

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



More information about the jboss-dev-forums mailing list