Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to solve JBO-35007: Row currency has changed since ...

bsmtMay 23 2006 — edited Nov 7 2006
Hi,

Could someone tell me how to solve "JBO-35007: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[xxx]" problem?

The error occurs when I scrolled through ranges of records in a datatable bounded by ADF BC. In this datatable, there are text and image (populated using servlet) columns.

It seems that this is the iterator issue. The strange thing is when I pressed "NEXT" first the time, everything was just fine (i.e. range start value was as expected as that of the second range starting row); when I pressed "NEXT" second time, data sometime was fine sometimes not throwing the captioned error. I noticed that when error came, the range start value didn't advance and stayed in the previous range.

what's happening to the iterator?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 5 2006
Added on May 23 2006
2 comments
920 views