[jboss-dev-forums] [Design of POJO Server] - Re: EJB/War deployer ordering problem

alesj do-not-reply at jboss.com
Sat Feb 2 20:53:05 EST 2008


"scott.stark at jboss.org" wrote : 
  | I don't see that the top-level ordering is helping with anything. If WARStructure just sets the relativeOrder to 99, and this is propagated to the AbstractDeploymentContext, are the war context being started after the ejb contexts in the seam ear?
  | 
Yes.
Not started, deployed.
But the ejbs are waiting for ds, which is not in ear.
Where the war doesn't have anything that is delaying it to be installed.
And only then is ds deployed.

But if we order top deployments, so that ds is before ear, ds will get fully installed, then ejbs will get fully installed, and war is already being fully installed. But in this case Seam will be able to find the ejb, since it was already fully installed.

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

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



More information about the jboss-dev-forums mailing list