[jboss-user] [JBoss jBPM] - Re: Initialize output - copy input name element to output

Turanyi do-not-reply at jboss.com
Thu Oct 9 09:24:34 EDT 2008


It is a strange new feature of BPEL. 
When I copy input variable like this schema 

  | <inputRequest>
  | <input/>
  | </inputRequest>
  | 
into output variable of this schema 

  | <outputResponse>
  | <result/>
  | </outputResponse>
  | 
I get strange mixed output 

  | <outputResponse>
  | <insert/>
  | </outputResponse>
  | 
It seems to attribute keepsrcelementname="yes" do it's work, but I don't use it. I even set up keepsrcelementname="no" but nothing changes. 

I spot this behaviour under jbpm-bpel-1.1.GA and ODE-1.2. 
I found some issue here http://markmail.org/message/ydo55at4mm7wg6zu. 

Is there way to make normal output?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181245#4181245

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181245



More information about the jboss-user mailing list