views:

172

answers:

0

We're using Hibernate in our Spring web app to do reads, as well as DML with a DB2 database. This problem only occurs during an update. If we blow away the lock on the DB2 side, it appears that any updates are not syncing with the database (even though I do session.flush() and session.clear() after an update is performed). This really becomes a problem with other web services/programs are trying to do DML on the file (BPEL processes as well as RPG).

Anyone faced this problem, or know of why this may be occurring? Appreciate any insight.

Thanks Chris