BJ Freeman wrote:
> as i said don't believe it is you.
> however from my email on the user ML
> LimitedSubContentCacheTransform.java has not been touched since the 4th.
> here is the log from the site
> --------------------------------------------------------------
> java.lang.UnsupportedOperationException
> javolution.util.FastCollection.add(FastCollection.java:169)
> org.ofbiz.content.webapp.ftl.LimitedSubContentCacheTransform$1.prepCtx(LimitedSubContentCacheTransform.java:264)
> org.ofbiz.content.webapp.ftl.LimitedSubContentCacheTransform$1.getNextMatchingEntity(LimitedSubContentCacheTransform.java:319)
> org.ofbiz.content.webapp.ftl.LimitedSubContentCacheTransform$1.afterBody(LimitedSubContentCacheTransform.java:203)

As always, report the full exception, and steps to reproduce.

At a guess, this is due to a FastMap having keySet() or values() be
called, and upper-level code then trying to do an add() on the
resulting collection.

This is not a bug in javolution, or in the internal code in ofbiz that
returns a keySet() or values() directly.  The bug is that the
low-level code is attempting to modify the collection; it shouldn't be
doing that.

Reply via email to