[jboss-user] [JCA/JBoss] - Re: changing conn parameters in -ds.xml file !!!urgent!!!
vickyk
do-not-reply at jboss.com
Tue Jun 24 09:01:16 EDT 2008
"sankul123" wrote :
| Is there any JBoss JCA API to achieve through code,
|
The JMX should do the trick for you .
Try to use the following JCA related MBean .
./twiddle.sh invoke "jboss.jca:name=DefaultDS,service=ManagedConnectionFactory" getManagedConnectionFactoryAttribute connectionURL
You should be able to set the properties through setManagedConnectionFactoryAttribute() and get it though the getManagedConnectionFactoryAttribute operation of the JCA Mbean.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160217#4160217
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160217
More information about the jboss-user
mailing list