Re: deployment error

Michael Burke <[email protected]> Sat, 21 Jun 2003 19:20:50 -0400
Newsgroups gmane.comp.java.javalobby.communityplatform
Message-ID <[email protected]>
Matthew Schmidt wrote:

> Several of our other files have 'utf-8' and 'ISO-8859-1'.  While I've 
> never seen this error, you could likely just remove the encoding 
> completely and recompile.  After rebuilding the ear file if you 
> extract it the encoding is still set to the cp1252?
>
> -Matt
>
> Michael Burke wrote:
>
>> I'm trying  to deploy jlcp in jboss-3.2.1 but I get an error "invalid 
>> encoding name Cp1252" in application.xml. This is the encoding used 
>> in application.xml which from what I've found out Xerces doesn't 
>> accept. When I change the encoding to utf-8 and try to re-compile the 
>> ear file during the compilation the encoding gets changed back to 
>> Cp1252. Any ideas why this is happening? Has anyone else ran into 
>> this problem?
>>
>
>
yes after re-compiling the encoding is changed back to cp1252. I don't 
know what's causing this.