users@glassfish.java.net

Re: Can't set charset to UTF-8

From: Gerald Holl <gerald_at_holl.co.at>
Date: Fri, 09 Nov 2007 10:52:51 +0100

Jan.Luehe_at_Sun.COM wrote:
> Would it be possible for you to add a
>
> Thread.currentThread().dumpStack()
>
> to the beginning of
>
>
> glassfish/appserv-webtier/src/java/org/apache/coyote/tomcat5/CoyoteRequest.setCharacterEncoding()

I can't build the source because there is a compile error:
     [java] [javac]
C:\Temp\glassfish\glassfish\appserv-jstl\src\org\apache\taglibs\standard\tag\common\sql\DataSourceWrapper.j
ava:57: org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper is
not abstract and does not override abstract method isWrapp
erFor(java.lang.Class<?>) in java.sql.Wrapper
     [java] [javac] public class DataSourceWrapper implements
DataSource {
     [java] [javac] ^

I have built glassfish with the instructions from
https://glassfish.dev.java.net/public/BuildGlassFish.html


cheers,
Gerald