[jboss-jira] [JBoss JIRA] (AS7-2481) datasource, description of security-domain attribute is wrong
Vimal Kansal (Created) (JIRA)
jira-events at lists.jboss.org
Wed Nov 2 20:46:45 EDT 2011
datasource, description of security-domain attribute is wrong
-------------------------------------------------------------
Key: AS7-2481
URL: https://issues.jboss.org/browse/AS7-2481
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Vimal Kansal
Assignee: Brian Stansberry
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list