Correction: change the line in Variables class: public Map currentStatements = new HashMap();
otherwise it cause null pointer exception during normal startup parsing of sqlmaps.
I tested it, it seems to be working fine. But the test is limited to the simple select, update, delete and dynamic select only.
