-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
1.5.5.Final
-
None
Currently, ServiceContainer.dumpServices() returns output like:
Service \"null\" (class org.wildfly.service.Installer$UnaryService) mode ON_DEMAND state DOWN (parent: jboss.as.server-controller) (dependencies: org.wildfly.clustering.infinispan.cache.ejb.module-availability, org.wildfly.clustering.infinispan.cache-container.ejb) (has unavailable dependency)
Rather than outputting the value of the deprecated ServiceController.getName() method, which is null for anonymous services, it would be far more useful to output the value of ServiceController.provides().