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&...]