[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2528) Dialect used during configuration phase, lead to "The dialect was not set"

Emmanuel Bernard (JIRA) noreply at atlassian.com
Wed Mar 28 20:26:04 EDT 2007


Dialect used during configuration phase, lead to "The dialect was not set"
--------------------------------------------------------------------------

                 Key: HHH-2528
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2528
             Project: Hibernate3
          Issue Type: Bug
          Components: metamodel
    Affects Versions: 3.2.3
            Reporter: Emmanuel Bernard
            Assignee: Steve Ebersole
            Priority: Blocker


In Column.setName

else if(Dialect.getDialect().getKeywords().contains(name)) {

lead to dialect loading at configuration phase where the property is not yet set.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list