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!

Unable to add attributes from EO to VO properly in JDev 10.1.3 build120x19

574772May 21 2007 — edited Feb 28 2008
Hi all,

Simple query. I have modified an EntityObject to fetch two new columns from the underlying table. So far so good. Now I'm trying to add these new columns using JDeveloper 10.1.3.1.0.3981 to a view object based on this EO. When I go to the "attributes" and select my new attributes, and push them into the right side ("selected" attributes), they get copied over as transient rather than "MyEO:my_col_1".

I went to the attribute property of this guy, set the updateable as always (this is how it is in the EO), checked the "Mapped to column or sql", and put my_col_1 as the Alias with the correct type. But when I say Apply, these changes get automatically "undone", the checkbox gets unchecked etc.

Why doesn't JDev select the attribute of the EO correctly? What am I doing wrong? (I'm not new to JDev, but somehow simple things are not getting accomplished today.)

Thanks a lot,
Aditya
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2008
Added on May 21 2007
5 comments
1,558 views