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

adrian@jboss.org do-not-reply at jboss.com
Thu Feb 1 09:44:41 EST 2007


"weston.price at jboss.com" wrote : 
  | 
  |   | <recovery-security-domain>Recovery</recovery-security-domain>
  |   | 
  | 
  | is defined in login-config, so we have yet another piece of external information to 'kludge' this together it just happens to be in a 'comfortable' place that you are familiar with.
  | 

No, it is the standard mechanism within the appserver for external security
configuration.

Personally, I think JCA should have a SubjectFactory integration point
which for the appserver uses JBoss-JAAS, but whatever you still need
to name the factory to use and the security-domain config is as good an
identifier as any. 

e.g. In a standalone use case it could be a name for the SubjectFactory
in the microcontainer.

  | <property name="subjectFactory"><inject bean="Recovery"/></property>
  | 

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

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



More information about the jboss-dev-forums mailing list