The assign def in BPEL file :

<bpws:assign name="AssignForInvoke" validate="no">
<bpws:copy>
<bpws:from part="payload" variable="input"/>
<bpws:to variable="CreateECRPartnerLinkRequest"/>
</bpws:copy>
</bpws:assign>

I get the following error on deploy:


ERROR :

ERROR - GeronimoLog.error(104) |
file:/C:/apache-tomcat-5.5.20/webapps/ode/WEB-I
NF/processes/ECRProcess/ECRProcess.bpel:25: error:
[CopyToMessageFromNonMessage]
 Copy to message variable CreateECRPartnerLinkRequest requires a message for
the
 r-value.01:02:37,487 ERROR [BpelC]
file:/C:/apache-tomcat-5.5.20/webapps/ode/WEB-INF/pro
cesses/ECRProcess/ECRProcess.bpel:25: error: [CopyToMessageFromNonMessage]
Copy
to message variable CreateECRPartnerLinkRequest requires a message for the
r-val
ue.
ERROR - GeronimoLog.error(108) | Deploy failed; BPEL compilation errors.
org.apache.ode.bpel.compiler.api.CompilationException: error:
[CompilationErrors
] Compilation completed with 1 error(s).
        at
org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:6
94)

Alex, Can i use Assign to map complexType to ComplexType? Not sure what the
error means..

Regards
Anup
-- 
View this message in context: 
http://www.nabble.com/Assign-Activity-%3A-Copy-to-message-variable-xxxx-requires-a-message-for-the-r-value-tf4252542.html#a12102841
Sent from the Apache Ode User mailing list archive at Nabble.com.

Reply via email to