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
I solved it with the following: I used the GlassFish admin interface to add this property to my connection pool's settings:
characterEncoding = UTF-8