Hi,
yes I am using the default encoder:

<encoding>UTF-8</encoding>

regards

Andrew

On 28/07/06, Jeroen Reijn < [EMAIL PROTECTED]> wrote:
Just wondering. Did you specify an encoding for the serializer?
According to the documentation within the Java code you need to set an
encoding.

Regards,

Reijn


Andrew wrote:
> Hi Reijin,
> unfortunately the jar you sent did not change the situation. I am still
> getting the same error message. Any ideas?
>
> regards
>
> Andrew
>
> On 28/07/06, * Jeroen Reijn* <[EMAIL PROTECTED]
> <mailto: [EMAIL PROTECTED]>> wrote:
>
>     Andew,
>
>     Sure it's on it's way over.
>
>     Regards,
>
>     Reijn
>
>     Andrew wrote:
>      > Hi Reijin,
>      > I was unable to build the jar using ant. Is there any way you
>     could send
>      > the jar file over to me?
>      >
>      > regards
>      >
>      > Andrew
>      >
>      > On 28/07/06, *Jeroen Reijn * <[EMAIL PROTECTED]
>     <mailto: [EMAIL PROTECTED]>
>      > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>> wrote:
>      >
>      >     Hi Andrew,
>      >
>      >     I think a had the same problem a couple of months ago doing a
>     project.
>      >     It seems your charsetFactory isn't able to find the charsets.
>      >
>      >     I can remember I had to build this myself from the cocoon source.
>      >     Within the cocoon 2.1.9 distribution
>      >     (cocoon-2.1.9\src\blocks\serializers\charsets) is an ant
>     build file that
>      >     can create the jar for you. You will have to include this jar
>     in your
>      >     WEB-INF/lib directory of cocoon.
>      >
>      >     If you are not able to create the jar please let me know.
>      >
>      >     Regards,
>      >
>      >     Reijn
>      >
>      >
>      >     Bertrand Delacretaz wrote:
>      >      > On 7/28/06, Andrew < [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>      >     <mailto: [EMAIL PROTECTED] <mailto:[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]
>     <mailto:[EMAIL PROTECTED] >
>      >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED] >>
>      >      > For additional commands, e-mail:
>     [EMAIL PROTECTED] <mailto: [EMAIL PROTECTED]>
>      >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED] >>
>      >      >
>      >
>      >
>     ---------------------------------------------------------------------
>      >     To unsubscribe, e-mail: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>      >     <mailto: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>
>      >     For additional commands, e-mail: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>
>      >     <mailto:[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>
>      >
>      >
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED] >
>     For additional commands, e-mail: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED] >
>
>

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


Reply via email to