[jboss-dev-forums] [Design of JCA on JBoss] - Re: JcaXAResourceRecovery

adrian@jboss.org do-not-reply at jboss.com
Thu Feb 1 15:34:07 EST 2007


"weston.price at jboss.com" wrote : 
  | Yes it does. Unless you want to put the ConnectionRequestInfo data somewhere else
  | 

The CRI is optional. 

For recovery the MCF must support
createManagedConnection(subject, null);
see JCA 1.5 spec 6.5.3.5

So all we need is a way to construct the subject, e.g. user/password
or the name/location of a certificate (it really depends upon
what "authentication-mechanism" we and the rar support).

As Scott says, it could even involve logging a warning and asking the admin
to go to the jmx or admin console and entering it on every reboot.
But probably not, that's not very zero configuration. :-)

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

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



More information about the jboss-dev-forums mailing list