Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 349152 - About Assign's fixed value
Summary: About Assign's fixed value
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BPEL (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Robert Brodt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-12 12:28 EDT by yuangang CLA
Modified: 2022-10-03 11:11 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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