[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5463) BPEL Editor gives validation errors after creating correlation variables

Denny Xu (JIRA) jira-events at lists.jboss.org
Tue Dec 15 01:25:30 EST 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-5463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12499908#action_12499908 ] 

Denny Xu commented on JBIDE-5463:
---------------------------------

Jeff, in the wsdl file, this parts of content like below:

    <vprop:propertyAlias messageType="wsdl5:PolicyQuoteProcessServiceReq" part="in" propertyName="tns:SSN">
    <vprop:query><![CDATA[/receivePolicyQuote/policyQuoteInfo/ssn]]></vprop:query>
  </vprop:propertyAlias>
    <vprop:propertyAlias messageType="wsdl1:DrivingRecordServiceReq" part="in" propertyName="tns:SSN">
    <vprop:query><![CDATA[/ssn]]></vprop:query>
  </vprop:propertyAlias>
    <vprop:propertyAlias messageType="wsdl4:DrivingRecordCallbackServiceReq" part="in" propertyName="tns:SSN">
    <vprop:query><![CDATA[/ssn]]></vprop:query>
  </vprop:propertyAlias>
    <vprop:propertyAlias messageType="wsdl5:PolicyQuoteProcessServiceRes" part="out" propertyName="tns:SSN">
    <vprop:query><![CDATA[/receivePolicyQuote/policyQuoteInfo/ssn]]></vprop:query>
  </vprop:propertyAlias>

because there is no prefix for */receivePolicyQuote/policyQuoteInfo/ssn*, shouldn't it be something like */pol:receivePolicyQuote/pol:policyQuoteInfo/pol:ssn*, if it doesn't need prefix, what does it point to?

> BPEL Editor gives validation errors after creating correlation variables
> ------------------------------------------------------------------------
>
>                 Key: JBIDE-5463
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-5463
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: bpm
>         Environment:   JBoss BPEL Editor	1.0.0.v200912111224M-H175-RC1	org.jboss.tools.bpel.feature.feature.group on Mac with JDK 1.6
>            Reporter: Jeff DeLong
>            Assignee: Denny Xu
>         Attachments: PolicyQuoteProcessService.zip
>
>
> I created a CorrelationSet with a single correlation variable and four mappings. After doing this and cleaning the project I get four errors:
> Description	Resource	Path	Location	Type
> The XPath segment "child::receivePolicyQuote" cannot be resolved.	PolicyQuoteProcessArtifacts.wsdl	/PolicyQuoteProcessService/bpelContent	query	BPEL Validation Marker
> Description	Resource	Path	Location	Type
> The XPath segment "child::receivePolicyQuote" cannot be resolved.	PolicyQuoteProcessArtifacts.wsdl	/PolicyQuoteProcessService/bpelContent	query	BPEL Validation Marker
> Description	Resource	Path	Location	Type
> The XPath segment "child::ssn" cannot be resolved.	PolicyQuoteProcessArtifacts.wsdl	/PolicyQuoteProcessService/bpelContent	query	BPEL Validation Marker
> Description	Resource	Path	Location	Type
> The XPath segment "child::ssn" cannot be resolved.	PolicyQuoteProcessArtifacts.wsdl	/PolicyQuoteProcessService/bpelContent	query	BPEL Validation Marker
> I will zip up and attach the project files.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list