Larry Honeywood [
https://community.jboss.org/people/lhoneywood] created the discussion
"Re: Encrypting Datasource Password"
To view the discussion, visit:
https://community.jboss.org/message/715654#715654
--------------------------------------------------------------
Also, Make sure the service type in your login-config.xml file matches the transaction
type in your "-ds.xml" file. EX:
if your "-ds.xml" entry tooks like:
<*xa-datasource*>
<jndi-name>SomeDS</jndi-name>
<security-domain>SomeDomain</security-domain>
*</xa-datasource*>
Then the service type in the login-config.xml for the corresponding domain should look
like :
<module-option name =
"managedConnectionFactoryName">jboss.jca:name=SomeDS,*service=XATxCM*</module-option>
But,
if your "-ds.xml" entry tooks like:
<*local-tx-datasource*>
<jndi-name>SomeDS</jndi-name>
<security-domain>SomeDomain</security-domain>
*</local-tx-datasource*>
Then the service type in the login-config.xml for the corresponding domain should look
like :
<module-option name =
"managedConnectionFactoryName">jboss.jca:name=SomeDS,*service=LocalTxCM*</module-option>
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/715654#715654]
Start a new discussion in Datasource Configuration at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]