You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Johannes Waltsgott (JIRA)" <ji...@apache.org> on 2008/06/24 21:06:45 UTC

[jira] Closed: (ODE-312) multiple operations/activities in BPEL/ODE

     [ https://issues.apache.org/jira/browse/ODE-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johannes Waltsgott closed ODE-312.
----------------------------------


I've found a solution by myself - I replaced the <flow></flow> with a 

<pick createInstance="yes">
	<onMessage operation="login" partnerLink="client" ...>
		Activities for operation login...
	</onMessage>
	<onMessage operation="process" partnerLink="client" ...>
		Activities for operation process...
	</onMessage>
</pick>

If someone has a similar problem, don't make the next mistake: One won't need a <receive/> in the activities part anymore, because this is already done by the <pick> in combination with <onMessage>


> multiple operations/activities in BPEL/ODE
> ------------------------------------------
>
>                 Key: ODE-312
>                 URL: https://issues.apache.org/jira/browse/ODE-312
>             Project: ODE
>          Issue Type: Wish
>    Affects Versions: 1.2
>         Environment: ODE 1.2RC1, Tomcat 6.0.14, Eclipse Europa
>            Reporter: Johannes Waltsgott
>            Priority: Trivial
>         Attachments: Portal.bpel, Portal.wsdl
>
>
> Resolved, can be deleted!
> As mentioned here http://ode.markmail.org/search/?q=#query:+page:1+mid:fen473k4uu3zu5pw+state:results I'm having trouble setting up a BPEL process with 2 operations/activities. Please find the .wsdl and .bpel files attached.
> Johannes

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.