Current CVS of Excalibur/datasource is not building due to some errors in the Jdbc3Connection.java source. ResultSetType is spelt ResulSetType (missing 't') in three places.
Cheers, Steve. ============================================================== RCS file: /home/cvspublic/jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibu r/datasource/Jdbc3Connection.java,v retrieving revision 1.10 diff -r1.10 Jdbc3Connection.java 237c237 < public final Statement createStatement(int resulSetType, --- > public final Statement createStatement(int resultSetType, 251c251 < int resulSetType, --- > int resultSetType, 265c265 < int resulSetType, --- > int resultSetType, -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>