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
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
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