I did some experimenting with BeanProcessor to see what would be involved in providing Java 1.5 support.
As part of this, I tried commenting out the new code that requires Java 1.6. All tests still worked. I then commented out most of the rest of the else if clauses in the processColumn method, and the unit tests still worked. I think it might be fairly easy to recode the SQLXML section so it still works in Java 1.5, but without a proper unit test, this is difficult to prove. In any case, more unit tests are definitely needed. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org