HI Rosalin,

To determine if this is a bug or an issue with your BPEL process, we'll need
some actual code to review and reproduce.

Can you simplify your process down to a simple test-case that would
illustrate your issue?

alex


On Thu, Jul 17, 2008 at 5:41 AM, Rosalin Pattnaik <
[EMAIL PROTECTED]> wrote:

> Hi,
>
>
> I tried to assign
>
> concat(" Name:
> ",$outGetEntityDetails.parameters/tns:[EMAIL PROTECTED]'Name']/text())
>
> to
>
> $output.payload/tns:validator[$counter]
>
> This gives me the following exception <faultcode>soapenv:selectionFailure</
> faultcode>
>   <faultstring>{
> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure<http://docs.oasis-open.org/wsbpel/2.0/process/executable%7DselectionFailure>
> <
> http://docs.oasis-open.org/wsbpel/2.0/process/executable%7DselectionFailure
> >Multiple
> results for expression: {OXPath10Expression
> $output.payload/tns:validator[$counter]}</faultstring>
>
>
> While i am able to assign to
>
> $output.payload/tns:validator[1]/$output.payload/tns:validator[2]/$output.payload/tns:validator[3].It
> is so that an condition in an Xpath is not evaluated on RHS of an
> assignment?
>
> How can i assign to each user element while the schema is something like
> this..
>
> <element name="sample">
>                <complexType>
>                    <sequence>
>                        <element name="user" type="string" minOccurs="0"
> maxOccurs="unbounded"/>
>                    </sequence>
>                </complexType>
>            </element>
>
>
>
> Regards,
> Rosalin
>

Reply via email to