]
Brian Stansberry reassigned WFCORE-874:
---------------------------------------
Assignee: ehsavoie Hugonnet (was: Brian Stansberry)
This is a plain old bug. The read-children-types operation takes the
"include-aliases" param and its default value is 'false', so the
behavior Heiko said he prefers is what *should* be happening.
A wild guess is this has something to do with singleton resources.
[~ehugonnet] before doing anything on this, please ping [~kabirkhan] in case he's
looking at it.
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: ehsavoie Hugonnet
Another related problem: The alias resources are shown by default in
:read-children-types
{noformat}
[domain@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@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}