users@glassfish.java.net

Re: Can't set charset to UTF-8

From: Jagadish Prasath Ramu <Jagadish.Ramu_at_Sun.COM>
Date: Sun, 11 Nov 2007 12:34:12 +0530

I guess, you are using JDK 1.6 (JDBC 4.0) for compilation and the
datasourceWrapper does not fully implement JDBC 4.0's interface.


On Fri, 2007-11-09 at 10:52 +0100, Gerald Holl wrote:
> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>