I have a Java Web application running on GlassFish 3 and JPA (EclipseLink) on MySQL. The problem I\'m facing is that if I\'m saving entities to the database with the u
u
New version JDBC driver auto detect the characterEncoding. You do not need to set it explicitly.