Re: [JBoss-user] API for accessing the Properties in '-service.xml'

2003-03-24 Thread David Jencks
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

[JBoss-user] API for accessing the Properties in '-service.xml'

2003-03-24 Thread Muraly R
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: jdbc:sybase:Tds:localhost:10033?ServiceName=someDB What is the API I can use to access the URL value set here