Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-25635

Fix cache container view in web console

XMLWordPrintable

    • False
    • None
    • False

      Starting with WildFly 27, the cache-container resource has changed. This breaks the cache container view in the console. 

      The reason is the deprecation of some of the thread-pool singletons:

      WildFly 26

      /subsystem=infinispan/cache-container=ejb:read-children-types(include-singletons)
      {
          "outcome" => "success",
          "result" => [
              "cache",
              "distributed-cache",
              "invalidation-cache",
              "local-cache",
              "replicated-cache",
              "scattered-cache",
              "thread-pool=async-operations",
              "thread-pool=blocking",
              "thread-pool=expiration",
              "thread-pool=listener",
              "thread-pool=non-blocking",
              "thread-pool=persistence",
              "thread-pool=remote-command",
              "thread-pool=state-transfer",
              "thread-pool=transport",
              "transport=jgroups",
              "transport=none"
          ]
      }

      WildFly >26

      /subsystem=infinispan/cache-container=ejb:read-children-types(include-singletons)
      {
          "outcome" => "success",
          "result" => [
              "cache",
              "distributed-cache",
              "invalidation-cache",
              "local-cache",
              "replicated-cache",
              "scattered-cache",
              "thread-pool=blocking",
              "thread-pool=expiration",
              "thread-pool=listener",
              "thread-pool=non-blocking",
              "transport=jgroups",
              "transport=none"
          ]
      }

       

       

       

            hpehl@redhat.com Harald Pehl
            okotek@redhat.com Ondrej Kotek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: