[jboss-dev-forums] [Design of POJO Server] - Re: Implicit container dependencies

scott.stark@jboss.org do-not-reply at jboss.com
Wed Mar 28 13:04:10 EDT 2007


"bill.burke at jboss.com" wrote : The problem with implicit dependencies is that MDB's, traditionally, will create the topic/queue by default if it does not already exist.  
  | 
  | 
  | Please add the nested first deployment ordering.
  | 
  | BTW, I don't understand why the ordering matters.  It works like this right?
  | 
  | 
  |   | for (Deployer deployer : deployers)
  |   | {
  |   |    for (Deployments deployment: deployments) deployer.process(deployment)
  |   | }
  |   | 
  | 
  | 
  | Why doesn't the Queue/Topic get deployed before the MDB anyways?
  | 

There is no ordering of the DeploymentContexts currently. When a DeploymentContext is added to the MainDeployer its children are simply added to the set to process. This should be part of the structural information. We could default to Russian doll and allow for complete specification as well, including cross top-level deployment ordering.


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

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



More information about the jboss-dev-forums mailing list