Skip to Main Content

Integration

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!

DVM with OSB

veejai24Nov 14 2012 — edited Nov 18 2012
Hi All,

Wanted to implement DVM with OSB.

Follwed the below URL and tried to implement as is.

https://blogs.oracle.com/christomkins/entry/domain_value_maps_in_oracle_se

Created project, created XQuery with DVM information, created XQuery to get those values from DVM.
But when i run iam getting the following error message


Error Message:
<error>Error occurred while executing XQuery: line 10, column 9: {err}FORG0005: expected exactly one item, got 0 items. Either the XQuery is invalid or it contains custom XQuery functions. Try using the web test console to test this XQuery (Right click on the XQuery file and select Run As ->Run On Server) </error>

The below line is creating problem:

*$dvm/ns0:rows/ns0:row[ns0:cell[1]=$airportName]/ns0:cell[2]* - This xpath is throwing the exception.

Thanks,
Vijay
This post has been answered by vladodias on Nov 18 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 16 2012
Added on Nov 14 2012
8 comments
780 views