I'm using IDEA in my project(spring + ibatis)
When I run test in my test directory then always displaying Exception(com.ibatis.sqlmap.client.SqlMapException: There is no statement named SomeQuery in this SqlMap.)
But sql mapping xml files exist in production output dir.
I cannot find to make IDEA aware my iBatis xml files.
So I can't run my tests.
What is the problem?
----
project structure:
project- src
- any files
- test
- test files
- test-context.xml