4 Replies Latest reply on Feb 24, 2009 12:36 PM by dmoses48

    JBoss WS dependencies

    dmoses48

      I can't seem to find all the dependencies for JBossWS. I can deploy it in the server/default, but it crashes in server/web or server/minimal. I want the most minimal deployment so I'd like a list of it's dependencies. Where might I find this?

        • 1. Re: JBoss WS dependencies
          dmoses48

          Sorry didn't include much information.
          Deploying jbossws 3.0.5 into jboss 500

          • 2. Re: JBoss WS dependencies
            peterj

            You cannot deploy a web service in 'minimal' or 'web', neither of those configurations contains the JBossWS service. You need to deploy to 'all' or 'default'. If you don't care about clustering, use 'default'. It is easier to remove from 'default' services that you don't want than to add to 'web' services that you need.

            • 3. Re: JBoss WS dependencies
              peterj

              Looks like you posted your second item the same time I posted my reply. I didn't know you were attempting to install JBossWS 3.0.5, I thought you were trying to deploy a web service.

              • 4. Re: JBoss WS dependencies
                dmoses48

                Ok, it appears you can use the web server that comes with jboss500 and you need to add the ejb deployer from default and it works for me.

                (jbossws depends on EJB2xDeployer)