[jboss-jira] [JBoss JIRA] (WFLY-8638) read-resource on workmanager returns wrong value for elytron-enabled attribute
Martin Simka (JIRA)
issues at jboss.org
Tue Apr 25 10:33:05 EDT 2017
[ https://issues.jboss.org/browse/WFLY-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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 at localhost:9990 /] /subsystem=jca/workmanager=myWM:add(name=myWM, elytron-enabled=true
> {"outcome" => "success"}
> [standalone at 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 at localhost:9990 /] /subsystem=jca/workmanager=myWM:read-attribute(name=elytron-enabled)
> {
> "outcome" => "success",
> "result" => "myWM"
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list