Hi Dan, I've downloaded the src tar ball and tried to build the version with my compiler zoo. It runs fine with all Sun JDKs, IcedTea6, Blackdown 1.4.2, JRockit 1.4 and 1.5. As usual the build faisl for IBM JDK 1.4 and 1.5 because Maven fails itself on this versions. However, IBM JDK 6 fails here:
------------------------------------------------------------------------------- Test set: org.apache.commons.dbutils.QueryRunnerTest ------------------------------------------------------------------------------- Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.341 sec <<< FAILURE! testFillStatementWithBeanErrorReadMethodPrivate(org.apache.commons.dbutils.QueryRunnerTest) Time elapsed: 0.084 sec <<< ERROR! java.beans.IntrospectionException: Modifier for getter method should be public. at java.beans.PropertyDescriptor.setReadMethod(PropertyDescriptor.java:123) at java.beans.PropertyDescriptor.<init>(PropertyDescriptor.java:76) at org.apache.commons.dbutils.QueryRunnerTest.testFillStatementWithBeanErrorReadMethodPrivate(QueryRunnerTest.java:157) It seems that this JDK does more internal checks. This is not a show stopper for the release though, since it does not affect the functionality of the DBUtils itself, but if you have to cut another RC, it would be good if the test can also pass on this JDK. So, in general: +1 - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org