[Users] BPELException: Impossible to realize the following assignmen

duffqiu candidq at gmail.com
Wed Mar 16 10:56:38 CET 2011


I try the simple assign in BPEL:

        <assign validate="no" name="Assign">          
            <bpel:copy>
                <bpel:from>
                    <![CDATA[$input.payload/tns:input]]>
                </bpel:from>
                <bpel:to>                    
                    <![CDATA[$output.payload/tns:result]]>
                </bpel:to>
            </bpel:copy>
        </assign>

But I still got the error, could some one help me:
FAULT : <?xml version="1.0" encoding="UTF-8" standalone="no"?><soapenv:Fault xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><faultcode xmlns:fcns="http://petals.ow2.org/cdk/defaultFault">fcns:0</faultcode><faultstring><![CDATA[com.ebmwebsourcing.easybpel.model.bpel.api.BPELException: Impossible to realize the following assignment:                     
                    $output.payload/tns:result
                 = 
                    $input.payload/tns:input
                ]]></faultstring><faultactor/><detail><stackTrace><![CDATA[javax.jbi.messaging.MessagingException: com.ebmwebsourcing.easybpel.model.bpel.api.BPELException: Impossible to realize the following assignment:                     
                    $output.payload/tns:result
                 = 
                    $input.payload/tns:input
                

	at com.ebmwebsourcing.easybpel.model.bpel.impl.runtime.BPELAssigner.affect(BPELAssigner.java:122)

	at com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.AssignBehaviourImpl.affect(AssignBehaviourImpl.java:101)

	at com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.AssignBehaviourImpl.executeActivity(AssignBehaviourImpl.java:71)

	at com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl.execute(AbstractBehaviourImpl.java:151)

	at org.objectweb.fractal.julia.generated.C8d971842_0.execute(INTERCEPTOR[AssignBehaviour])

	at org.objectweb.fractal.julia.generated.C86343cad_0.execute(INTERFACE[AssignBehaviour])

	at com.ebmwebsourcing.easyviper.core.impl.engine.NodeImpl.execute(NodeImpl.java:217)

	at org.objectweb.fractal.julia.generated.C6ac8a5f_0.execute(INTERCEPTOR[Node])

	at org.objectweb.fractal.julia.generated.C678ba6a_0.execute(INTERFACE[Node])

	at com.ebmwebsourcing.easyviper.core.impl.engine.ExecutionImpl.execute(ExecutionImpl.java:657)

	at com.ebmwebsourcing.easyviper.core.impl.engine.ExecutionImpl.next(ExecutionImpl.java:387)

	at org.objectweb.fractal.julia.generated.Cb57c20ad_0.next(INTERCEPTOR[Execution])

	at org.objectweb.fractal.julia.generated.C53c8ca78_0.next(INTERFACE[Execution])

	at com.ebmwebsourcing.easyviper.core.impl.engine.TransitionImpl.execute(TransitionImpl.java:151)

	at org.objectweb.fractal.julia.generated.Cb85fdae2_0.execute(INTERCEPTOR[Transition])

	at org.objectweb.fractal.julia.generated.C34c6534d_0.execute(INTERFACE[Transition])

	at com.ebmwebsourcing.easyviper.core.impl.engine.ExecutionImpl.execute(ExecutionImpl.java:657)

	at com.ebmwebsourcing.easyviper.core.impl.engine.ExecutionImpl.next(ExecutionImpl.java:387)

	at org.objectweb.fractal.julia.generated.Cb57c20ad_0.next(INTERCEPTOR[Execution])

	at org.objectweb.fractal.julia.generated.C53c8ca78_0.next(INTERFACE[Execution])

	at com.ebmwebsourcing.easyviper.core.impl.engine.NodeImpl.execute(NodeImpl.java:225)

	at org.objectweb.fractal.julia.generated.C6ac8a5f_0.execute(INTERCEPTOR[Node])

	at org.objectweb.fractal.julia.generated.C678ba6a_0.execute(INTERFACE[Node])

	at com.ebmwebsourcing.easyviper.core.impl.engine.ExecutionImpl.execute(ExecutionImpl.java:657)

	at com.ebmwebsourcing.easyviper.core.impl.engine.ExecutionImpl.next(ExecutionImpl.java:387)

	at org.objectweb.fractal.julia.generated.Cb57c20ad_0.next(INTERCEPTOR[Execution])

	at org.objectweb.fractal.julia.generated.C53c8ca78_0.next(INTERFACE[Execution])

	at com.ebmwebsourcing.easyviper.core.impl.engine.EngineImpl$ThreadRunProcess.run(EngineImpl.java:547)

]]></stackTrace></detail></soapenv:Fault>




-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=30797#30797

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110316/2182f6e1/attachment.htm>


More information about the Users mailing list