[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1031) AdjListJDBCCacheLoaderConfig should not depend on JDBCCacheLoaderOld

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Sun Apr 22 17:52:40 EDT 2007


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


 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

        



More information about the jboss-jira mailing list