Fornax-Platform
Forum

[Hibernate]generated .hbm files contains ^m characthers everywhere

View: New views
2 Messages — Rating Filter:   Alert me  

[Hibernate]generated .hbm files contains ^m characthers everywhere

by jjy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi there, only the .hbm files that's generated contains a lot of ^m characters.  I changed the template files to rid of those characters but however I am still getting it after generation.

This only happens with the .hbm file and not with the java files.  

Anyone has a solution to this?

Thanks.

Re: [Hibernate]generated .hbm files contains ^m characthers everywhere

by Darius Jockel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi jjy,

what do you mean with
jjy wrote:
contains a lot of ^m characters.
Maybe you have to set the encoding. This is set to:
file.encoding = ISO-8859-1
You can place this property inside your workflow.properties to overwrite.

Regards