
Originally Posted by
jbbarquero
Maybe the problem is in some character obtained from the database that is not UTF-8 compliant. I've tried to change within the POM the property project.build.sourceEncoding from UTF-8 to iso-8859-1, but it didn't work either.
Hi, I'm stuck in the same problem. the rare thing is that I can perform a
database introspect --schema
And Roo print the schema structure.
The tables in my schema has comments with accented words and html things like:
Code:
<column description="Indicador de que la tarea se realizó.
 ;
 ;0: no realizada
 ;
1: realizada"
I did a test with a very simple schema and the DBRE ran perfectly.