[jboss-user] [JBoss Microcontainer] - Re: Custom Deployer - migrate from JBoss4.2
Mikhail Kolesnikov
do-not-reply at jboss.com
Mon Feb 21 13:41:46 EST 2011
Mikhail Kolesnikov [http://community.jboss.org/people/Gloomy] created the discussion
"Re: Custom Deployer - migrate from JBoss4.2"
To view the discussion, visit: http://community.jboss.org/message/588813#588813
--------------------------------------------------------------
> Ales Justin wrote:
> (b) you can add a deployer that dynamically/runtime sets relative order of subdeployments
> * see DeploymentUnitExt::changeRelativeOrder
>
>
Thanks for *DeploymentUnitExt::changeRelativeOrder* !!!
> Ales Justin wrote:
> determine that the given (sub)deployment is not relevant for a deployer
>
I'm need to determine that given subdeployments is not needed for deployment at all. In JBoss4 I'm just remove such subdeployments from DeploymentInfo.subDeployments and all goes OK.
Example deployment structure:
* some-service.myDeployerExt* sub-last.jar
* sub-only-need-in-special-case.jar
* sub-second.jar
* sub-first.jar
And I'm need this subdeployments to start in the right order, but sub-only-need-in-special-case.jar is not need to be started at all:
1. sub-first.jar
2. sub-second.jar
3. sub-last.jar
Sorting problem I had already solved (thanks a lot!) but how can I exclude subdeployments from the deployment process at all? I see that task intended to the StructureDeployer, but can't get a right way... :(
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/588813#588813]
Start a new discussion in JBoss Microcontainer at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2114]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110221/733bd17d/attachment.html
More information about the jboss-user
mailing list