Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 349152

Summary: About Assign's fixed value
Product: z_Archived Reporter: yuangang <yuangang2009>
Component: BPELAssignee: Robert Brodt <bbrodt>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: grid.qian
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description yuangang CLA 2011-06-12 12:28:35 EDT
I have used the lasted version of Eclipse BPEL Designer(June 9) and
previous versions. When i want to set the Assign activity's property, just
as set Fixed value to output variable. But it can't pop up the dialog box to
ask you if want to initialize the output variable,and when run the process
instance , it turn wrong, the message as follows?


   "The content of the body cannot be displayed in the form view.
Please switch to the source view to examine the raw content. "



    If i set  the property as this step, it will be work well: First set
variable to variable;then click "yes" in the  pop up dialog box which ask
you if want to initialize the output variable;and then delete the "variable
to variable" in the list; Finally, click the "Fixed Value to Variable" in
the list ,and modify the XML as follows,and select from "Fixed Value" to
"output-payload":



modify this:

   <tns:IfTestResponse xmlns:tns="http://sample.bpel.org/bpel/sample"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
              <tns:result>tns:result</tns:result>
    </tns:IfTestResponse>

To:
 <tns:IfTestResponse xmlns:tns="http://sample.bpel.org/bpel/sample"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"><tns:result>Hello</tns:result>
 </tns:IfTestResponse>
Comment 1 grid.qian CLA 2011-08-01 05:26:33 EDT
yuangang,

Could you please upload your project? It can help me to test. 
Thanks!

Grid