]
Martin Simka moved JBEAP-10526 to WFLY-8638:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8638 (was: JBEAP-10526)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JCA
(was: JCA)
Affects Version/s: (was: 7.1.0.DR16)
read-resource on workmanager returns wrong value for elytron-enabled
attribute
------------------------------------------------------------------------------
Key: WFLY-8638
URL:
https://issues.jboss.org/browse/WFLY-8638
Project: WildFly
Issue Type: Bug
Components: JCA
Reporter: Martin Simka
Assignee: Martin Simka
*"elytron-enabled" => "myWM"*
{noformat}
[standalone@localhost:9990 /] /subsystem=jca/workmanager=myWM:add(name=myWM,
elytron-enabled=true
{"outcome" => "success"}
[standalone@localhost:9990 /] /subsystem=jca/workmanager=myWM:read-resource
{
"outcome" => "success",
"result" => {
"elytron-enabled" => "myWM",
"name" => "myWM",
"long-running-threads" => undefined,
"short-running-threads" => undefined
}
}
[standalone@localhost:9990 /]
/subsystem=jca/workmanager=myWM:read-attribute(name=elytron-enabled)
{
"outcome" => "success",
"result" => "myWM"
}
{noformat}