[jboss-user] [JCA Development] - JcaXAResourceRecovery
ANIL SALDHANA
do-not-reply at jboss.com
Mon Apr 19 13:57:02 EDT 2010
ANIL SALDHANA [http://community.jboss.org/people/anil.saldhana%40jboss.com] replied to the discussion
"JcaXAResourceRecovery"
To view the discussion, visit: http://community.jboss.org/message/538359#538359
--------------------------------------------------------------
The ds xml file needs to have the following two:
* Username/Cred
* Security Domain Name
Typically the security domain underneath has one of the many JCA login modules. Primarily the SecureIdentityLoginModule is used which is configured with a username/cred. So basically, the username/cred configured in the SILM is added to the subject that is popped into the ManagedConnectionFactory (that JCA uses to deal with EIS).
So why do we need username/cred in the ds.xml, it is for cases when you want to use your own homegrown login module (that is not part of the JBoss JCA login modules).
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/538359#538359]
Start a new discussion in JCA Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2099]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100419/b633ccfc/attachment.html
More information about the jboss-user
mailing list