[
https://jira.jboss.org/jira/browse/JBCACHE-1533?page=com.atlassian.jira.p...
]
Manik Surtani commented on JBCACHE-1533:
----------------------------------------
Thanks for this. In future could you please use diffs when submitting code. Makes my
life easier in validating fixes. :-)
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
Attachments: AdjListJDBCCacheLoader.java, AdjListJDBCCacheLoaderConfig.java
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