[
https://issues.jboss.org/browse/AS7-2567?page=com.atlassian.jira.plugin.s...
]
Alexey Loubyansky updated AS7-2567:
-----------------------------------
Assignee: Brian Stansberry (was: Alexey Loubyansky)
Component/s: Domain Management
JCA
(was: CLI)
[standalone@localhost:9999 /]
/subsystem=datasources/data-source=my:add(driver-name=h2,connection-url=curl,pool-name=my,enabled=true)
{"outcome" => "success"}
[standalone@localhost:9999 /]
/subsystem=datasources/data-source=my:read-attribute(name=enabled)
{
"outcome" => "success",
"result" => false
}
datasource add with enabled=true doesn't enable datasource
----------------------------------------------------------
Key: AS7-2567
URL:
https://issues.jboss.org/browse/AS7-2567
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, JCA
Affects Versions: 7.1.0.Alpha1
Reporter: Nicklas Karlsson
Assignee: Brian Stansberry
a datasource:add operation with the enabled attribute set to true creates a disabled
datasource
--
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