[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5877?page=c...
]
Viggo Navarsete commented on HHH-5877:
--------------------------------------
I'm using the Hibernate version bundled with JBoss 6.0.0.Final (don't bundle
hibernate dependencies myself in the EAR-file), and I assume it is 3.6.0.
Since Hibernate.BIG_INTEGER is deprecated as of Hibernate 3.6.0, I assume it won't
work in 3.6.1 either, but I haven't tested it though..
Custom Dialect Was working with Hibernate 3.5 but not in 3.6
------------------------------------------------------------
Key: HHH-5877
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5877
Project: Hibernate Core
Issue Type: Bug
Affects Versions: 3.6.0
Reporter: Viggo Navarsete
Fix For: 3.6.next
Hi
I had created a Dialect so that i can add one method bitwiseAnd() . Was working Good in
3.5.
When I switched to 3.6 It was Depericated Type Hibernate.BIG_INTEGER was used in the
function creation
So I changed It to StandardBasicTypes.BIG_INTEGER.
But now I am getting Exception that <databaseName>.bitwiseAnd() function not
found!
----
If Switch back to 3.5 and with Depricated Hibernate.BIG_INTEGER it works fine.
See forum discussion for details:
https://forum.hibernate.org/viewtopic.php?f=1&t=1009207&start=0
--
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