]
Brian Stansberry resolved AS7-1973.
-----------------------------------
Fix Version/s: 7.1.0.Beta1
Resolution: Done
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
Fix For: 7.1.0.Beta1
This operation used to work in Alpha1 but does not work anymore:
[standalone@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@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: