2 Replies Latest reply on Jan 27, 2008 12:43 PM by nollario

    Could not determine JMS provider

    nollario

      Hi!

      I just tried the JBossESB getting startet. When invoking ant, I received the following error message. What can I do?

      Thanks
      Christian


      F:\devel\jboss\jbossesb-4.2.1GA\install>ant
      Buildfile: build.xml

      check.deploy.props:

      dependencies.source:

      dependencies.jbossesb:

      dependencies:

      jms.config.check:

      BUILD FAILED
      F:\devel\jboss\jbossesb-4.2.1GA\install\build.xml:67: Could not determine JMS pr
      ovider

      Total time: 0 seconds
      F:\devel\jboss\jbossesb-4.2.1GA\install>

        • 1. Re: Could not determine JMS provider
          tcunning

          It's most likely that you need to modify the settings in your install/deployment.properties file.

          You should start out by reading the docs/GettingStarted.pdf. It'll help you get this issue squared away and will ensure that you have a sample quickstart running.

          • 2. Re: Could not determine JMS provider
            nollario

            Getting started didn't help. But it was rather easy:

            Using "org.jboss.esb.server.home=F:\\devel\\jboss\\jboss-4.2.1.GA"

            instead of "org.jboss.esb.server.home=F:\devel\jboss\jboss-4.2.1.GA"

            worked. :)