Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> BC4J: After Transaction.postChanges() fail, no further Transaction.postChanges() could succeed
I use BC4J and have an entity.
I need a way to tell BC4J to ignore the change that caused postChanges() to fail.
The same happens when I change some field of the oracle.jbo.Row object, call postChanges() and postChanges fail.
The only way to recover from this situation is to call Transaction.rollback(), but this causes the use to lose all modifications he has made after the last commit. I need to cancel the last modification without losing other changes.
Can anybody help resolving this issue? Received on Wed Mar 19 2003 - 07:14:43 CST
![]() |
![]() |