Hello Oders,

I currently have some trouble with an assignment fault.
The situation is as follows:
- I have an assign activity that reads a internal variable with the following query
$queryTarget/reply/awml:awml

this results in an error which is logged by the ode:


[OdeServerImpl-1] ERROR org.apache.ode.bpel.rtrep.v2.ASSIGN - Assignment Fault: {http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=223,faultExplanation={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure: R-Value expression "{OXPath10Expression $queryTarget/reply/awml:awml}" did not select any nodes.

similar selects from $queryTarget/statusMessage work in the same assignment acitivity.

The content if $queryTarget (which is actually in the current scope and thus visible to the assign activity)
is attached to this mail.

I think the cause may be that the awml:awml element is imported from another xsd-schema definition file, but I don't have any clue how to validate that.

Any help?

greets
Chris


<xsd-complex-type-wrapper
 xmlns:awml="http://www.nexus.uni-stuttgart.de/2.0/AWML";
 xmlns:gml="http://www.opengis.net/gml";
 xmlns:nsas="http://www.nexus.uni-stuttgart.de/1.0/NSAS";
 xmlns:nsat="http://www.nexus.uni-stuttgart.de/1.0/NSAT";
xmlns:nscs="http://www.nexus.uni-stuttgart.de/1.0/NSCS"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
 <CPSName>org.apache.ode.c4b.extensionBundle.cps.DummyCPSAdapter</CPSName>
 <statusMessage>success</statusMessage>
 <reply>
   <awml:awml xmlns:awml="http://www.nexus.uni-stuttgart.de/2.0/AWML";
     xmlns:gml="http://www.opengis.net/gml";
     xmlns:nsas="http://www.nexus.uni-stuttgart.de/1.0/NSAS";
     xmlns:nsat="http://www.nexus.uni-stuttgart.de/1.0/NSAT";
xmlns:nscs="http://www.nexus.uni-stuttgart.de/1.0/NSCS"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
     <awml:nexusobject>
       <nsas:type>
         <nsas:value>nscs:Bar</nsas:value>
       </nsas:type>
       <nsas:kind>
         <nsas:value>real</nsas:value>
       </nsas:kind>
       <nsas:pos>
         <nsas:value>
           <gml:Point
srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"; xmlns:gml="http://www.opengis.net/gml";>
             <gml:coordinates>48.7433729,9.102218</gml:coordinates>
           </gml:Point>
         </nsas:value>
       </nsas:pos>
       <nsas:nol>
         
<nsas:value>nexus:http://nemesis.informatik.uni-stuttgart.de:8080/spase/seife||0x7ec28ccd5e1b11dd975d001731c341e7/0x45a24a8bc38511d8bab0080020a23633</nsas:value>
       </nsas:nol>
       <nsas:extent>
         <nsas:value>
           <gml:MultiPolygon
srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"; xmlns:gml="http://www.opengis.net/gml";>
             <gml:polygonMember>
               <gml:Polygon>
                 <gml:outerBoundaryIs>
                   <gml:LinearRing>
<gml:coordinates>48.7433729,9.102218 48.743378,9.102126 48.7434319,9.102132 48.743435,9.102046 48.7435,9.102052 48.743532,9.102056 48.743527,9.1021489 48.7434909,9.1021461 48.7434879,9.1022301 48.7433729,9.102218</gml:coordinates>
                   </gml:LinearRing>
                 </gml:outerBoundaryIs>
               </gml:Polygon>
             </gml:polygonMember>
           </gml:MultiPolygon>
         </nsas:value>
       </nsas:extent>
       <nsas:description>
         <nsas:value>Lasterhoehle</nsas:value>
       </nsas:description>
       <nsas:name>
         <nsas:value>Wunderbar</nsas:value>
       </nsas:name>
     </awml:nexusobject>
   </awml:awml>
 </reply>
</xsd-complex-type-wrapper>

Reply via email to