Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-1404

Missing metadata exception on infinispan subsystem

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 3.0.0.Final
    • None
    • None
    • None

    Description

      Changes to Infinispan subsystem in WF12:

      • cache-container=* jndi-name attribute deprecated
      • local/invalidation/replicated/distributed-cache=* jndi-name deprecated
      • invalidation/replicated/distributed-cache=* mode deprecated
        • Caches are always SYNC
      • component=eviction renamed to memory=object
        • max-entries attribute renamed to size
        • strategy attribute deprecated
          • LRU = size > 0
          • NONE = size <= 0
      • New resources:
        • memory=binary
          • Cache entries stores as byte[] instead of object references
        • memory=off-heap
          • Cache entries stored off-heap in native memory
      • store=string-keyed-jdbc-store renamed to store=jdbc
      • store=binary-keyed-jdbc-store and store=mixed-keyed-jdbc-store remain deprecated but implementations dropped - implemented as store=jdbc
      • component=backup-for deprecated
        • Backup cache names should match cache name
      • store=jdbc/table=string batch-size attribute replaced by store=* max-batch-size attribute

      This leads to the error

      Missing metadata: [resource description] @ {selected.profile}/subsystem=infinispan/cache-container=/distributed-cache=/component=eviction
      

      Attachments

        Issue Links

          Activity

            People

              hpehl@redhat.com Harald Pehl
              hpehl@redhat.com Harald Pehl
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: