Tricky Error oracle.jbo.expr.JIEvalException: JBO-25077:
If you are gtting this error
JBO-25077: Name ***sVO not found in the given object: ViewRow [oracle.jbo.Key[300000008822036 ]].
at oracle.jbo.common.JboBeanUtils.getProperty(JboBeanUtils.java:95)
at oracle.jbo.common.JboBeanUtils.getPropertyInMapOrBean(JboBeanUtils.java:252)
This normally will be coming from the destination view accesssor.
Open this View Object and go in the end and see if something is not coming in the warning.
<ViewLinkAccessor
Name="BookVO"
ViewLink="xx.test.view.link.bookToTopics"
Type="oracle.jbo.Row"
Reversed="true"
IsUpdateable="false"/>
If Viewlink is correctly created jdev can auto correct also. Correct and rerun your application Most of the cases error will be gone.
If you are gtting this error
JBO-25077: Name ***sVO not found in the given object: ViewRow [oracle.jbo.Key[300000008822036 ]].
at oracle.jbo.common.JboBeanUtils.getProperty(JboBeanUtils.java:95)
at oracle.jbo.common.JboBeanUtils.getPropertyInMapOrBean(JboBeanUtils.java:252)
This normally will be coming from the destination view accesssor.
Open this View Object and go in the end and see if something is not coming in the warning.
<ViewLinkAccessor
Name="BookVO"
ViewLink="xx.test.view.link.bookToTopics"
Type="oracle.jbo.Row"
Reversed="true"
IsUpdateable="false"/>
If Viewlink is correctly created jdev can auto correct also. Correct and rerun your application Most of the cases error will be gone.
Comments