In jboss 4 these are all exposed directly as mbean attributes. In earlier jboss's you can try to use the get/setManagedConnectionFactoryAttribute jmx operations.
parameters for set are name, class, value. I haven't tried this recently from jmx-console and don't remember how well it works. david jencks On 2003.03.24 04:54 Muraly R wrote: > Hi All, > I am having a '-service.xml' file for setting up the > ConnectionManager for > Sybase dbs. My query is there an API which I can use to access the > properties in this file. > For eg: > <config-property name="ConnectionURL" > type="java.lang.String">jdbc:sybase:Tds:localhost:10033?ServiceName=someDB</config-property> > > What is the API I can use to access the URL value set here(ie. > jdbc:sybase:Tds:localhost:10033?ServiceName=someDB) ? > > Thanks > Muraly > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
