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!

Correlation Set - Error: The XPath segment "child::ns:guid" cannot be resol

user564736Jan 8 2013 — edited Jan 11 2013
Hi All,

I have written a process with a correlation set on mid-process invoke and receive. The correlation set has 2 property alias as shown below -

+<vprop:propertyAlias propertyName="cor:GuidCorrProperty" messageType="ns:NotificationProcessRequestMessage"+
part="payload">
+<vprop:query>/ns:guid</vprop:query>+
+</vprop:propertyAlias>+
+<vprop:propertyAlias propertyName="cor:GuidCorrProperty" messageType="client:AcknowledgeMessage" part="payload"/>+

I am getting a compilation error in Jdev with message - Error: The XPath segment "child::ns:guid" cannot be resolved. The element guid is a part of receive message which is defined as -

+<element name="process">+
+<complexType>+
+<sequence>+
+<element name="someelement1" type="string"/>+
+<element name="someelement2" type="string" minOccurs="0"/>+
+<element name="guid" type="string"/>+
+</sequence>+
+</complexType>+
+</element>+

Schema, message type, namespace ....everything looks ok. I am not getting any clue of that error.

Can anyone please point out what could be the cause of this error.

Appreciate the quick response.

Regards,
Viv

Edited by: user564736 on Jan 8, 2013 5:45 AM
This post has been answered by 983977 on Jan 10 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2013
Added on Jan 8 2013
5 comments
1,984 views