You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Lisa Young (JIRA)" <ji...@apache.org> on 2015/05/13 12:40:59 UTC

[jira] [Created] (JCS-150) CompositeCacheAttributes cannot be cast to ICompositeCacheAttributes

Lisa Young created JCS-150:
------------------------------

             Summary: CompositeCacheAttributes cannot be cast to ICompositeCacheAttributes
                 Key: JCS-150
                 URL: https://issues.apache.org/jira/browse/JCS-150
             Project: Commons JCS
          Issue Type: Bug
          Components: Composite Cache
    Affects Versions: jcs-2.0-beta-1, jcs-1.3, jcs-2.0-beta-2, jcs-2.0, jcs-2.1
            Reporter: Lisa Young


When setting the CompositeCacheManager properties programmatically as follows

CompositeCacheManager ccm = CompositeCacheManager.getUnconfiguredInstance();
Properties props = new Properties();
...
ccm.configure(props);

The exception 
org.apache.jcs.engine.CompositeCacheAttributes cannot be cast to org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
is thrown

Note: This problem was not present in jcs-1.3.jar downloaded from the website however exists in all versions downloaded through Maven repository



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)