3 Replies Latest reply on Dec 17, 2009 3:06 AM by jaikiran

    deployment ordering in ear

    arminhaaf

      i'm sure this question has already be answered, but I cannot find it.

       

      We are currently migrating from jboss 4.2.2 to 5.1. We have an ear which contains a destinations.xml for creating JMS queues and in the the same ear some MDB.

       

      However the deployment order now first deploys the MDBs and after that the queues. There is no problem here, because it seems that the mdbs are bound to the queues, but there are error messages in the log.:

       

      javax.naming.NameNotFoundException: DeleteProcessQueue not bound

       

      So my question is, what is the best/correct way to make the destinations.xml deployed first in the ear