Tag Archives: Entity

Resolution for Invalid Column Index error in ADF.

Scenario: Created an Entity object (EO) on the table and created a View object (VO) on the Entity object. Now a DATE column is added to the table. The newly added DATE column is updated into the Entity object from … Continue reading

Posted in ADF (Application Development Framework) | Tagged , , , , , , , | 1 Comment

Resolution to error “JBO-25013: Too many objects match the primary key oracle.jbo.Key”

When I want to create a read only table in the JSF page from a database view, I had created a Entity object using the database View and defined a Primary Key in the EO creation. I drag and drop … Continue reading

Posted in ADF (Application Development Framework) | Tagged , , , , , | 1 Comment