1 Reply Latest reply on Jun 26, 2002 7:36 PM by adrian.brock

    Data Source setup

    sergeibatiuk

      Hello,

      In JBoss 2.4.4 I used to set up my data sources in jboss.jcml. Now I would like to use JBoss 3.0.0. How do I set up data sources in JBoss 3.0.0? There is no jboss.jcml file anymore...

      I found hsqldb-service.xml file in the /deploy directory. Is this the file where the I can configure my data source(s)? If yes, how then? Does this mean that I can hot deploy data sources?

        • 1. Re: Data Source setup

          There are some example configs in the docs/examples/jca
          directory.

          You might want to download the quickstart guide from
          the sourceforge page.

          Yes, datasources are hot-deployable from jboss3.0,
          just drop the config in deploy.

          Regards,
          Adrian