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!

JBO-27008: Attribute in view object VO2 cannot be set.

Hi Team,
I'm using jdev 12.2.1.3.0.I have added one new attribute from Table to eo and then to vo. I have also updated the same attribute in vo query clicked on test and explain .Query is executed with the data and also verified that it is updatable.
In vorowimpl also I can see the new attribute is added in enum attributes section with all other getters. AlsoI can see the new attribute is updated in the datacontrol section. I didn't used in any pages.
The thing is after adding the attribute i'm geting the below error JBO-27008: Attribute in view object VO2 cannot be set.
But when I commented the new attribute related things in Vorowimpl. It is working fine. With NO ERROS.
Even I tried by generating the new Vorowimpl java class. Still facing the same
In enum section I can see it is protected, I tried changing to public still facing the same.
How can we resolve this. Need your suggestions in this.

Comments
Post Details
Added on Mar 25 2022
16 comments
2,877 views