DVM with OSB
veejai24Nov 14 2012 — edited Nov 18 2012Hi 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