HI!
I use MyEclipse6.0 M1 in production and i have to said that you have done a good work.
So id like to do a request of improvement for hibernate.cfg.xml configuration panel.
If you press the Add button to add a property for configuration a dialog apears with a drop down menu with propertie names. I need to have 2 more properties.
1) connection.characterEncoding
2) connection.useUnicode
and to add this code automatically in xml
<property name="connection.characterEncoding">utf-8</property>
<property name="connection.useUnicode">true</property>
(with custom values of course ). Is very useful properties for none speak English people so i hope to see the changes in final v6
Thanks in advance