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!

Target Unreachable, identifier 'row' resolved to null

2911963Jul 21 2015 — edited Jul 21 2015

Hi!

I'm using jDev 11.1.2.4.0

I'm facing the issue : Target Unreachable, identifier 'row' resolved to null

Usually this issue happens when a primary key is updatable (not my case)  or primary key is a LOV (not my case).

This issue happens when I create a new row with invalid values and try to commit. The error appears to inform the user about the invalid data, everything is working fine until here! After this if I try to change the invalid data of the new row i get the error : " Target Unreachable, identifier 'row' resolved to null "

Does anyone know other reasons for this this mistake ?

I tried to delete all the " ViewObject.executeQuery() " but the problem still happening!

Thanks you in advance.

Best regards!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 18 2015
Added on Jul 21 2015
11 comments
1,798 views