Here's the BPEL file attached...
> -----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, > > Im still new to BPEL and thats 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 Im 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? > > <<...>> <<...>>
