oracle.jbo.DMLException: JBO-26080: Error while selecting entity for
437089Jan 25 2005 — edited Jan 26 2005I have an error like this:
oracle.jbo.DMLException: JBO-26080: Error while selecting entity for ....
It happened because my application was updating a few attributes in a ViewObject, And there was a message that showed:
java.sql.SQLException: ORA-00904: "EI_PPN": invalid identifier.
My entity object for the view object above has the EI_PPN attribute, and so as well as the table in the database. Why it keeps showing that EI_PPN is an invalid identifier?