2 Replies Latest reply on Oct 23, 2007 4:55 AM by fabianw

    Problems deploying JBoss ESB to AS

      Hi there

      I'm writing my master thesis about service-oriented architectures. As part of this thesis I want to implement a business-process using JBoss software, but I'm having some problems at configuring the whole environment. I want to use JBoss AS 4.2.1 + JBoss ESB 4.2. + ActiveBPEL + Red Hat Developer Studio.
      I've already installed AS, but I'm not able to deploy the ESB to the AS. Ant fails with:
      BUILD FAILED
      C:\jbossesb-4.2GA\install\build.xml:64: Could not determine JMS provider

      I took a look at the build.xml and it seems to check if JBoss Messaging is available. I deployed JBoss Messaging to the AS and used the 'messaging' profile for the ESB, but I still get the same error.
      Why is that? - any help is greatly appreciated!

      By the way... I already downloaded and installed the RH Developer Studio. If I understand correctly it already contains an JBoss AS, but i want to use my separate AS installation. How can I configure the Developer Studio to use the other installation?

        • 1. Re: Problems deploying JBoss ESB to AS
          kconner

          The installation script checks for the existence of a number of files, it does not appear to be finding them.

          Can you try running 'ant -v' to see which files are being checked?

          As for RHDS, you need to ask that question on their forum.

          • 2. Re: Problems deploying JBoss ESB to AS

            Thank you very much for you advice!

            The problem was that I wrote "c:\JBoss_AS_4.2.1" instead of "c:/JBoss_AS_4.2.1" in the deployment.properties file.

            Perhaps the readme should include a hint to use normal slashes instead of backslash.