[jboss-user] [Microcontainer] - Re: Deployers Ordering

richard.opalka@jboss.com do-not-reply at jboss.com
Thu Jun 25 05:08:10 EDT 2009


In order to fix it the following is necessary to be done:
 * deployer stages have to be comparable
 * deployers have to be sorted on deployers chain retrieval (i.e. in method    protected synchronized List getDeployersList(String stageName))
 * sorting agorithm have to take stages, inputs, outputs and relative order into account
 * different sorting algorithm have to be implemented (domino is wrong because two deployers are not comparable in general)

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

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



More information about the jboss-user mailing list