2 Replies Latest reply on Feb 27, 2008 5:39 PM by kurtstam

    Help needed to deploy an ESB (+ EJB3) in jboss-4.2.2.GA

    ldecaro

      Hello everybody.

      I need some help to deploy an esb in a jboss AS server 4.2.2.GA.

      The deployment goes ok in the jbossesb-server-4.2.1GA but i wanted to use some ejb3 and i read in the programmer's guide that i needed to deploy it in the jboss AS, which sounds reasonable.

      Ok, i noticed that the default config doesn't come with any esb.sar, deployer or whatever it needs to deploy my esb in this server.

      In this case, i see that the deployment is not straightforward, maybe i need to do something else (an environment set up maybe) before deploying my esbs...?!?

      This is the error message that comes up when i try to deploy the esb in the jboss-4.2.2.GA:

      ------
      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@634cebee { url=file:/D:/Java/jboss-4.2.2.GA/server/default/deploy/ControleConteudo.esb }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/Java/jboss-4.2.2.GA/server/default/deploy/ControleConteudo.esb
      altDD: null
      lastDeployed: 1204145724840
      lastModified: 1204145724401
      mbeans:

      --- Incompletely deployed packages ---
      org.jboss.deployment.DeploymentInfo@634cebee { url=file:/D:/Java/jboss-4.2.2.GA/server/default/deploy/ControleConteudo.esb }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/Java/jboss-4.2.2.GA/server/default/deploy/ControleConteudo.esb
      altDD: null
      lastDeployed: 1204145724840
      lastModified: 1204145724401
      mbeans:
      ------

      Can anybody help me?

      Cheers,


      :Luiz.