StringTemplateParserVariableResolver does not implement Disposable interface
----------------------------------------------------------------------------
Key: COCOON-2134
URL: https://issues.apache.org/jira/browse/COCOON-2134
Project: Cocoon
Issue Type: Bug
Components: - Components: Sitemap
Affects Versions: 2.2-dev (Current SVN)
Reporter: Grzegorz Kossakowski
Assignee: Grzegorz Kossakowski
Priority: Critical
Fix For: 2.2-dev (Current SVN)
As Csaba Kazó pointed out in comment on COCOON-2106
StringTemplateParserVariableResolver doesn't implement Disposable interface.
This may lead to following error:
java.lang.ClassCastException:
org.apache.cocoon.components.treeprocessor.variables.StringTemplateParserVariableResolver
cannot be cast to org.apache.avalon.framework.activity.Disposable
at
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.dispose(ConcreteTreeProcessor.java:333)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.