org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):when I debug I can see its using one mapper at a time -
also when I change my code to use dao.OracleMapper or dao.SybaseMapper that works but doesn't work from base mapper interface
do you know why this occurs and how to solve this ?
<mapper namespace="dao.CoreMapper">
</mapper>
@Select("{call STqueue(" +
"#{task, jdbcType=INTEGER, mode=IN}," +
@Options(statementType = StatementType.CALLABLE)
public int explodeTask(@Param("task") int taskId,);
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):
--
You received this message because you are subscribed to the Google Groups "mybatis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mybatis-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
|
This email has been checked for viruses by Avast antivirus software.
|