Hello,
When generating a simple web project it seems that the encoding is somehow broken, at least on my computer.
It seems that it doesn't sent data in UTF-8 format, so the special characters (such as éàô etc.) cannot be interpreted correctly.
I tried a simple web project and tested with System.out.println("éééé"); without luck, and also a Spring-Flex project:
When accessing the exposed AMF service from Flex, the character encoding is also broken.
Needless to say that everything is set to use UTF-8 (Maven,Tomcat, Hibernate, Eclipse workspace), and that everything works as expected if NOT using Roo.
Windows 7 x64
STS 2.5.2 32bit
Roo 1.1.1.RELEASE
Maven 3.0.2
Anyone else having similar issues ?


Reply With Quote
