Hello All,
We have a couple of developers testing ojb on different app servers . Each app
server is hitting the same database (schema) . Does ojb check the seq table
each time it inserts rows or does it cache sequence values ? We seem to be running
into duplicate sequence values in the database . Whenever I insert a row
with a pk that already exist with odmg it does not insert the row (only when I check
the db do I discover that it is not there). In production everthing will be running
off one app server , so was I just wondering if deploying the app on serveral machines
and running them against the same database would cause this problem.
Serge