4 Replies Latest reply on Nov 18, 2008 10:42 AM by beve

    Installation: which is which?

    juhasiltanen

      There are two jar files with binary content:

      1. jbossesb-server-4.3.GA
      2. jbossesb-4.3.GA

      One of these is propably the JBoss AS microkernel version (without the ejb container) and the other is the ESB server.

      I downloaded both of these and unzipped the downloaded files.

      The next logical step was to try the samples, but without actual knowledge of which folder is which I'm just blindly following the examples and seeing several consoles waking up. Not really knowing what has been started and why.

      Could someone talk me through the very basics of these application structure, thanks.

        • 1. Re: Installation: which is which?
          beve

           

          1. jbossesb-server-4.3.GA

          This is a standalone installation that contains a stripped down jbossas installation.

          2. jbossesb-4.3.GA

          This version does not contain a server and would be used if you already have a JBossAS installation.

          The next logical step was to try the samples, but without actual knowledge of which folder is which I'm just blindly following the examples and seeing several consoles waking up. Not really knowing what has been started and why.

          I would start with the jbossesb-server if you have already downloaded it. Start the server from the bin directory and then try out some of the quickstart from the samples directory.

          If you haven't already you might want to checkout the http://anonsvn.jboss.org/repos/labs/labs/jbossesb/tags/JBESB_4_3_GA/product/docs/GettingStarted.pdf

          Regards,

          /Daniel


          • 2. Re: Installation: which is which?
            juhasiltanen

            Thank you for your response, I will do exactly as you proposed

            • 3. Re: Installation: which is which?
              juhasiltanen

              I am facing (propably a minor) problem when studying the quickstart samples in Eclipse IDE.

              I created a eclipse project for each sample I am interested in. Which jar-files should I include in the build path of each sample's eclipse project to get the sources to compile. Where to find (for example) these class-files?...

              org.jboss.soa.esb.actions.AbstractActionLifecycle
              org.jboss.soa.esb.message.Message
              org.jboss.soa.esb.helpers.ConfigTree

              I just don't seem to be able to find the correct jar files anywhere (a bit embarrassing, really)

              Thanks for your help, again :)

              • 4. Re: Installation: which is which?
                beve

                Hi,

                using the jbossesb-server binary you can find the jar located in:
                jbossesb-server-4.3.GA/server/default/deploy/jbossesb.sar/lib

                The classes that you mentioned can be found in jbossesb-rosetta.jar.

                Regards,

                /Daniel