-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.Beta1
-
None
When I add recursive=true to :read-resource the runtime attributes disappear.
E.g.
subsystem=osgi] :read-resource(include-runtime=true) { "outcome" => "success", "result" => { "activation" => "eager", "startlevel" => 1, "bundle" => { "19" => undefined, "17" => undefined, "18" => undefined,
The above works, but adding recursive=true produces:
subsystem=osgi] :read-resource(include-runtime=true,recursive=true) { "outcome" => "success", "result" => { "activation" => "eager", "bundle" => { "20" => {}, "21" => {},
The startlevel attribute is gone and the bundle resources are empty.
Note that when I run :read-children-resources it does return the correct information
subsystem=osgi] :read-children-resources(child-type=bundle,include-runtime=true) { "outcome" => "success", "result" => { "0" => { "id" => 0L, "startlevel" => 0, "state" => "ACTIVE", "symbolic-name" => "system.bundle", "version" => "0.0.0" }, "1" => { "id" => 1L, "startlevel" => 1, "state" => "INSTALLED", "symbolic-name" => "javaee.api", "version" => "0.0.0" },
- is related to
-
AS7-4656 Operation read-resource with include-runtime=true leads to no result
- Resolved