Hibernate Core 3.6.7.Final is a maintenance release with just a couple of fixes.
- HHH-1780 caused negation (NOT) in HQL WHERE clauses to be inverted incorrectly when a single NOT was applied to AND-ed or OR-ed constraints, as in
WHERE NOT ( constraint1 OR constraint2 )
; NOT was only being applied to the first constraint.
- HHH-6370 fixed some issues and made some improvements to HSQLDialect.
For more details about Hibernate 3.6.7-Final, see the release notes.
The artifacts have all been published to the JBoss Nexus repository under the org.hibernate groupId at http://repository.jboss.org/nexus/content/groups/public-jboss/ (not browsable). To browse this repository, go here.
DOWNLOAD the release bundles from SourceForge.
Please report any issues to Jira. Visit us on IRC or the forums if you have usage questions.
Created: 18. Aug 2011, 01:53 CET (Gail Badner)
Last Modified: 04. Oct 2011, 14:11 CET (Christian Bauer)
With the tar.gz bundle from Sourceforge, tar gives me the following error : tar: A lone zero block at 481965
I just downloaded the tar.gz bundle from SourceForge and I'm able to extract the files with no problem. The files were the same as the zip bundle.
please give the idea how to download hibernate 3.6.7 final release
You can download from SourceForge at https://sourceforge.net/projects/hibernate/files/hibernate3/3.6.7.Final/ .
please tell me how to download hibernate src .
Hi All,
I am new to hibernate and want to hibernate environment in my eclipse galielo ( 3.5.1)but i am unable to get appropriate hibernate tools for this .Please , let me know from where i can get the hibernate tools for my ECLIPSE Galileo
Thanks
sorry ,I can't find where I can download the hibernate!
Hello,
klik the SourceForge link above to download the file
Thanks
thank u.....
I just updated my eclipse rcp project to use hibernate 3.6.7 and ran the application an the following exception is thrown:
org.hibernate.HibernateException: /hibernate.cfg.xml not found at org.hibernate.util.ConfigHelper.getResourceAsStream(ConfigHelper.java:170) at org.hibernate.cfg.Configuration.getConfigurationInputStream(Configuration.java:2146) at org.hibernate.cfg.Configuration.configure(Configuration.java:2127) at org.hibernate.cfg.AnnotationConfiguration.configure(AnnotationConfiguration.java:211) at org.hibernate.cfg.AnnotationConfiguration.configure(AnnotationConfiguration.java:70)
The application was running before the update. I have not move the hibernate.cfg.xml file. It is where it was before the update.
What is wrong?
Thkans.
Eric
How to download annotations package in this version? I can't find it.
As of 3.6.0.Final, org.hibernate.annotations package is part of hibernate-core, so you can find it in hibernate-core-3.6.7.Final.jar.
Regarding Eclipse tools for integrating with Hibernate, I don't use Eclipse myself, so I've asked on the hibernate-dev mailing list.
Where is org.hibernate.annotations package or .jar into hibernate-core? I don'd found it.