[jboss-jira] [JBoss JIRA] Created: (AS7-1973) CLI - modify-data-source does not work

Dominik Pospisil (JIRA) jira-events at lists.jboss.org
Thu Sep 29 07:54:26 EDT 2011


CLI - modify-data-source does not work
--------------------------------------

                 Key: AS7-1973
                 URL: https://issues.jboss.org/browse/AS7-1973
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management
            Reporter: Dominik Pospisil
            Assignee: Brian Stansberry


This operation used to work in Alpha1 but does not work anymore:

[standalone at localhost:9999 /] add-data-source --jndi-name=java:jboss/datasources/TestDS --driver-name=h2 --pool-name=TestDS --connection-url=jdbc:h2:mem:test;DB_CLOSE_DELAY=-1
[standalone at localhost:9999 /] modify-data-source --jndi-name=java:jboss/datasources/TestDS --idle-timeout-minutes=5

The result is:
{"Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "Invalid parameter name: value"}}

Error logged:
12:46:07,903 ERROR [org.jboss.as.controller] (pool-3-thread-3) Operation ("write-attribute") failed - address: ([
    ("subsystem" => "datasources"),
    ("data-source" => "java:jboss/datasources/TestDS")
]) - failure description: "Invalid parameter name: value"


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list