We have an Java workflow application that uses an Oracle database to track its steps and interactions with other services. During a workflow run several insert/update/selec
are use using an ORM? it might be selecting from cache and not form the db after the change.