1 Reply Latest reply on May 1, 2007 10:59 AM by peterj

    Create a Datasource on Jboss 4.0.5 with JMX

      Hi,

      Is it possible to create a new datasource or connection pool using only JMX during runtime remotely?

      Thanks,

        • 1. Re: Create a Datasource on Jboss 4.0.5 with JMX
          peterj

          I have never done this but it should be fairly easy to do. The app server creates 4 or 5 MBeans based on the data in the *-ds.xml file. What I would do is look at the MBeans created for DefaultDS, and then write code to create a similar set of MBeans for my data source.