[jboss-dev-forums] [Design of POJO Server] - Re: Implicit container dependencies
bill.burke@jboss.com
do-not-reply at jboss.com
Wed Mar 28 12:52:00 EDT 2007
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?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032438#4032438
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032438
More information about the jboss-dev-forums
mailing list