[jboss-dev-forums] [Design of JBoss Deployment Framework] - Re: SAR Deployment Deployers Ordering
richard.opalka@jboss.com
do-not-reply at jboss.com
Tue Nov 4 07:23:59 EST 2008
After short investigation deployers (not deployment) is my real problem.
I noticed that .sar archives are deployed first (thus deployers operate on them first too). Deployers are executed first and then archives are scheduled for deployment.
My problem is that the .sar archive can incorporate nested EJB or Web deployments representing Web Service deployments. Thus our deployers operate on these nested archives present in .sar archives.
Our real problem is that our WebServices deployer depends on JBossWebMetaData ctx classloader which is null in time frame of executing the deployers chain for all .sar archives being processed by deployers.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186658#4186658
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186658
More information about the jboss-dev-forums
mailing list