Do you have any solutions for that? Let's assume, that something changed in database, i.e names of tables or columns. And you forgot to change it.
As far as I know I cannot check if sqlmap command is still valid, unless i execute it. It is difficult to execute and check all of the sqlmaps. Bean properties are checked at creation of ibatis instance so you get an error, but what if something changed in database? One of the way is to write test case, which should test all of the sqlmaps against any changes. Is the simplier way to check correctness of all sqlmaps Darek Dober
