[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 09:26:57 EST 2008


"richard.opalka at jboss.com" wrote : 
  | The problem of our deployers is it don't deal only with deployers metadata but also with services metadata that are e.g. configured when web app is deployed.
  | 
To clarify my problem here's one example. We have two deployers registered for POJO webservices deployments which order in deployers chain is important:

WebServicesDeployerPreJSE < WarDeployer
WarDeployer < WebServicesDeployerPostJSE

The problem is when we have .sar deployment incorporating nested war deployment (web service POJO), the WebServicesDeployerPostJSE is called before the nested war is really deployed to the real. Thus we're getting null for JBossWebMetaData ctx loader which isn't true in case we're deploying such .sar archive using hot deploy feature (JBossAS is already running). The problem is on JBossAS bootstrap when we have such .sar archive in the deployer directory.

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

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



More information about the jboss-dev-forums mailing list