[
https://issues.apache.org/jira/browse/JCS-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Vandahl resolved JCS-150.
--------------------------------
Resolution: Cannot Reproduce
Fix Version/s: jcs-2.0-beta-2
> 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-1.3, jcs-2.0-beta-1, jcs-2.0-beta-2, jcs-2.0, jcs-2.1
> Reporter: Lisa Young
> Assignee: Thomas Vandahl
> Labels: maven
> Fix For: jcs-2.0-beta-2
>
>
> 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)