5 Replies Latest reply on Mar 16, 2009 2:24 PM by mikkus70

    Install Seam on JBoss ESB 4.5

    pvantrepote

      Hi,


      I am trying to use Seam on JBoss ESB 4.5.
      I tried to deploy some sample, and it didn't get deployed.
      Any help will be welcome.


      Thanks
      Pascal.

        • 1. Re: Install Seam on JBoss ESB 4.5
          valatharv

          What is the error you are getting..

          • 2. Re: Install Seam on JBoss ESB 4.5
            pvantrepote

            This is what I got.


            --- Packages waiting for a deployer ---
            org.jboss.deployment.DeploymentInfo@c0586dab { url=file:/usr/local/jbossesb-server-4.5.GA/server/default/deploy/jboss-seam-booking.ear }
              deployer: null
              status: null
              state: INITWAITINGDEPLOYER
              watch: file:/usr/local/jbossesb-server-4.5.GA/server/default/deploy/jboss-seam-booking.ear
              altDD: null
              lastDeployed: 1235250252904
              lastModified: 1235250252000
              mbeans:


            --- Incompletely deployed packages ---
            org.jboss.deployment.DeploymentInfo@c0586dab { url=file:/usr/local/jbossesb-server-4.5.GA/server/default/deploy/jboss-seam-booking.ear }
              deployer: null
              status: null
              state: INITWAITINGDEPLOYER
              watch: file:/usr/local/jbossesb-server-4.5.GA/server/default/deploy/jboss-seam-booking.ear
              altDD: null
              lastDeployed: 1235250252904
              lastModified: 1235250252000
              mbeans:



            Thanks
            Pascal.


            • 3. Re: Install Seam on JBoss ESB 4.5
              pvantrepote

              Hey,


              Ok, nobody tried to run Seam on JBoess ESB 4.5?
              Please if someone knows how to do it, let me know.


              Thanks
              Pascal.



              Pascal Vantrepote wrote on Feb 21, 2009 22:07:


              This is what I got.

              --- Packages waiting for a deployer ---
              org.jboss.deployment.DeploymentInfo@c0586dab { url=file:/usr/local/jbossesb-server-4.5.GA/server/default/deploy/jboss-seam-booking.ear }
                deployer: null
                status: null
                state: INITWAITINGDEPLOYER
                watch: file:/usr/local/jbossesb-server-4.5.GA/server/default/deploy/jboss-seam-booking.ear
                altDD: null
                lastDeployed: 1235250252904
                lastModified: 1235250252000
                mbeans:

              --- Incompletely deployed packages ---
              org.jboss.deployment.DeploymentInfo@c0586dab { url=file:/usr/local/jbossesb-server-4.5.GA/server/default/deploy/jboss-seam-booking.ear }
                deployer: null
                status: null
                state: INITWAITINGDEPLOYER
                watch: file:/usr/local/jbossesb-server-4.5.GA/server/default/deploy/jboss-seam-booking.ear
                altDD: null
                lastDeployed: 1235250252904
                lastModified: 1235250252000
                mbeans:


              Thanks
              Pascal.




              Click HELP for text formatting instructions. Then edit this text and check the preview.

              • 4. Re: Install Seam on JBoss ESB 4.5
                ctomc

                Hello,


                with log that you sent no one can figure out what is going wrong in your case.


                Please paste stacktrace of the error that happens while booting server and not just last info what went wrong...

                • 5. Re: Install Seam on JBoss ESB 4.5
                  mikkus70

                  If you installed the JBossESB package that comes complete with JBossAS, keep in mind that the server runtime does not include EJB3 support out of the box. That's the reason why the .ear package is left waiting for a deployer, because the ear-deployer.xml file is missing.


                  So, you either need to install ear deployment support to your server (copy the ejb3.deployer, ear-deployer.xml, ejb3-interceptors-aop.xml files from a standard JBossAS installation), or you can start with a standard JBossAS installation and add ESB support to it by installing the JBossESB packages.