I discovered a funny error while I was updating SimpleTransform.java
This class had been changed in a way that rendered useless the disk
cache (possibly in the rush towards 1.3a1) This caused that the OCS
feeds were loaded twice, one for the cache and another one for the
transform. In the case of other resources, it was less of a problem.
When I restored the cache, all the rss portlets stopped working. The OCS
worked perfectly, though.
Tracing the error, I discovered that it was due to a problem with the
stylesheets (rss.xsl and rss-wml.xsl).
An error in the getReader method of the JetspeedDiskCacheEntry used
utf-8 as the encoding, instead of the true one. When Raphaël put his
name there (in a comment), the "ë" caused a wrong encoding error, that
spoiled the Stylesheet compilation.
I think it is solved now (without changing the "ë").
Nevertheless, I'm tired of the disk cache code. I will try to replace it
ASAP.
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?: [EMAIL PROTECTED]