[jboss-dev-forums] [Design of JCA on JBoss] - Re: [JBAS-5221] tx-connection-factory/no-tx-connection-facto

emuckenhuber do-not-reply at jboss.com
Tue Feb 24 05:47:43 EST 2009


I was wondering about this property too, as this seems a bit confusing. Because which of the following is the correct property to edit:


  | managedObject.getProperty("driver-class");
  | // or:
  | managedObject.getProperty("config-property").get("DriverClass");
  | 

>From a attachment persistence standpoint we could also get some issues with this:
e.g. if setManagedConnectionFactoryProperties is writing the changes back to the attachment. And you just update "driver-class", without refreshing the MO (and therefore "config-property") - it could persist two different values for "driver-class" (should be the same problem if you do it the other way around).


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212558#4212558

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4212558



More information about the jboss-dev-forums mailing list