On 7/28/06, Andrew <[EMAIL PROTECTED]> wrote:

...root cause java.lang.NoClassDefFoundError
org.apache.cocoon.components.serializers.EncodingSerializer.configure(EncodingSerializer.java:167)...

Line 167 of EncodingSerializer is
this.charset = CharsetFactory.newInstance().getCharset(encoding);

So it looks like it's the CharsetFactory class that's not found. Can't
tell you why though, it should be in the same
cocoon-serializers-block.jar as the others.

-Bertrand

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to