[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2788?page=c...
]
Steve Ebersole updated HHH-2788:
--------------------------------
Priority: Minor (was: Critical)
Sorry, but issue against a database which has been EOL'd for over 3 years cannot be
critical...
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: Minor
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira