[teiid-issues] [JBoss JIRA] (TEIID-2170) Teiid Hibernate Dialect needs to be updated for Hibernate 4.x

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Tue Aug 28 12:47:15 EDT 2012


Ramesh Reddy created TEIID-2170:
-----------------------------------

             Summary: Teiid Hibernate Dialect needs to be updated for Hibernate 4.x
                 Key: TEIID-2170
                 URL: https://issues.jboss.org/browse/TEIID-2170
             Project: Teiid
          Issue Type: Enhancement
          Components: JDBC Driver
    Affects Versions: 8.1
            Reporter: Ramesh Reddy


Currently Hibernate dialect is compiled with 3.5.2, running an example with latest 4.1.6 version, I see errors such as 

{code}
Exception in thread "main" java.lang.NoSuchFieldError: DOUBLE
	at org.teiid.dialect.TeiidDialect.<init>(TeiidDialect.java:64)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
	at java.lang.Class.newInstance0(Class.java:372)
	at java.lang.Class.newInstance(Class.java:325)
	at org.hibernate.dialect.resolver.DialectFactory.constructDialect(DialectFactory.java:156)
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list