So I just found a solution by myself, but I'm interested to hear if someone
has a better idea:

I've replaced the <flow></flow> block by a <pick></pick> block which is
listening for the incoming messages:

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

This just solves my problem. Btw: if someone has a similar problem, one
won't need an <receive/> in the activities section anymore, because this is
already done by the <pick> in combination with <onMessage>.

Johannes

> -----Ursprüngliche Nachricht-----
> Von: Johannes Waltsgott [mailto:[EMAIL PROTECTED]
> Gesendet: Sonntag, 22. Juni 2008 21:29
> An: [email protected]
> Betreff: BPEL process with more than one operations
> 
> Hi all,
> 
> I’m still new to BPEL and that’s my problem: I want to use a BPEL
> process as a “wrapper” for some Web Services. So my process  .wsdl do
> have 2 operations and I’m having a Flow-Element surrounding 2 Sequence-
> Elements in my processes main-Sequence. Each of the 2 sequences starts
> with a receive-Element, then some assignments, invoking 1 external Web
> Service, assignment and finally reply the results. Now I can only set
> exactly one of these receive-Elements to createInstance=”yes”. When I
> do so, then this sequence will execute proper. But when I set both to
> createInstance=”yes” I get the following error no matter which
> operation / sequence I call:
> 
> ERROR - GeronimoLog.error(108) | Method "run" in class
> "org.apache.ode.bpel.runtime.PICK" threw an unexpected exception.
> 
> java.lang.NullPointerException
> 
> Please find the .bpel and .wsdl files attached.
> 
> Does anyone has a hint for me?
> 
> <<...>> <<...>>


Reply via email to