--- DDU DUQUENNOY Didier <[EMAIL PROTECTED]>
wrote:
> Hi,
> 
> I'm using xdoclet 1.2b3 to generate the deployment
> descriptor for an EJB.
> My problem is that I get an error message when
> building the EJB : 
> 
>   IOException while parsing'ejb-jar.xml'.  [...]
> Details: Invalid byte 2 of 3-byte UTF-8 sequence.
> 
> It seems that the problem comes from the '�'
> character in the description tag. This description
> directly comes from the javadoc of my EJB.
> The problem disapears if I replace this character
> with a 'e', so it must be an encoding problem on
> xdoclet's side.
> 
> <entity >
>  <description><![CDATA[Classe Bean de l'EJB Entity
> R�vision]]></description>
>  <ejb-name>MyEjbName</ejb-name>
>  [...]
> </entity>
> 
> Can anybody confirm that problem?
> Can anybody tell me how do get rid of this problem?
> I'd prefer avoid modifying all my source files to
> remove special characters...
> 
> Thanks,
> 
> Didier D
Problem lies cleraly in your french language comment
:) 
UTF-8 dies no like accented characters ( neither
umlaut or whatever ) 

Set up encoding to be ISO-8859-1, and everything shall
be fine. 

regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verst�rkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] f�r die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to