1 Reply Latest reply on Dec 2, 2003 7:39 PM by jonlee

    DS discovery

    noel.rocher

      Hi all,

      For the Nukes project, I need to be able to discover all Datasources already deployed in the JBoss server.
      What is the best way ?

      I will surely need to be able to deploy new DS dynamically too (produce a xxx-ds.xml in the /deploy directory from a servlet). Any idea or experience on that ?

      Thanks,
      Noel

        • 1. Re: DS discovery
          jonlee

          Have a look at the jmx-console code. You want to get the jboss.jca and filter to get the "service=ManagedConnectionPool" and obtain the names from that.

          You should be able to write the *-ds.xml file from your servlet, but you are going to have to work out how you will discover the deployment directory. I guess you could pass it as an initparam. You will need to write a temporary file first and then rename it the target *-ds.xml to avoid any troubles with early deployment before you have finished writing the configuration.