1 Reply Latest reply on Jun 30, 2008 11:14 AM by mvecera

    configuration files in JBossESB sampes

    dennyxu

      I am trying to develop a project wizard for JBossESB, so I am studying the JBossESB try to know the structure of jboss esb files.
      when I run helloworld samples, I saw there are many configuration files, but after the sample is packaged and deployed , some of config files(jbossesb-properties.xml, jndi.properties,juddi.properties etc) were not contained in the deployment package, are these files global config files or just for this esb, is it possible to contain these config files in a esb deployment package and make it take effect? if not, what are they for in the samples. thanks

      Denny

        • 1. Re: configuration files in JBossESB sampes
          mvecera

          Hello,

          concerning quickstarts for instance, these files are important for the client side of the examples - e.g. for sending JMS messages. Server has it's own jbossesb-properties.xml, and JNDI and JUDDI are configured using different files.