[jboss-jira] [JBoss JIRA] (JBJCA-867) Using both user credentials and security domain in data source configuration should throw exception during parsing phase
Vladimir Rastseluev (JIRA)
jira-events at lists.jboss.org
Fri Jul 27 11:19:06 EDT 2012
[ https://issues.jboss.org/browse/JBJCA-867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vladimir Rastseluev updated JBJCA-867:
--------------------------------------
Steps to Reproduce:
Place attached file to:
/trunk/common/src/test/resources/ds/wrong/
Run test:
ant one-test -Dmodule=common -Dtest=org.jboss.jca.common.metadata.ds.DsParserForValidatorExceptionTestCase
> Using both user credentials and security domain in data source configuration should throw exception during parsing phase
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: JBJCA-867
> URL: https://issues.jboss.org/browse/JBJCA-867
> Project: IronJacamar
> Issue Type: Bug
> Components: Common
> Reporter: Vladimir Rastseluev
> Assignee: Jesper Pedersen
> Fix For: 1.0.12.Final, 1.1.0.Beta2
>
> Attachments: security-domain-with-credentials-ds.xml
>
>
> There is no parsing errors, when security part of data source looks like this:
> <security>
> <user-name>sa</user-name>
> <password>sa</password>
> <security-domain>H2Security</security-domain>
> </security>
--
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