We are running into a concurrency problem with a service that needs to do a read for update. Currently, the service returns a record and then the calling service updates the record. We are seeing a problem when multiple requests can update the same record.
In ofbiz is there a where to specify a SELECT for UPDATE read that will lock the record until the transaction closes? Thanks, Brett
