Hi, I am using sql-maps and IBatis to do database related stuff. In my sql-maps most of them have ${} and #[]# for dynamic parameters created at run-time. I can only see the generated sql when I run my application. I would like to run the sql-maps (not through application) and would like to see the generated sql queries from Sql-Maps. Can someone let me know if there is any tool or any other way I can get that info without using/running the application?
Thanks.