Hibernate Annotations and Hibernate entity manager 3.2.0.CR3 have been
released and are compatible with Hibernate Core 3.2.0.CR5.
We decided another CR was needed mainly for two fixes:
1) A fix for the JPA "persist on flush" event;
2) performance improvement in regards to flush processing.
This release is expected to be the last one before the GA one
See http://annotations.hibernate.org and
http://entitymanager.hibernate.org for more informations
I'm getting an ugly exception when performing a simple join. It's an
StringIndexOutOfBoundsException in
org.hibernate.hql.CollectionSubqueryFactory.createCollectionSubquery(),
but the problem seems to be in
org.hibernate.engine.JoinSequence.toJoinFragment(Map, boolean, String,
String). There's more info in the bug report (which was already created
for me) in
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1830 .
Hope it helps, thanks!