Subject Improvements in jca-jdbc driver
Author David Jencks
I've made a few changes to the jca-jdbc driver:

1. Added log4j logging. There should be no output to System.out/err/
printStackTrace. The log4j Category is wrapped in such a way that if you
do not include the log4j jar, logging is a no-op.

2. Changed the tests to use junitreport so you get a nice website showing
you the test results. Build target is tests-report-html, report is in
output/reports/html/index.html.

3. Fixed several configuration problems with the testsuite that were
causing many tests to fail. There are still a few left, however.


I believe the build.bat is unlikely to work after the xml parser change. I
would appreciate someone with a windows system taking a look at it.

Thanks

david jencks