Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-157

MarshalledValueInterceptor does not override visitEvictCommand

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.0.0.BETA1
    • 4.0.0.ALPHA6
    • Eviction
    • None
    • Low

    Description

      Tests like this fail because the key being looked up hasn't been wrapped around a MarshalledValue, which should the job of MarshalledValueInterceptor.visitEvictCommand override:

      public void testEvictMarshalledValue()

      { Pojo pojo = new Pojo(); cache1.put(pojo, pojo); cache1.evict(pojo); assert !cache1.containsKey(pojo); }

      Attachments

        Activity

          People

            rh-ee-galder Galder ZamarreƱo
            rh-ee-galder Galder ZamarreƱo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: