[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2788) Oracl8iDialect No Dialect mapping for JDBC type 91

Paul Stanton (JIRA) noreply at atlassian.com
Tue Aug 14 21:01:13 EDT 2007


Oracl8iDialect No Dialect mapping for JDBC type 91
--------------------------------------------------

                 Key: HHH-2788
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2788
             Project: Hibernate3
          Issue Type: Bug
          Components: core
    Affects Versions: 3.2.5
         Environment: Hibernate 3.2.5.ga, Oracle8i (8.1.7) 
            Reporter: Paul Stanton
            Priority: Critical


Upgrading from 3.1.3 deprecation messages told me to use Oracle8iDialect instead of OracleDialect, but when I use this i get the following exception:

org.hibernate.MappingException: No Dialect mapping for JDBC type: 91
   at org.hibernate.dialect.TypeNames.get(TypeNames.java:56)
   at org.hibernate.dialect.TypeNames.get(TypeNames.java:81)
   at org.hibernate.dialect.Dialect.getTypeName(Dialect.java:291)
   at org.hibernate.mapping.Column.getSqlType(Column.java:182)
   at org.hibernate.mapping.Table.sqlTemporaryTableCreateString(Table.java:347)
   at org.hibernate.mapping.PersistentClass.prepareTemporaryTables(PersistentClass.java:742)
   at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:210)
   at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294)

I'm not sure which hbm is causing this, so i don't want to post all of them, but i think 91 is type date.

http://forum.hibernate.org/viewtopic.php?t=978237

-- 
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