Config error when setting DiskUsagePattern option
-------------------------------------------------
Key: JCS-26
URL: https://issues.apache.org/jira/browse/JCS-26
Project: JCS
Issue Type: Bug
Components: Composite Cache
Affects Versions: jcs-1.2.7.9.2
Environment: [EMAIL PROTECTED]:~ % java -version
java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
[EMAIL PROTECTED]:~ % uname -a
Linux mstevens-laptop 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007
i686 GNU/Linux
Reporter: Michael Stevens
Assigned To: Aaron Smuts
Priority: Minor
If I set the DiskUsagePattern as documented it triggers an error.
eg if I put this in cache.ccf:
jcs.default.cacheattributes.DiskUsagePattern=UPDATE
at JCS setup time I will see an error:
WARNING: Failed to set property diskUsagePattern to value "UPDATE". Conversion
to type [short] failed.
It is documented that this should work at
http://jakarta.apache.org/jcs/RegionProperties.html.
I think this is a bug in CompositeCacheAttributes not behaving quite like a
proper javabean - getDiskUsagePattern and setDiskUsagePattern treat the
diskUsagePattern property as having different types.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]