[jboss-jira] [JBoss JIRA] (AS7-5226) CLI: Allows adding a Datasource with both user-name+password and security-domain specified

Thomas Hauser (JIRA) jira-events at lists.jboss.org
Thu Jul 19 12:20:07 EDT 2012


     [ https://issues.jboss.org/browse/AS7-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Hauser updated AS7-5226:
-------------------------------

    Description: 
Running the command 
[standalone at localhost:9999 /] data-source add --name=TestDS1 --jndi-name=java:jboss/examples/TestDS1 --connection-url=localhost:8888/fake-url --driver-name=h2 --user-name=admin --password=something --security-domain=Management

results in a Datasource being added. I was told that this should not be allowed (having both a user-name+password and a security-domain specified)

 

  was:
Running the command 
[standalone at localhost:9999 /] data-source add --name=TestDS1 --jndi-name=java:jboss/examples/TestDS1 --connection-url=localhost:8888/fake-url --driver-name=h2 --user-name=admin --password=something --security-domain=Management

 


    
> CLI: Allows adding a Datasource with both user-name+password and security-domain specified
> ------------------------------------------------------------------------------------------
>
>                 Key: AS7-5226
>                 URL: https://issues.jboss.org/browse/AS7-5226
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: JCA
>    Affects Versions: 7.1.2.Final (EAP)
>            Reporter: Thomas Hauser
>            Assignee: Stefano Maestri
>
> Running the command 
> [standalone at localhost:9999 /] data-source add --name=TestDS1 --jndi-name=java:jboss/examples/TestDS1 --connection-url=localhost:8888/fake-url --driver-name=h2 --user-name=admin --password=something --security-domain=Management
> results in a Datasource being added. I was told that this should not be allowed (having both a user-name+password and a security-domain specified)
>  

--
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