RE: deployment error
"Heriberto" <[email protected]> Sat, 21 Jun 2003 18:18:14 -0500
| Newsgroups | gmane.comp.java.javalobby.communityplatform |
|---|---|
| Message-ID | <000001c3384b$67ddfd10$fd01a8c0@zrox> |
Well, I found this on apache bugzilla, I hope it helps: Jboss-3.2.1 org.apache.xerces complains on <?xml version="1.0" encoding="Cp1252"?> removing <<encoding="Cp1252">> or replacing to <<encoding="windows-1252">> solve this. Heriberto -----Original Message----- From: Matthew Schmidt [mailto:[email protected]] Sent: Saturday, June 21, 2003 2:18 PM To: [email protected] Subject: Re: [jl-volunteers] deployment error 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? >