Skip to Main Content

E-Business Suite

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Issue with Converting Nested EO-Based VO from BLOB -Getting errors while preparing EO based VO in ADF using OAViewRowImpl.rea

Ranjith Kumar Diatha-OracleFeb 10 2025 — edited Feb 10 2025

Hi Team,

We have a requirement to store a nested EO-based ViewObject (VO) as a BLOB in the database and later read and convert it back into a VO.

For this, we’ve utilized the OAViewRowImpl.writeXML() and readXML() APIs.

While we were able to successfully store the VO as a BLOB in the database, we’re encountering an issue when converting it back to a VO. The process fails with a "TooManyObjectsFound for a given key" error, even though the XML contains only a single row.

We’ve manually reviewed the XML by printing it in the log before the conversion to VO, and the data appears to be correct. Additionally, when tested using JUnit, all EO validations—such as mandatory attribute validations—are failing.

Could you please advise on how to resolve this issue? Your assistance would be greatly appreciated.

Best regards,
Ranjith

Comments

Post Details

Added on Feb 10 2025
0 comments
152 views