5 Replies Latest reply on Jan 2, 2009 4:58 AM by kconner

    JBossWS upgrade for JBossESB server

    mcko

      Hi,
      I'm evaluating JBossESB Server 4.4GA. I need to upgrade JBossWS native to at least 2.0.3GA. Where can I find any descritpion/scipts to do this.
      Thanks!

        • 1. Re: JBossWS upgrade for JBossESB server
          beve

          Hi,

          try downloading the version of JBossWS from here: http://www.jboss.org/jbossws/downloads/, and follow the instructions in docs/Install.txt in the downloaded distribution.

          Regards,

          /Daniel

          • 2. Re: JBossWS upgrade for JBossESB server
            mcko

            Thank you for your response Daniel.
            Anyway, I've tried this before. It's working fine for JBossAS + JBossESB but not for JBossESB Server edition...

            Regards,
            Maciej

            • 3. Re: JBossWS upgrade for JBossESB server
              beve

               

              Anyway, I've tried this before. It's working fine for JBossAS + JBossESB but not for JBossESB Server edition...

              Ah sorry, I did not realise you had already tried that. What was the result when you tried upgrading the JBossESB Server edition?

              regards,

              /Daniel

              • 4. Re: JBossWS upgrade for JBossESB server
                mcko

                After starting server i'm getting following deployment errors:

                *** DEPLOYMENTS IN ERROR:
                WSApplicationMetaDataAdapterEJB3 -> java.lang.NoClassDefFoundError: org/jboss/ejb3/Ejb3ModuleMBean
                WSDeployerHook_JAXWS_EJB3 -> java.lang.NoClassDefFoundError: org/jboss/ejb3/EJBContainer
                WSSecurityHandlerEJB3 -> java.lang.NoClassDefFoundError: org/jboss/ejb3/Ejb3ModuleMBean

                • 5. Re: JBossWS upgrade for JBossESB server
                  kconner

                  The standalone server does not support EJB deployments so will not work without some changes.

                  The easiest way to do this would be to install ESB into a version of the application server and then update the WS version within the application server.

                  Kev