This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 124066 - Undefined resource bundle key
Summary: Undefined resource bundle key
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Model (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-15 03:05 UTC by Jun Qian
Modified: 2008-10-30 18:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project (264.22 KB, application/octet-stream)
2008-10-20 20:31 UTC, ggenipudi
Details
http wsdl sample with no address element (2.01 KB, text/xml)
2008-10-21 01:27 UTC, Shivanand Kini
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jun Qian 2007-12-15 03:05:17 UTC
dist_se:
Building jar: C:\open-esb\open-jbi-components\driver-tests\bpelse\correlation\correlationBPEL\build\SEDeployment.jar
Expanding: C:\open-esb\open-jbi-components\driver-tests\bpelse\correlation\correlationBPEL\build\SEDeployment.jar into
C:\open-esb\open-jbi-components\driver-tests\bpelse\correlation\correlationJBI\src\jbiServiceUnits\correlationBPEL
Moving 1 file to
C:\open-esb\open-jbi-components\driver-tests\bpelse\correlation\correlationJBI\src\jbiServiceUnits\correlationBPEL
deps-javaee-jar:
jbi-build:
Copying 1 file to C:\open-esb\open-jbi-components\driver-tests\bpelse\correlation\correlationJBI\src\jbiServiceUnits
Building jar: C:\open-esb\open-jbi-components\driver-tests\bpelse\correlation\correlationJBI\build\BCDeployment.jar
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key
HTTPAddressValidator.Missing_address
       at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
       at java.util.ResourceBundle.getString(ResourceBundle.java:285)
       at org.openide.util.NbBundle.getMessage(NbBundle.java:629)
       at
org.netbeans.modules.xml.wsdl.model.extensions.http.validation.HTTPComponentValidator.validate(HTTPComponentValidator.java:165)
       at org.netbeans.modules.compapp.projects.jbi.anttasks.MyValidation.validate(MyValidation.java:101)
       at org.netbeans.modules.xml.wsdl.validator.visitor.WSDLSemanticsVisitor.visit(WSDLSemanticsVisitor.java:730)
       at org.netbeans.modules.xml.wsdl.model.impl.ImportImpl.accept(ImportImpl.java:74)
       at org.netbeans.modules.xml.wsdl.validator.visitor.WSDLSemanticsVisitor.visitChildren(WSDLSemanticsVisitor.java:992)
       at org.netbeans.modules.xml.wsdl.validator.visitor.WSDLSemanticsVisitor.visit(WSDLSemanticsVisitor.java:325)
       at org.netbeans.modules.xml.wsdl.model.impl.DefinitionsImpl.accept(DefinitionsImpl.java:152)
       at org.netbeans.modules.xml.wsdl.validator.WSDLSemanticValidator.validate(WSDLSemanticValidator.java:37)
       at org.netbeans.modules.compapp.projects.jbi.anttasks.MyValidation.validate(MyValidation.java:101)
       at
org.netbeans.modules.compapp.projects.jbi.anttasks.BuildServiceAssembly.validateCompAppProject(BuildServiceAssembly.java:960)
       at org.netbeans.modules.compapp.projects.jbi.anttasks.BuildServiceAssembly.execute(BuildServiceAssembly.java:210)
       at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
       at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:585)
       at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
       at org.apache.tools.ant.Task.perform(Task.java:348)
       at org.apache.tools.ant.Target.execute(Target.java:357)
       at org.apache.tools.ant.Target.performTasks(Target.java:385)
       at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
       at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
       at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
       at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
       at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
       at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
       at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
BUILD FAILED (total time: 3 seconds) 


In the resource bundle file, "HTTPAddressValidator.Missing_Address" is defined. Note the case mismatch.
Comment 1 Murali Pottlapelli 2007-12-15 18:28:14 UTC
Not able to build coorelation project is show stopper. If it is corner case please downgrade it.
Comment 2 Shivanand Kini 2007-12-17 17:53:22 UTC
corrected the misspelt resource key.
Comment 3 ggenipudi 2008-10-20 20:28:48 UTC
no projects was attached . i got the project from open-jbi-components\driver-tests\bpelse\correlation\correlationBPEL
and tried to build it and build is still failing but with other errors.

