distribution « Jar « JPA Q&A





1. How do I rebuild hibernate3.jar from the 3.5.2 distribution?    stackoverflow.com

I made some changes to the hibernate source and need to rebuild hibernate3.jar. I tried "mvn deploy" but I get a 401 (trying to upload to the jboss repository, which ...

2. Hibernate's Distribution Missing Jars    forum.hibernate.org

Hi, I am working on developing an application using Spring (1.2.8) along with Hibernate (3.1), and I was getting the two runtime errors shown at the end of the post. I solved the problems by coping the files "commons-dbcp-1.2.1.jar" and "commons-pool.jar" in Hibernate's distribution directory "lib." I wanted to know why doesn't the Hibernate's distribution include these files ("commons-dbcp-1.2.1.jar" and "commons-pool.jar") ...