Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
jcs-1.3, jcs-2.0-beta-1, jcs-2.0-beta-2, jcs-2.0, jcs-2.1
-
Important
Description
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