I use Progress Java triggers. When I update table A, the trigger fires an update in table B. This fires the trigger for table B, that looks for the original record in table A. The problem is: in this point, the trigger returns an error, cause the record I want to find is already locked. But the record is locked by myself! In my mind, the transaction should be the same, and the record should not be locked. Does anyone know some documentation that describes the transaction scope in java triggers in Progress? I'm using Progress 9.1C.
Thanks,
Jonatan Schroeder
Thanks,
Jonatan Schroeder