[jboss-dev-forums] [Design of POJO Server] - Re: Sub-Profiles ProfileService changes
bstansberry@jboss.com
do-not-reply at jboss.com
Fri Jan 23 19:08:53 EST 2009
"emuckenhuber" wrote :
| Yeah, i thought deploy-hasingleton is independent from the other profiles.
| You might still want to set a dependency on a clustering-deployers profile or something like that?
That would have the same problem; before clustering-deployers got undeployed, deploy-hasingleton would be undeployed. It needs to happen as part of the stop() processing of the HASingletonController, which sends messages around the cluster that trigger another node to become master. The undeploy and the messages are part of a coordinated process. Keeping the deploy-hasingleton profile independent allows that.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204479#4204479
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204479
More information about the jboss-dev-forums
mailing list