Hi,

I executed the operation :

/subsystem=datasources/data-source=java;jboss/datasources/ExampleDS:read-resource-description .

The attribute "security-domain" is returned as :

 "security-domain" => {
       "description" => "Indicates Subject (from security domain) are used to distinguish connections in the pool. The content of the security-domain is the name of the JAAS security manager
 handleauthentication. This name correlates to the JAAS login-config.xml descriptor application-policy/name attribute.",
       "type" => STRING,
       "required" => false,
       "access-type" => "read-write",
       "storage" => "configuration",
       "restart-required" => "no-services"
   },

I think the highlighted part of the description "This name correlates to the JAAS login-config.xml descriptor application-policy/name attribute." is wrong.

Thx

Vimal