[jboss-dev-forums] [JBoss AS7 Development] - Re: Multiple phase deployments

Brian Stansberry do-not-reply at jboss.com
Wed Oct 13 16:20:57 EDT 2010


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&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20101013/daf434e7/attachment.html 


More information about the jboss-dev-forums mailing list