[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1426) Putting a null map in the cache when the node already contains data causes the JDBC Cache Loader to barf

Manik Surtani (JIRA) jira-events at lists.jboss.org
Tue Oct 14 08:16:20 EDT 2008


Putting a null map in the cache when the node already contains data causes the JDBC Cache Loader to barf
--------------------------------------------------------------------------------------------------------

                 Key: JBCACHE-1426
                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1426
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Cache loaders
    Affects Versions: 2.2.1.CR1, 2.2.0.GA
            Reporter: Manik Surtani
            Assignee: Manik Surtani
            Priority: Critical
             Fix For: 2.2.1.CR2, 2.2.1.GA


simple test:

cache.put(fqn, key, value);
cache.put(fqn, null); // causes the JDBC cache loader to barf.

This is now in the test suite - CacheLoaderTestsBase.testPutNullDataMap() and CacheLoaderTestsBase.testPutNullDataMapNodeHasData().

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosscache-issues mailing list