"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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to