init:
Deleting directory C:\bpprojects\correlationBPEL\build
clean:
init:
Created dir: C:\bpprojects\correlationBPEL\build
C:/bpprojects/correlationBPEL/src/correlation/correlation.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/correlation.bpel:34: 8
WARNING: The variable "correlationOperation1_Output" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/correlation.bpel:32: 8
WARNING: The variable "correlationOperation_Input" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/correlationWithFlow2.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/correlationWithFlow2.bpel:34: 8
WARNING: The variable "correlationWithFlow2Operation1_Output" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/correlationWithFlow2.bpel:32: 8
WARNING: The variable "correlationWithFlow2Operation_Input" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/corrFlowRecG4.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrFlowRecG4.bpel:59: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrFlowRecOperation_Input.corrFlowRecPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrFlowRecG4.bpel:58: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrFlowRecOperation_Output.corrFlowRecPart/string, $corrFlowRecOperation1_Output.corrFlowRecPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrFlowRecG4.bpel:58: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrFlowRecOperation_Output.corrFlowRecPart/string, $corrFlowRecOperation1_Output.corrFlowRecPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrInvFlow_child.bpel:31: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression: "concat('CHILDBP: 
', $InvFlowchildOperation_Output.InvFlowchildPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrInvFlow_child.bpel:32: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$InvFlowchildOperation_Input.InvFlowchildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvFlow_parent.bpel:107: 16
WARNING: The element "string" is qualified. It has to be prefixed with the "childtns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvFlow_parent.bpel:102: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvFlow_parent.bpel:79: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"concat($childContainer.InvFlowchildPart/string, $InvFlowparentOperation1_Output.InvFlowparentPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrInvFlow_parent.bpel:49: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$InvFlowparentOperation_Output.InvFlowparentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvFlow_parent.bpel:79: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($childContainer.InvFlowchildPart/string, $InvFlowparentOperation1_Output.InvFlowparentPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrInvFlow_parent.bpel:80: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$InvFlowparentOperation_Input.InvFlowparentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvFlow_parent.bpel:50: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$childContainer.InvFlowchildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_child.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/corrInvOnMsgParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_child.bpel:24: 12
WARNING: The global element "corrInvOnMsgParentElement" has to be prefixed with the "tns". Expression:
"/corrInvOnMsgParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_child.bpel:17: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_child.bpel:31: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression: "concat('CHILD:',
$CorrInvOnMsgChildOperation_Output.CorrInvOnMsgChildPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_child.bpel:32: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$CorrInvOnMsgChildOperation_Input.CorrInvOnMsgChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_parent.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/corrInvOnMsgParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_parent.bpel:24: 12
WARNING: The global element "corrInvOnMsgParentElement" has to be prefixed with the "tns". Expression:
"/corrInvOnMsgParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_parent.bpel:17: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_parent.bpel:35: 8
WARNING: The variable "corrInvOnMsgParentOperation1_Output1" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_parent.bpel:33: 8
WARNING: The variable "corrInvOnMsgParentOperation1_Output" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_parent.bpel:76: 24
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrInvOnMsgParentOperation_Output.corrInvOnMsgParentPart/string, $childContainer.CorrInvOnMsgChildPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_parent.bpel:77: 24
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$corrInvOnMsgParentOperation_Input.corrInvOnMsgParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_parent.bpel:76: 24
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"concat($corrInvOnMsgParentOperation_Output.corrInvOnMsgParentPart/string, $childContainer.CorrInvOnMsgChildPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_parent.bpel:51: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$corrInvOnMsgParentOperation_Output.corrInvOnMsgParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvOnMsg_parent.bpel:52: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$childContainer.CorrInvOnMsgChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_child.bpel:29: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/CorrInvRecW1C6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_child.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/CorrInvRecW1C6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_child.bpel:24: 12
WARNING: The global element "CorrInvRecW1C6ParentElement" has to be prefixed with the "tns". Expression:
"/CorrInvRecW1C6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_child.bpel:29: 12
WARNING: The global element "CorrInvRecW1C6ParentElement" has to be prefixed with the "tns". Expression:
"/CorrInvRecW1C6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_child.bpel:17: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_child.bpel:32: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$CorrInvRecW1C6ChildOperation_Input.CorrInvRecW1C6ChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_child.bpel:31: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression: "concat('CONCAT:',
$CorrInvRecW1C6ChildOperation_Output.CorrInvRecW1C6ChildPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_parent.bpel:24: 12
WARNING: The global element "CorrInvRecW1C6ParentElement" has to be prefixed with the "tns". Expression:
"/CorrInvRecW1C6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_parent.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/CorrInvRecW1C6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_parent.bpel:29: 12
WARNING: The global element "CorrInvRecW1C6ParentElement" has to be prefixed with the "tns". Expression:
"/CorrInvRecW1C6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_parent.bpel:29: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/CorrInvRecW1C6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_parent.bpel:17: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_parent.bpel:76: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$CorrInvRecW1C6ParentOperation1_Output.CorrInvRecW1C6ParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_parent.bpel:50: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$childOperation.CorrInvRecW1C6ChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_parent.bpel:49: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$CorrInvRecW1C6ParentOperation_Output.CorrInvRecW1C6ParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1C6_parent.bpel:77: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$CorrInvRecW1C6ParentOperation_Input.CorrInvRecW1C6ParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_child.bpel:29: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/CorrInvRecW1D6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_child.bpel:29: 12
WARNING: The global element "CorrInvRecW1D6ParentElement" has to be prefixed with the "tns". Expression:
"/CorrInvRecW1D6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_child.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/CorrInvRecW1D6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_child.bpel:24: 12
WARNING: The global element "CorrInvRecW1D6ParentElement" has to be prefixed with the "tns". Expression:
"/CorrInvRecW1D6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_child.bpel:19: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_child.bpel:24: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_child.bpel:31: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression: "concat('CONCAT:',
$CorrInvRecW1D6ChildOperation_Output.CorrInvRecW1D6ChildPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_child.bpel:32: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$CorrInvRecW1D6ChildOperation_Input.CorrInvRecW1D6ChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_parent.bpel:29: 12
WARNING: The global element "CorrInvRecW1D6ParentElement" has to be prefixed with the "tns". Expression:
"/CorrInvRecW1D6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_parent.bpel:29: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/CorrInvRecW1D6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_parent.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/CorrInvRecW1D6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_parent.bpel:24: 12
WARNING: The global element "CorrInvRecW1D6ParentElement" has to be prefixed with the "tns". Expression:
"/CorrInvRecW1D6ParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_parent.bpel:24: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_parent.bpel:19: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_parent.bpel:69: 12
WARNING: You are using a correlating activity, you should use correlations with initiate="no" attribute.

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_parent.bpel:77: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$CorrInvRecW1D6ParentOperation_Input.CorrInvRecW1D6ParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_parent.bpel:76: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$CorrInvRecW1D6ParentOperation1_Output.CorrInvRecW1D6ParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_parent.bpel:50: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$childOperation.CorrInvRecW1D6ChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRecW1D6_parent.bpel:49: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$CorrInvRecW1D6ParentOperation_Output.CorrInvRecW1D6ParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_child.bpel:29: 12
WARNING: The global element "CorrInvRecParentElement" has to be prefixed with the "tns". Expression:
"/CorrInvRecParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_child.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/CorrInvRecParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_child.bpel:24: 12
WARNING: The global element "CorrInvRecParentElement" has to be prefixed with the "tns". Expression:
"/CorrInvRecParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_child.bpel:29: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/CorrInvRecParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_child.bpel:17: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_child.bpel:31: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression: "concat('CONCAT:',
$CorrInvRecChildOperation_Output.CorrInvRecChildPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_child.bpel:32: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$CorrInvRecChildOperation_Input.CorrInvRecChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_parent.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/CorrInvRecParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_parent.bpel:29: 12
WARNING: The global element "CorrInvRecParentElement" has to be prefixed with the "tns". Expression:
"/CorrInvRecParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_parent.bpel:24: 12
WARNING: The global element "CorrInvRecParentElement" has to be prefixed with the "tns". Expression:
"/CorrInvRecParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_parent.bpel:29: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/CorrInvRecParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_parent.bpel:17: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_parent.bpel:75: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$CorrInvRecParentOperation1_Output.CorrInvRecParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_parent.bpel:49: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$CorrInvRecParentOperation_Output.CorrInvRecParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_parent.bpel:50: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$childOperation.CorrInvRecChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrInvRec_parent.bpel:76: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$CorrInvRecParentOperation_Input.CorrInvRecParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrOnMesgFlow.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrOnMesgFlow.bpel:58: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrOnMesgFlowOperation_Output.corrOnMesgFlowPart/string,
$corrOnMesgFlowOperation1_Output.corrOnMesgFlowPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrOnMesgFlow.bpel:58: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrOnMesgFlowOperation_Output.corrOnMesgFlowPart/string,
$corrOnMesgFlowOperation1_Output.corrOnMesgFlowPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrOnMesgFlow.bpel:59: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrOnMesgFlowOperation_Input.corrOnMesgFlowPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrOnMesgFlowW1G5.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrOnMesgFlowW1G5.bpel:60: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrOnMesgFlowW1G5Operation_Input.corrOnMesgFlowW1G5Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrOnMesgFlowW1G5.bpel:59: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrOnMesgFlowW1G5Operation_Output.corrOnMesgFlowW1G5Part/string,
$corrOnMesgFlowW1G5Operation1_Output.corrOnMesgFlowW1G5Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrOnMesgFlowW1G5.bpel:59: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrOnMesgFlowW1G5Operation_Output.corrOnMesgFlowW1G5Part/string,
$corrOnMesgFlowW1G5Operation1_Output.corrOnMesgFlowW1G5Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrRecFlowF4.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrRecFlowF4.bpel:56: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrRecFlowF4Operation_Input.corrRecFlowF4Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrRecFlowF4.bpel:55: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrRecFlowF4Operation_Output.corrRecFlowF4Part/string, $corrRecFlowF4Operation1_Output.corrRecFlowF4Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrRecFlowF4.bpel:55: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrRecFlowF4Operation_Output.corrRecFlowF4Part/string, $corrRecFlowF4Operation1_Output.corrRecFlowF4Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrRecOnMesgW1I4.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrRecOnMesgW1I4.bpel:60: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrRecOnMesgW1I4Operation_Output.corrRecOnMesgW1I4Part/string,
$corrRecOnMesgW1I4Operation1_Output.corrRecOnMesgW1I4Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrRecOnMesgW1I4.bpel:61: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrRecOnMesgW1I4Operation_Input.corrRecOnMesgW1I4Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrRecOnMesgW1I4.bpel:60: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrRecOnMesgW1I4Operation_Output.corrRecOnMesgW1I4Part/string,
$corrRecOnMesgW1I4Operation1_Output.corrRecOnMesgW1I4Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrRecRecB4.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrRecRecB4.bpel:54: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrRecRecOperation_Output.corrRecRecPart/string, $corrRecRecOperation1_Output.corrRecRecPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrRecRecB4.bpel:54: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrRecRecOperation_Output.corrRecRecPart/string, $corrRecRecOperation1_Output.corrRecRecPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrRecRecB4.bpel:55: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrRecRecOperation_Input.corrRecRecPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrRecRecFirstAct.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrRecRecFirstAct.bpel:59: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrRecRecFirstActOperation_Input.corrRecRecFirstActPart/string"

C:/bpprojects/correlationBPEL/src/correlation/corrRecRecFirstAct.bpel:58: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrRecRecFirstActOperation_Output.corrRecRecFirstActPart/string,
$corrRecRecFirstActOperation1_Output.corrRecRecFirstActPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrRecRecFirstAct.bpel:58: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrRecRecFirstActOperation_Output.corrRecRecFirstActPart/string,
$corrRecRecFirstActOperation1_Output.corrRecRecFirstActPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowF7.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowF7.bpel:68: 24
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrReplyFlowF7Operation_Output.corrReplyFlowF7Part/string,
$corrReplyFlowF7Operation1_Output.corrReplyFlowF7Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowF7.bpel:43: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyFlowF7Operation_Input.corrReplyFlowF7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowF7.bpel:42: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyFlowF7Operation_Output.corrReplyFlowF7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowF7.bpel:69: 24
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyFlowF7Operation1_Input.corrReplyFlowF7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowF7.bpel:68: 24
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrReplyFlowF7Operation_Output.corrReplyFlowF7Part/string,
$corrReplyFlowF7Operation1_Output.corrReplyFlowF7Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowG7.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowG7.bpel:42: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyFlowG7Operation_Output.corrReplyFlowG7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowG7.bpel:70: 24
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyFlowG7Operation1_Input.corrReplyFlowG7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowG7.bpel:69: 24
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrReplyFlowG7Operation_Output.corrReplyFlowG7Part/string,
$corrReplyFlowG7Operation1_Output.corrReplyFlowG7Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowG7.bpel:69: 24
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrReplyFlowG7Operation_Output.corrReplyFlowG7Part/string,
$corrReplyFlowG7Operation1_Output.corrReplyFlowG7Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowG7.bpel:43: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyFlowG7Operation_Input.corrReplyFlowG7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowW1H7.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowW1H7.bpel:62: 20
WARNING: You are using a correlating activity, you should use correlations with initiate="no" attribute.

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowW1H7.bpel:42: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyFlowW1H7Operation_Output.corrReplyFlowW1H7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowW1H7.bpel:43: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyFlowW1H7Operation_Input.corrReplyFlowW1H7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowW1H7.bpel:69: 24
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrReplyFlowW1H7Operation_Output.corrReplyFlowW1H7Part/string,
$corrReplyFlowW1H7Operation1_Output.corrReplyFlowW1H7Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowW1H7.bpel:70: 24
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyFlowW1H7Operation1_Input.corrReplyFlowW1H7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyFlowW1H7.bpel:69: 24
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrReplyFlowW1H7Operation_Output.corrReplyFlowW1H7Part/string,
$corrReplyFlowW1H7Operation1_Output.corrReplyFlowW1H7Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecB7.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecB7.bpel:66: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyRecB7Operation1_Input.corrReplyRecB7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecB7.bpel:43: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyRecB7Operation_Input.corrReplyRecB7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecB7.bpel:42: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyRecB7Operation_Output.corrReplyRecB7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecB7.bpel:65: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression: "concat('INPUT2:',
$corrReplyRecB7Operation1_Output.corrReplyRecB7Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecC7.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecC7.bpel:66: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression: "concat('INPUT2:',
$corrReplyRecC7Operation1_Output.corrReplyRecC7Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecC7.bpel:42: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyRecC7Operation_Output.corrReplyRecC7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecC7.bpel:43: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyRecC7Operation_Input.corrReplyRecC7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecC7.bpel:67: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyRecC7Operation1_Input.corrReplyRecC7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecD7.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecD7.bpel:59: 12
WARNING: You are using a correlating activity, you should use correlations with initiate="no" attribute.

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecD7.bpel:67: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyRecD7Operation1_Input.corrReplyRecD7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecD7.bpel:66: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression: "concat('INPUT2:',
$corrReplyRecD7Operation1_Output.corrReplyRecD7Part/string)"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecD7.bpel:43: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyRecD7Operation_Input.corrReplyRecD7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/corrReplyRecD7.bpel:42: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyRecD7Operation_Output.corrReplyRecD7Part/string"

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper.bpel:24: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper.bpel:19: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper.bpel:31: 8
WARNING: The variable "corrDupOperOperation1_Output" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper.bpel:33: 8
WARNING: The variable "corrDupOperOperation_Output1" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper.bpel:29: 8
WARNING: The variable "corrDupOperOperation_Input" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper.bpel:35: 8
WARNING: The variable "corrDupOperOperation_Input1" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper1Way.bpel:19: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper1Way.bpel:24: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper1Way.bpel:39: 8
WARNING: The variable "corrDupOper1WayOperation1_Output2" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper1Way.bpel:37: 8
WARNING: The variable "corrDupOper1WayOperation1_Output1" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper1Way.bpel:35: 8
WARNING: The variable "corrDupOper1WayOperation_Input1" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper1Way.bpel:33: 8
WARNING: The variable "corrDupOper1WayOperation_Output1" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper1Way.bpel:29: 8
WARNING: The variable "corrDupOper1WayOperation_Input" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper1Way.bpel:31: 8
WARNING: The variable "corrDupOper1WayOperation1_Output" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/dupOperations/corrDupOper1Way.bpel:27: 8
WARNING: The variable "corrDupOper1WayOperation_Output" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1child.bpel:24: 12
WARNING: The global element "Invoke1parentElement" has to be prefixed with the "tns". Expression:
"/Invoke1parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1child.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "/Invoke1parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1child.bpel:34: 12
WARNING: The global element "Invoke1parentElement" has to be prefixed with the "parentWSDL". Expression:
"/Invoke1parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1child.bpel:29: 12
WARNING: The global element "Invoke1parentElement" has to be prefixed with the "parentWSDL". Expression:
"/Invoke1parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1child.bpel:19: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1child.bpel:34: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "parentWSDL". Expression:
"/Invoke1parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1child.bpel:29: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "parentWSDL". Expression:
"/Invoke1parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1child.bpel:24: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1child.bpel:17: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$MyRole_Invoke1childOperation_Output.Invoke1childPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1child.bpel:18: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$MyRole_Invoke1childOperation_Input.Invoke1childPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1parent.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "/Invoke1parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1parent.bpel:24: 12
WARNING: The global element "Invoke1parentElement" has to be prefixed with the "tns". Expression:
"/Invoke1parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1parent.bpel:29: 12
WARNING: The global element "Invoke1parentElement" has to be prefixed with the "parentWSDL". Expression:
"/Invoke1parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1parent.bpel:24: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1parent.bpel:19: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1parent.bpel:29: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "parentWSDL". Expression:
"/Invoke1parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1parent.bpel:34: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "parentWSDL". Expression:
"/Invoke1parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1parent.bpel:34: 12
WARNING: The global element "Invoke1parentElement" has to be prefixed with the "parentWSDL". Expression:
"/Invoke1parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1parent.bpel:51: 8
WARNING: The variable "MyRole_Invoke1parentOperation_Input" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1parent.bpel:54: 8
WARNING: The variable "Invoke1parentOperation1_Output" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1parent.bpel:82: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns4". Expression:
"$Invoke1childContainer.Invoke1childPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke1/Invoke1parent.bpel:81: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns2". Expression:
"$MyRole_Invoke1parentOperation_Output.Invoke1parentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2child.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "/invoke2parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2child.bpel:24: 12
WARNING: The global element "invoke2parentElement" has to be prefixed with the "tns". Expression:
"/invoke2parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2child.bpel:29: 12
WARNING: The global element "invoke2parentElement" has to be prefixed with the "parentWSDL". Expression:
"/invoke2parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2child.bpel:19: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2child.bpel:29: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "parentWSDL". Expression:
"/invoke2parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2child.bpel:24: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2child.bpel:18: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$MyRole_invoke2childOperation_Input.invoke2childPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2child.bpel:17: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$MyRole_invoke2childOperation_Output.invoke2childPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2parent.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "/invoke2parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2parent.bpel:24: 12
WARNING: The global element "invoke2parentElement" has to be prefixed with the "tns". Expression:
"/invoke2parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2parent.bpel:29: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "parentWSDL". Expression:
"/invoke2parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2parent.bpel:29: 12
WARNING: The global element "invoke2parentElement" has to be prefixed with the "parentWSDL". Expression:
"/invoke2parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2parent.bpel:19: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2parent.bpel:24: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2parent.bpel:53: 8
WARNING: The variable "invoke2parentOperation1_Output" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2parent.bpel:50: 8
WARNING: The variable "MyRole_invoke2parentOperation_Input" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2parent.bpel:106: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns2". Expression:
"$MyRole_invoke2parentOperation_Input.invoke2parentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/Invoke2parent.bpel:81: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns4". Expression:
"$invoke2childContainer.invoke2childPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_child.bpel:29: 12
WARNING: The global element "invoke_response_initiatedParentElement" has to be prefixed with the "tns". Expression:
"/invoke_response_initiatedParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_child.bpel:29: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/invoke_response_initiatedParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_child.bpel:24: 12
WARNING: The global element "invoke_response_initiatedParentElement" has to be prefixed with the "tns". Expression:
"/invoke_response_initiatedParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_child.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/invoke_response_initiatedParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_child.bpel:17: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_child.bpel:32: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$invoke_response_initiatedChildOperation_Input.invoke_response_initiatedChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_child.bpel:31: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat('invoke_response_initiated:',
$invoke_response_initiatedChildOperation_Output.invoke_response_initiatedChildPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_parent.bpel:29: 12
WARNING: The global element "invoke_response_initiatedParentElement" has to be prefixed with the "tns". Expression:
"/invoke_response_initiatedParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_parent.bpel:29: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/invoke_response_initiatedParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_parent.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/invoke_response_initiatedParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_parent.bpel:24: 12
WARNING: The global element "invoke_response_initiatedParentElement" has to be prefixed with the "tns". Expression:
"/invoke_response_initiatedParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_parent.bpel:17: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_parent.bpel:75: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$invoke_response_initiatedParentOperation1_Output.invoke_response_initiatedParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_parent.bpel:49: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$invoke_response_initiatedParentOperation_Output.invoke_response_initiatedParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_parent.bpel:76: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$invoke_response_initiatedParentOperation_Input.invoke_response_initiatedParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_initiated/invoke_response_initiated_parent.bpel:50: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$childOperation.invoke_response_initiatedChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_child.bpel:29: 12
WARNING: The global element "invoke_response_joinParentElement" has to be prefixed with the "tns". Expression:
"/invoke_response_joinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_child.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/invoke_response_joinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_child.bpel:29: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/invoke_response_joinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_child.bpel:24: 12
WARNING: The global element "invoke_response_joinParentElement" has to be prefixed with the "tns". Expression:
"/invoke_response_joinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_child.bpel:19: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_child.bpel:24: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_child.bpel:32: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$invoke_response_joinChildOperation_Input.invoke_response_joinChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_child.bpel:31: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat('invoke_response_join:', $invoke_response_joinChildOperation_Output.invoke_response_joinChildPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_parent.bpel:24: 12
WARNING: The global element "invoke_response_joinParentElement" has to be prefixed with the "tns". Expression:
"/invoke_response_joinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_parent.bpel:29: 12
WARNING: The global element "invoke_response_joinParentElement" has to be prefixed with the "tns". Expression:
"/invoke_response_joinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_parent.bpel:29: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/invoke_response_joinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_parent.bpel:24: 12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/invoke_response_joinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_parent.bpel:24: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_parent.bpel:19: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_parent.bpel:49: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$invoke_response_joinParentOperation_Output.invoke_response_joinParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_parent.bpel:77: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$invoke_response_joinParentOperation_Input.invoke_response_joinParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_parent.bpel:76: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$invoke_response_joinParentOperation1_Output.invoke_response_joinParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/invoke_response_join/invoke_response_join_parent.bpel:50: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$childOperation.invoke_response_joinChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_child.bpel:29:
12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/request-response-initiatejoinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_child.bpel:24:
12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/request-response-initiatejoinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_child.bpel:24:
12
WARNING: The global element "request-response-initiatejoinParentElement" has to be prefixed with the "tns". Expression:
"/request-response-initiatejoinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_child.bpel:29:
12
WARNING: The global element "request-response-initiatejoinParentElement" has to be prefixed with the "tns". Expression:
"/request-response-initiatejoinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_child.bpel:17:
8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_child.bpel:31:
16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$request-response-initiatejoinChildOperation_Output.request-response-initiatejoinChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_child.bpel:32:
16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$request-response-initiatejoinChildOperation_Input.request-response-initiatejoinChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_parent.bpel:29:
12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/request-response-initiatejoinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_parent.bpel:24:
12
WARNING: The global element "request-response-initiatejoinParentElement" has to be prefixed with the "tns". Expression:
"/request-response-initiatejoinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_parent.bpel:29:
12
WARNING: The global element "request-response-initiatejoinParentElement" has to be prefixed with the "tns". Expression:
"/request-response-initiatejoinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_parent.bpel:24:
12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/request-response-initiatejoinParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_parent.bpel:17:
8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_parent.bpel:75:
16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$request-response-initiatejoinParentOperation1_Output.request-response-initiatejoinParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_parent.bpel:50:
16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$childOperation.request-response-initiatejoinChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_parent.bpel:76:
16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$request-response-initiatejoinParentOperation_Input.request-response-initiatejoinParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiatejoin/request-response-initiatejoin_parent.bpel:49:
16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$request-response-initiatejoinParentOperation_Output.request-response-initiatejoinParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-child.bpel:24:
12
WARNING: The global element "request-response-initiateno-parentElement" has to be prefixed with the "tns". Expression:
"/request-response-initiateno-parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-child.bpel:24:
12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/request-response-initiateno-parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-child.bpel:34:
12
WARNING: The global element "request-response-initiateno-parentElement" has to be prefixed with the "parentWSDL".
Expression: "/request-response-initiateno-parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-child.bpel:24:
8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-child.bpel:29:
12
WARNING: The global element "request-response-initiateno-parentElement" has to be prefixed with the "parentWSDL".
Expression: "/request-response-initiateno-parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-child.bpel:34:
12
WARNING: The element "string" is qualified. It has to be prefixed with the "parentWSDL". Expression:
"/request-response-initiateno-parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-child.bpel:29:
12
WARNING: The element "string" is qualified. It has to be prefixed with the "parentWSDL". Expression:
"/request-response-initiateno-parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-child.bpel:19:
8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-child.bpel:18:
16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$MyRole_request-response-initiateno-childOperation_Input.request-response-initiateno-childPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-child.bpel:17:
16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$MyRole_request-response-initiateno-childOperation_Output.request-response-initiateno-childPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-parent.bpel:24:
12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/request-response-initiateno-parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-parent.bpel:24:
12
WARNING: The global element "request-response-initiateno-parentElement" has to be prefixed with the "tns". Expression:
"/request-response-initiateno-parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-parent.bpel:29:
12
WARNING: The global element "request-response-initiateno-parentElement" has to be prefixed with the "parentWSDL".
Expression: "/request-response-initiateno-parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-parent.bpel:29:
12
WARNING: The element "string" is qualified. It has to be prefixed with the "parentWSDL". Expression:
"/request-response-initiateno-parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-parent.bpel:34:
12
WARNING: The element "string" is qualified. It has to be prefixed with the "parentWSDL". Expression:
"/request-response-initiateno-parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-parent.bpel:34:
12
WARNING: The global element "request-response-initiateno-parentElement" has to be prefixed with the "parentWSDL".
Expression: "/request-response-initiateno-parentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-parent.bpel:24:
8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-parent.bpel:19:
8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-parent.bpel:51:
8
WARNING: The variable "MyRole_request-response-initiateno-parentOperation_Input" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-parent.bpel:54:
8
WARNING: The variable "request-response-initiateno-parentOperation1_Output" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-parent.bpel:81:
16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns2". Expression:
"$MyRole_request-response-initiateno-parentOperation_Output.request-response-initiateno-parentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateno/request-response-initiateno-parent.bpel:82:
16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns4". Expression:
"$request-response-initiateno-childContainer.request-response-initiateno-childPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_child.bpel:29:
12
WARNING: The global element "request-response-initiateyesParentElement" has to be prefixed with the "tns". Expression:
"/request-response-initiateyesParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_child.bpel:24:
12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/request-response-initiateyesParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_child.bpel:24:
12
WARNING: The global element "request-response-initiateyesParentElement" has to be prefixed with the "tns". Expression:
"/request-response-initiateyesParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_child.bpel:29:
12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/request-response-initiateyesParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_child.bpel:17:
8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_child.bpel:31:
16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$request-response-initiateyesChildOperation_Output.request-response-initiateyesChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_child.bpel:32:
16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$request-response-initiateyesChildOperation_Input.request-response-initiateyesChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_parent.bpel:29:
12
WARNING: The global element "request-response-initiateyesParentElement" has to be prefixed with the "tns". Expression:
"/request-response-initiateyesParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_parent.bpel:24:
12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/request-response-initiateyesParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_parent.bpel:24:
12
WARNING: The global element "request-response-initiateyesParentElement" has to be prefixed with the "tns". Expression:
"/request-response-initiateyesParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_parent.bpel:29:
12
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression:
"/request-response-initiateyesParentElement/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_parent.bpel:17:
8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_parent.bpel:50:
16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$childOperation.request-response-initiateyesChildPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_parent.bpel:76:
16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$request-response-initiateyesParentOperation_Input.request-response-initiateyesParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_parent.bpel:49:
16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$request-response-initiateyesParentOperation_Output.request-response-initiateyesParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/invoke2/request-response-initiateyes/request-response-initiateyes_parent.bpel:75:
16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns1". Expression:
"$request-response-initiateyesParentOperation1_Output.request-response-initiateyesParentPart/string"

C:/bpprojects/correlationBPEL/src/correlation/J7CorrReplyOnMsg.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/J7CorrReplyOnMsg.bpel:67: 24
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyOnMsgOperation1_Input.corrReplyOnMsgPart/string"

C:/bpprojects/correlationBPEL/src/correlation/J7CorrReplyOnMsg.bpel:66: 24
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrReplyOnMsgOperation_Output.corrReplyOnMsgPart/string,
$corrReplyOnMsgOperation1_Output.corrReplyOnMsgPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/J7CorrReplyOnMsg.bpel:43: 16
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyOnMsgOperation_Input.corrReplyOnMsgPart/string"

C:/bpprojects/correlationBPEL/src/correlation/J7CorrReplyOnMsg.bpel:66: 24
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"concat($corrReplyOnMsgOperation_Output.corrReplyOnMsgPart/string,
$corrReplyOnMsgOperation1_Output.corrReplyOnMsgPart/string)"

C:/bpprojects/correlationBPEL/src/correlation/J7CorrReplyOnMsg.bpel:42: 16
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$corrReplyOnMsgOperation_Output.corrReplyOnMsgPart/string"

C:/bpprojects/correlationBPEL/src/correlation/onMessage/correlationOnMesg.bpel:28: 17
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/onMessage/correlationOnMesg.bpel:36: 8
WARNING: The variable "correlationOnMesgOperation_Input" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/onMessage/correlationOnMesg.bpel:38: 8
WARNING: The variable "correlationOnMesgOperation1_Output" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/onMessage/corrReplyOnMsgSimpleI7.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/onMessage/corrReplyOnMsgSimpleI7.bpel:22: 8
WARNING: The variable "var2" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/onMessage/TestCaseOnMessageSimpleC5.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/onMessage/TestCaseOnMessageSimpleC5.bpel:24: 8
WARNING: The variable "var3" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/onMessage/TestCaseOnMessageSimpleC5.bpel:22: 8
WARNING: The variable "var2" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/onMessage/TestCaseOnMessageSimpleC5.bpel:69: 24
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$var3.corrOnMsgSimpleC5Part/string"

C:/bpprojects/correlationBPEL/src/correlation/onMessage/TestCaseOnMessageSimpleC5.bpel:43: 24
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$var1.corrOnMsgSimpleC5Part/string"

C:/bpprojects/correlationBPEL/src/correlation/onMessage/TestCaseOnMessageSimpleC5.bpel:60: 24
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$var1.corrOnMsgSimpleC5Part/string"

C:/bpprojects/correlationBPEL/src/correlation/onMessage/TestCaseOnMessageSimpleC5.bpel:68: 24
WARNING: From: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$var1.corrOnMsgSimpleC5Part/string"

C:/bpprojects/correlationBPEL/src/correlation/onMessage/TestCaseOnMessageSimpleC5.bpel:44: 24
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$var2.corrOnMsgSimpleC5Part/string"

C:/bpprojects/correlationBPEL/src/correlation/onMessage/TestCaseOnMessageSimpleC5.bpel:61: 24
WARNING: To: The element "string" is qualified. It has to be prefixed with the "ns0". Expression:
"$var2.corrOnMsgSimpleC5Part/string"

C:/bpprojects/correlationBPEL/src/correlation/simpleCorrelation/simpleCorrelation1.bpel:26: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/simpleCorrelation/simpleCorrelation1.bpel:21: 8
WARNING: The element "string" is qualified. It has to be prefixed with the "tns". Expression: "string"

C:/bpprojects/correlationBPEL/src/correlation/simpleCorrelation/simpleCorrelation1.bpel:29: 8
WARNING: The variable "simpleCorrelation1Operation_Input" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/simpleCorrelation/simpleCorrelation1.bpel:31: 8
WARNING: The variable "simpleCorrelation1Operation1_Output" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/TestInvokeCorrelation/TestInvokeCorrelation.bpel:135: 16
ERROR: cvc-complex-type.4: Attribute 'part' must appear on element 'mime:content'.

C:/bpprojects/correlationBPEL/src/correlation/TestInvokeCorrelation/TestInvokeCorrelation.bpel:134: 16
WARNING: The HTTP binding support for the POST method currently ignores http:urlEncoded and http:urlReplacement elements.

C:/bpprojects/correlationBPEL/src/correlation/TestInvokeCorrelation/TestInvokeCorrelation.bpel:32: 4
WARNING: The element "symbol" is qualified. It has to be prefixed with the "ns2". Expression: "symbol"

C:/bpprojects/correlationBPEL/src/correlation/TestInvokeCorrelation/TestInvokeCorrelation.bpel:42: 8
WARNING: The variable "ReceiveReply_Input" is initialized and not used.

C:/bpprojects/correlationBPEL/src/correlation/TestInvokeCorrelation/TestInvokeCorrelation.bpel:115: 16
WARNING: From: The element "symbol" is qualified. It has to be prefixed with the "ns2". Expression:
"$GetQuote_Output.parameters/symbol"

C:/bpprojects/correlationBPEL/src/correlation/TestInvokeCorrelation/TestInvokeCorrelation.bpel:95: 16
WARNING: To: The element "symbol" is qualified. It has to be prefixed with the "ns2". Expression:
"$GetQuote_Output.parameters/symbol"

C:/bpprojects/correlationBPEL/src/correlation/TestInvokeCorrelation/TestInvokeCorrelation.bpel:70: 16
WARNING: From: The element "value" is qualified. It has to be prefixed with the "ns0". Expression:
"$ReceiveReply_Output.part/value"

C:/bpprojects/correlationBPEL/src/correlation/TestInvokeCorrelation/TestInvokeCorrelation.bpel:116: 16
WARNING: To: The element "GetQuoteResult" is qualified. It has to be prefixed with the "ns2". Expression:
"$GetQuote_Input.parameters/GetQuoteResult"

C:/bpprojects/correlationBPEL/src/correlation/TestInvokeCorrelation/TestInvokeCorrelation.bpel:132: 16
WARNING: To: The element "value" is qualified. It has to be prefixed with the "ns0". Expression:
"$ReceiveReply_Output.part/value"

Found validation error(s).
BUILD FAILED (total time: 16 seconds)


Can you please identify the steps to verify this bug?
Comment 4 ggenipudi 2008-10-20 20:31:11 UTC
Created attachment 72305 [details]
project
Comment 5 Shivanand Kini 2008-10-21 01:25:41 UTC
These are all warnings unrelated to this bug.

1. Create a http wsdl.
2. Remove the http:address
3. validate.

See if you get a MissingResourceException.
Comment 6 Shivanand Kini 2008-10-21 01:27:22 UTC
Created attachment 72330 [details]
http wsdl sample with no address element
Comment 7 ggenipudi 2008-10-30 18:54:38 UTC
tested and verified using 10/30 gfesb build and got the following error while validating HTTP wsdl 
XML validation started.
C:/Users/ggenipudi/Documents/NetBeansProjects/BpelModule1/src/www.netbeans.org/nonav/issues/showattachment.cgi/72330/newWSDL14.wsdl:30,8
ERROR: The <http:address> element requires the location attribute.

1 Error(s),  0 Warning(s).
XML validation finished