0 Replies Latest reply on Feb 5, 2007 1:23 PM by sdhaliwal

    Calling remveObject on JBossCacheAop causes warn message

    sdhaliwal

      We are using JBossCacheAOP and add a instrumented Pojo to the cache using the following statement.

      pojoCache.putObject("/sessionCache/xyz1", pojoObject);
      


      Then at a later time this object is removed using the following :
      pojoCache.removeObject("/sessionCache/xyz1");
      


      This code seems to behave correcly as it finds the object. However, we see a waring message in the log that looks like the following :

      WARN [TreeCache] node /sessionCache/xyz1 not found

      Just wonderning whether there is a problem with using the API this way or the warning message can be ignored safely.

      Thanks