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

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


     [ http://jira.jboss.com/jira/browse/JBCACHE-1031?page=all ]

Galder Zamarreno updated JBCACHE-1031:
--------------------------------------

    Fix Version/s: 2.0.0.GA

> 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, 2.0.0.GA
>
>   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

        



More information about the jboss-jira mailing list