0 Replies Latest reply on May 31, 2008 2:57 AM by sonali.majumdar

    Configuring Deployment sequence for ejb and jms in clustered

    sonali.majumdar

      Hi ,
      My application has a set of ejb's and a jms. The ejb's should be deployed first and then the jms. This sequence is deploying correctly in default configuration. However, when I try to deploy it in clustered environment in all configurations, the sequence is changed. I have deployed the .ear file in all/farm and the jms in all/deploy-hassingleton/deploy.last. Still the jms gets deployed earlier than the .ear file on which it depends and I get errors in the jboss console. Can I configure the deployment sequence