I have a message when trying to run the JBoss server with app with two myBatis mappers
XML fragments parsed from previous mappers already contains value for workSql
The funny moment is that the sql element workSql is in one only mapper. And exists only once. I had checked that by file searching, too.
The similar problem, in MyBatis: Errors when upgrading to 3.2.7 from 3.0.3, about the message
Mapped Statements collection already contains value for com.foo.FooDao.java
is different, for it is not about sql element, but about the whole MyBatis mapper referenced in Spring context. And the receipt for it won't work for my case, too - my mappers already have namespaces and they won't help.