I just installed 0.9.7.  The regression test against hsqldb worked great.  I switched 
over to MSSQL.  After changing it to use the JDBC driver we use TdsDriver and fixing 
the error in objtest-data.dtd so that it actually matches objtest-data.xml the build 
prepare-testdb worked great against MSSQL as well.  The junit tests are a different 
story though:
 
    [junit] Running org.apache.ojb.broker.AllTests
    [junit] [BOOT] INFO: OJB.properties: 
file:/C:/ojb/jakarta-ojb-0.9.7/target/test/ojb/OJB.properties
    [junit] Tests run: 124, Failures: 24, Errors: 100, Time elapsed: 5.808 sec
    [junit] TEST org.apache.ojb.broker.AllTests FAILED
    [junit] Running org.apache.ojb.odmg.AllTests
    [junit] [BOOT] INFO: OJB.properties: 
file:/C:/ojb/jakarta-ojb-0.9.7/target/test/ojb/OJB.properties
    [junit] Tests run: 128, Failures: 14, Errors: 110, Time elapsed: 8.933 sec
    [junit] TEST org.apache.ojb.odmg.AllTests FAILED
    [junit] Running org.apache.ojb.soda.AllTests
    [junit] [BOOT] INFO: OJB.properties: 
file:/C:/ojb/jakarta-ojb-0.9.7/target/test/ojb/OJB.properties
    [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 0.811 sec
    [junit] TEST org.apache.ojb.soda.AllTests FAILED
 
Needless to say this isn't helping me figure out what's going wrong.  How do I see the 
errors the actual errors that are being generated?  They're not going to the console 
and I can't find any place they're logged either.


Reply via email to