Menu

DAO error

2003-07-10
2003-07-10
  • Nobody/Anonymous

    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

     
    • Clinton Begin

      Clinton Begin - 2003-07-10

      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.