I&#39;m being bitten by HHH-3919 and figured I&#39;d just fix it.<br><br>So I wrote a patch and had all kinds of fun trying to test it.  Is there some page that tells me what I should do to get started?<br><br>For references I&#39;m on Ubuntu 8.10 with:<br>
<br>neverett@neverett-laptop:~$ mvn -version<br>Maven version: 2.0.9<br>Java version: 1.6.0_10<br>OS name: &quot;linux&quot; version: &quot;2.6.27-14-generic&quot; arch: &quot;amd64&quot; Family: &quot;unix&quot;<br><br>neverett@neverett-laptop:~$ svn --version<br>
svn, version 1.5.1 (r32289)<br>   compiled Jul 31 2008, 09:45:20<br><br><br>Here is what I did:<br><br>svn co <a href="http://anonsvn.jboss.org/repos/hibernate/core/trunk">http://anonsvn.jboss.org/repos/hibernate/core/trunk</a><br>
&lt;edit ~/.m2/settings.xml and add jboss repositories&gt;<br>cd trunk<br>&lt;Make changes&gt;<br>mvn clean install<br><br>That failed because I&#39;m on Java 1.6 and there are JDBC incompatibilities.  I&#39;m not sure how I&#39;d have known that other than the comment at the bottom of <a href="https://www.hibernate.org/422.html">https://www.hibernate.org/422.html</a> .  So I installed Java 1.5 and tried again:<br>
<br>JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun/  mvn clean install<br><br>That failed in testsuite with:<br>Failed tests: <br>  testProxyReuse(org.hibernate.test.legacy.ParentChildTest)<br>  testPaginationWithPolymorphicQuery(org.hibernate.test.hql.ASTParserLoadingTest)<br>
  testMultipleBagFetchesFail(org.hibernate.test.hql.ASTParserLoadingTest)<br>  testDuplicateImplicitJoinInSelect(org.hibernate.test.hql.HQLTest)<br><br>Tests in error: <br>  testLoadingAndSerializationOfConfiguration(org.hibernate.test.cfg.ConfigurationPerformanceTest)<br>
  testSessionFactoryCreationTime(org.hibernate.test.cfg.ConfigurationPerformanceTest)<br>  testComplexCriteria(org.hibernate.test.legacy.ParentChildTest)<br><br><br><br>Where should I go from here?  Is there some kind of script I can follow?<br>
<br>Thanks,<br><br>Nik Everett<br>