Dear cocooners,
When trying to load cocoon-optional, spring complains loudly about not
being able to find class:
org/apache/cocoon/components/
serializers/util/XMLSerializer
In effect, this class is not within the cocoon distribution.
To my best knowledge, there is no sub project
cocoon-components
The problematic declaration is:
public class EncodingXMLSerializer extends
org.apache.cocoon.components.serializers.util.XMLSerializer implements
SAXPipelineComponent, Finisher, SAXConsumer, CachingPipelineComponent {
Can anybody shed some light upon this one?
Thank you !
Jos