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

MarshalledValueInterceptor does not override visitEvictCommand

XMLWordPrintable

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

      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); }

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

                Created:
                Updated:
                Resolved: