I have an XA datasource which requires authentication using domain credentials. I'd like to set this up in Wildfly 9.0.1. I tried the following in my standalone.xml with no luck.
...
<security>
<security-domain>dom</security-domain>
<user-name>name</user-name>
<password>pass</password>
</security>
...
I looked in the jboss documentation, but I don't see how to do this.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…