I'm working on a project and we're using Ibatis for the first time. We've mapped several sql statements, but for some cases, some statements seem to disappear from the statement list (like if they were never mapped).
I get the next error from Ibatis:
"This SQL map does not contain a MappedStatement named [the name of my statement]"
We think it's somehow related with Ibatiz cache (maybe it0s size, maybe it's not refreshing), and I'm looking for someway to force refresh it.
What do you think?
Any help would be appreciated.