[Users] easyBPEL namespace

ccaron caron.clement at gmail.com
Wed Mar 16 10:41:20 CET 2011


Hi !

I'm actually working on a bpel orchestration using easyBPEL and I've got some trouble with, I think, namespaces. The orchestration is just composed of an assign :

Code:
<bpws:sequence>
	<bpws:receive createInstance="yes" name="Receive"
		operation="process" partnerLink="Client" portType="tns:Analyser"
		variable="AnalyserRequest" />

	<bpws:assign name="AssignTest" validate="no">
		<bpws:copy>
			<bpws:from><![CDATA[$AnalyserRequest.args/resource]]></bpws:from>
			<bpws:to><![CDATA[$AnalyserResponse.return/resource]]></bpws:to>
		</bpws:copy>
	</bpws:assign>

	<bpws:reply name="Reply" operation="process" partnerLink="Client"
		portType="tns:Analyser" variable="AnalyserResponse" />
</bpws:sequence>



and I have this error:


Code:
[Petals.Container.Components.petals-se-bpel]-FINEST 2010-03-15 11:09:46,192 set $AnalyserRequest.args/resource in $AnalyserResponse.return/resource
[Root]-SEVERE 2010-03-15 11:09:46,194 Error in evaluation expression: org.jaxen.UnresolvableException: XPath expression uses unbound namespace prefix types
[Root]-SEVERE 2010-03-15 11:09:46,194 Error in evaluation expression: com.ebmwebsourcing.easybpel.model.bpel.api.BPELException: org.jaxen.UnresolvableException: XPath expression uses unbound namespace prefix types
[Root]-SEVERE 2010-03-15 11:09:46,195 Error in evaluation expression: org.jaxen.UnresolvableException: XPath expression uses unbound namespace prefix types
[Petals.Container.Components.petals-se-bpel]-FINEST 2010-03-15 11:09:46,195 fault not catched: com.ebmwebsourcing.easyviper.core.api.CoreException
[Petals.Container.Components.petals-se-bpel]-FINEST 2010-03-15 11:09:46,195 fault not catched: com.ebmwebsourcing.easyviper.core.api.CoreException
[Petals.Container.Components.petals-se-bpel]-WARNING 2010-03-15 11:09:46,195 Send error: http://www.w3.org/2004/08/wsdl/in-out
[Petals.Container.Components.petals-se-bpel]-FINEST 2010-03-15 11:09:46,195 Send technical fault: 
com.ebmwebsourcing.easyviper.core.api.CoreException: com.ebmwebsourcing.easybpel.model.bpel.api.BPELException: Impossible to realize the following assignment: $AnalyserResponse.return/resource = $AnalyserRequest.args/resource



I'm working on it for a day and I'm still at the same point, if someone could give me a hint..

Thanks




-------------------- 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=30621#30621

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


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


More information about the Users mailing list