Re: com.ibatis.dao.client.DaoException: Error while configuring DaoManager

2009-06-26 Thread Kai Grabfelder
sounds like an older version of iBATIS. Which version are you using? Have you read the manual that is available at http://svn.apache.org/repos/asf/ibatis/trunk/java/ibatis-2/ibatis-2-docs/en/ cheers Kai --- Original Nachricht --- Absender: David Brown Datum: 26.06.2009 23:20 > Hello iBatis fol

com.ibatis.dao.client.DaoException: Error while configuring DaoManager

2009-06-26 Thread David Brown
Hello iBatis folks, I finished reading the Begin book and I have the JPetStore exmaple imported into Eclipse running OK. I decided to have a hand at iBatis testcase on a live DB but this is all that I can get: com.ibatis.dao.client.DaoException: Error while configuring DaoManager. Cause: com

Re: Concurrency Issue

2009-06-26 Thread Ellis Miller
Sounds like a locking/PK constraint issue on the database side - 2 users trying to insert into table yet ibatis is trying to manage the database integrity, especially in case of ibatis handling any database sequences (know on JBoss side this can be an issue). I would test dropping/disabling the PK