[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1533) JDBCCacheLoader does not honour the create/drop false property for the jbosscache_D table

Andrew Duckworth (JIRA) jira-events at lists.jboss.org
Mon Aug 17 19:43:40 EDT 2009


JDBCCacheLoader does not honour the create/drop false property for the jbosscache_D table
-----------------------------------------------------------------------------------------

                 Key: JBCACHE-1533
                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1533
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Cache loaders
    Affects Versions: 3.1.0.GA
            Reporter: Andrew Duckworth
            Assignee: Manik Surtani
            Priority: Minor


JDBCCacheLoader does not honour the create/drop false property for the jbosscache_D table and instead drops and recreates it even when cache.jdbc.table.create=false. This has two consequences; if the JDBC user does not have create/drop privileges a SQL exception occurs and the cache doesn't start correctly. The second consequence is in a cluster one VM starting its cache may drop the table while another VM is trying to use it. 

-- 
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