[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-2931) persistence.xml Hibernate tab saves bogus values in dialect field

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Sun Oct 19 11:42:20 EDT 2008


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: Dima Geraskov
            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

        



More information about the jbosstools-issues mailing list