I'm not a fan of java.sql.Date but it's widely used so Domify should handle it. The code already catches InvocationTargetException so I've changed it to log the stack trace at the INFO level and return the message as a String so it appears in the domify output.
There might be other classes out there that throw InvocationTargetException and this change will let Domify handle them, too.
simple unit test for java.sql.Date
Logged In: YES
user_id=55510
Originator: YES
here's a junit test case for java.sql.Date. it just makes sure that there's no crash.
File Added: TestSqlDate.java
change to exception handling (updated for post-mvn source tree)
Logged In: YES
user_id=55510
Originator: YES
File Added: dom-element-sqldate.patch.txt