Hi, when I am stripping down the example to only use DAO, I have error on the following line:
throw (DaoException)e.fillInStackTrace();
and the error is:
com.ibatis.db.dao.DaoException: java.lang.ClassCastException
Please advise at what I can check, thanks
Is it possible to get any more information?
Although the most common cause of this error is that your Dao implementation might not be implementing the Dao interface.
Cheers, Clinton
Log in to post a comment.
Hi, when I am stripping down the example to only use DAO, I have error on the following line:
throw (DaoException)e.fillInStackTrace();
and the error is:
com.ibatis.db.dao.DaoException: java.lang.ClassCastException
Please advise at what I can check, thanks
Is it possible to get any more information?
Although the most common cause of this error is that your Dao implementation might not be implementing the Dao interface.
Cheers,
Clinton