Hi.
I'm trying to do some grails development, but need to make use of the hibernate entity manager
I'm aware that Grails uses hibernate-core-3.3.1.GA.jar for the Grails 1.3.6 Build snapshot I've taken.
I've been able to track this item down.
https://repository.jboss.org/nexus/serv ... 4.0.GA.pomDoes hibernate-entitymanager 3.4.0GA (which is defined as working with hibernate-core 3.3.0.SP1) work with hibernate-core-3.3.1.GA.jar?
I was able to Google in on this
http://community.jboss.org/wiki/Hiberna ... lityMatrixhttp://community.jboss.org/wiki/Hiberna ... /version/1but it only talked about core 3.2.6.ga and 3.3.2.ga. (Grails uses an earlier build - so what's the corresponding hibernate-entitymanager version for that?
Cheers.