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!

Error when to locate a row

416187Mar 4 2004 — edited Mar 5 2004
Hi,
My data are displayed on the table in master page using rowIterator over 4 VOs with 3 VLs.

I want to do create/edit/delete on the 4th VO. My application is using Struts/BC4J. In Action class, I pass "RowKey" to locate the Row selected by user. (Can I do that? I follows ToyStore example.)

Key k = new Key(new Object[]{jboRowKey});

I'm getting an error message as follows:

Error Message: JBO-26080: Error while selecting entity for FergasMthTransDetail

Error Message: ORA-01722: invalid number


oracle.jbo.DMLException: JBO-26080: Error while selecting entity for FergasMthTransDetail
void oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelect(oracle.jbo.server.EntityImpl, boolean)
OracleSQLBuilderImpl.java:812
......

The FergasMthTransDetail is one of EO in the 4thVO.
Can anyone tell me what I did wrong.

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 2 2004
Added on Mar 4 2004
2 comments
131 views