1 Reply Latest reply on Oct 4, 2004 1:33 PM by genman

    checkIncompleteDeployment error message

    desmond22

      Hello,

      i have a few MDBs in my app running on JBoss 3.2.3 and i disable them on startup by setting DeliveryActive to false in the jboss.xml deployment descriptor file for all the MDBs. I then wrote a service MBean that depends on all the MDBs (using the depends element in the jboss-service.xml file for the startup MBean) so that when it runs, JBoss will deploy all the MDBs that depend on it and run it last during deployment and startup. This startup MBean will then activate all the MDBs that it depends on by invoking the startDelivery method on all of them. However JBoss registers the startup MBean but does not start it and JBoss is throwing an exception saying checkIncompleteDeployment.

      Pls can you help me out.

      Thanks