In JBoss AS 5, I have a datasource defined in *-ds.xml but put username/encrypted password in *-jboss-beans.xml.
Now in JBoss AS 7.1, the datasource is defined in standa
In an environment CentOS release 6.3, JBoss-EAP-6.0.0 this only worked with code="SecureIdentity", using picketbox-4.0.9.Final-redhat-1.jar for password encryption.
code="SecureIdentityLogin" gives "PB00024: Access Denied:Unauthenticated caller:null".
Source: https://docs.jboss.org/author/display/AS7/Security+subsystem+configuration