Re: [hibernate-dev] Problem using maven 2.2.1

2010-09-19 Thread Steve Ebersole
AFAIK its actually Maven and JDK 1.6. But Hibernate is supposed to be built with 1.5 anyway so I tend to not worry about it much on my end. Others added the ability to build Hibernate with 1.6 against my recommendations. I too use 2.2.1 so it does work, just switch to JDK 1.5 to build. Note ce

[hibernate-dev] Problem using maven 2.2.1

2010-09-19 Thread Karel Maesen
Hi, When using mvn install on Hibernate Core, the jar was copied to my local repository with the extension *.docbook.style. When I uncomment the jdocbook-style-plugin in the parent pom.xml, the install works correctly. Also when I use maven 2.2.0. So I guess the jdocbook-style plugin doesn't

Re: [hibernate-dev] Envers set up

2010-09-19 Thread Adam Warski
Me neither - auto-registration by putting the jar on the classpath is a bit too much magic. So I would make this "bulk registration" (maybe auto is not the best way then) off by default (for envers and any other hibernate module) Adam On Sep 13, 2010, at 3:48 PM, Steve Ebersole wrote: > I am

[hibernate-dev] Issue with rownumber in db2

2010-09-19 Thread charly prabakar
Hi, I’m trying to connect to DB2 using Hibernate through Grails framework. I have specified the table and column names in hibernate mapping file. Hibernate internally generate the queries to connect to the db and return results. Below is the query generated by Hibernate to return result