Brian Stansberry [
http://community.jboss.org/people/bstansberry%40jboss.com] created the
discussion
"Re: Multiple phase deployments"
To view the discussion, visit:
http://community.jboss.org/message/566334#566334
--------------------------------------------------------------
This sounds like something that should be handled by the deployers and the services they
install. I.e. the #1 work is encapsulated in one or more services and the deployer
attaches a listener to that service's ServiceController. When all services are
started, a second set of services that handles #2 is started.
It's possible to register a deployment with the server without starting it. But
that's not what you are looking for; all that does is make the deployment content
known to server and get it copied into the deployment repository; "starting" it
means actually deploying it. You're looking for more of a 2 step deployment notion.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/566334#566334]
Start a new discussion in JBoss AS7 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]