Problem: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for
Cause: The same namespace is used in 2 different mappers.
Solution: Change the namespace in one of the mappers.
<?mapper namespace="com.blogspot.adaprognotebook.dao.mybatis.CompanyMapper" >
No comments:
Post a Comment