[
https://jira.jboss.org/jira/browse/JBIDE-2931?page=com.atlassian.jira.plu...
]
Dima Geraskov resolved JBIDE-2931.
----------------------------------
Resolution: Done
Assignee: Anton Klimkovich (was: Dima Geraskov)
To test:
1. Create jpaProject with Hibernate platform.
2. Open persistence.xml file, hibernate tab and play with Hibernate dialect field(and
others)
3. Observe that dialect on source tab is correct and changes of the properties raflected
on the hibernate tab and vice versa.
persistence.xml Hibernate tab saves bogus values in dialect field
-----------------------------------------------------------------
Key: JBIDE-2931
URL:
https://jira.jboss.org/jira/browse/JBIDE-2931
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.0.0.beta1
Reporter: Max Rydahl Andersen
Assignee: Anton Klimkovich
Priority: Critical
Fix For: 3.0.0.beta1
There is a combobox for dialect which shows the short names for typical dialect names -
these are getting saved directly into the persistence.xml file instead of the correct
property value.
i.e. <property name="hibernate.dialect" value="HSQL"/> is not a
valid value, it should be something like <property name="hibernate.dialect"
value="org.hibernate.dialect.HSQLDialect"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira