[
http://jira.jboss.com/jira/browse/JBCACHE-1031?page=all ]
Galder Zamarreno resolved JBCACHE-1031.
---------------------------------------
Resolution: Done
JDBCCacheLoaderOldConfig file created which extends AdjList
one setting the class name to old jdbc cache loader.
AdjListJDBCCacheLoaderConfig should not depend on JDBCCacheLoaderOld
--------------------------------------------------------------------
Key: JBCACHE-1031
URL:
http://jira.jboss.com/jira/browse/JBCACHE-1031
Project: JBoss Cache
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 2.0.0.BETA2
Reporter: Galder Zamarreno
Assigned To: Galder Zamarreno
Priority: Minor
Fix For: 2.0.0.CR1
Original Estimate: 1 hour
Remaining Estimate: 1 hour
AdjListJDBCCacheLoaderConfig, which is the base of the current JDBCCacheLoader
configuration should not depend on the old cache loader implementation
public AdjListJDBCCacheLoaderConfig()
{
setClassName(JDBCCacheLoaderOld.class.getName());
}
/**
* For use by {@link JDBCCacheLoaderOld}.
*
* @param base generic config object created by XML parsing.
*/
AdjListJDBCCacheLoaderConfig(IndividualCacheLoaderConfig base)
{
setClassName(JDBCCacheLoaderOld.class.getName());
populateFromBaseConfig(base);
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira