[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
Fri Aug 31 22:30:32 EDT 2012


     [ https://issues.jboss.org/browse/TEIID-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Reddy resolved TEIID-2170.
---------------------------------

    Resolution: Done


Fixed the deprecated data type references in the dialect class.
                
> 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
>            Assignee: 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
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list