atom feed7 messages in org.oasis-open.lists.wsbpelRe: [wsbpel] Assigning from a variabl...
FromSent OnAttachments
Yuzo FujishimaOct 12, 2005 10:56 pm 
Dieter Koenig1Oct 13, 2005 2:03 am 
Alex YiuOct 13, 2005 10:53 am 
Dieter Koenig1Oct 13, 2005 11:36 pm.bin
Alex YiuOct 14, 2005 12:43 am 
Dieter Koenig1Oct 14, 2005 6:44 am 
Yuzo FujishimaOct 16, 2005 6:27 pm 
Subject:Re: [wsbpel] Assigning from a variable part
From:Dieter Koenig1 (diet@de.ibm.com)
Date:Oct 13, 2005 11:36:43 pm
List:org.oasis-open.lists.wsbpel
Attachments:
bin00000.bin - 223k

Ok, so we have to take a closer look at it.

I was referring to the resolution proposal in http://lists.oasis-open.org/archives/wsbpel/200502/msg00110.html and its attached document (See attached file: 103_Feb2005.pdf) On page 11 under "Old Section 9.3/Now Section 9.4", I did not find the from/to variants with the part attribute.

Likewise, the examples and XML schema snippets do not seem to have it anymore.

Has this been overruled somewhere else?

Kind Regards DK

Alex Yiu <alex.yiu@oracle. com> To Dieter Koenig1/Germany/IBM@IBMDE 13.10.2005 19:53 cc Yuzo Fujishima <fuji@bc.jp.nec.com>, ws bpel tc <wsb@lists.oasis-open.org> Subject Re: [wsbpel] Assigning from a variable part

Without checking details yet, my recollection is: Issue 103 is meant to allow both variant to access a message part:

<from variable="msgVar" part="part01" /> <from>$msgVar.part01</from>

Regards, Alex Yiu

Correct, the part attribute should have been removed according to the 103 resolution (likewise for the to-spec). Kind Regards DK

Yuzo Fujishima

<fuji@bc.jp.

nec.com> To

ws bpel tc

13.10.2005 07:56 <wsb@lists.oasis-open.org>

cc

Subject

[wsbpel] Assigning from a variable

part

Hi,

The following line is in 9.4. Assignment of the Sep 01 draft: <from variable="ncname" part="ncname"?/>

I think part cannot be specified for <from>. Instead, $varname.partname should be used. Therefor I guess the above line is an error.

Am I right? Or have I missed some arguments/resolutions?