[jboss-jira] [JBoss JIRA] (WFCORE-874) Inconsistent alias treatment

Kabir Khan (JIRA) issues at jboss.org
Thu Aug 13 17:16:03 EDT 2015


    [ https://issues.jboss.org/browse/WFCORE-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098208#comment-13098208 ] 

Kabir Khan edited comment on WFCORE-874 at 8/13/15 5:15 PM:
------------------------------------------------------------

[~ehugonnet] I am taking this. If you have started on this already, please let me know.


was (Author: kabirkhan):
[~ehugonnet] I am taking this If you have started on this already, please let me know.

> Inconsistent alias treatment
> ----------------------------
>
>                 Key: WFCORE-874
>                 URL: https://issues.jboss.org/browse/WFCORE-874
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Domain Management
>            Reporter: Heiko Braun
>            Assignee: Kabir Khan
>
> Another related problem: The alias resources are shown by default in :read-children-types
> {noformat}
> [domain at localhost:9990 /] /profile=full/subsystem=infinispan/cache-container=*/invalidation-cache=web:read-children-types
> {
>     "outcome" => "success",
>     "result" => [
>         "binary-keyed-jdbc-store",
>         "component",
>         "eviction",
>         "expiration",
>         "file-store",
>         "locking",
>         "mixed-keyed-jdbc-store",
>         "remote-store",
>         "store",
>         "string-keyed-jdbc-store",
>         "transaction"
>     ]
> }
> {noformat}
> but they are excluded from :read-resource-description 
> {noformat}
> [domain at localhost:9990 /] /profile=full/subsystem=infinispan/cache-container=*/invalidation-cache=web:read-resource-description
>  [...]
>  "children" => {
>                 "store" => {
>                     "description" => "A persistent store for a cache.",
>                     "model-description" => undefined
>                 },
>                 "component" => {
>                     "description" => "A configuration component of a cache.",
>                     "model-description" => undefined
>                 }
>             }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list