On 6/20/07, jbi joe <[EMAIL PROTECTED]> wrote:
I have noticed quite a few differences in servicemix BPE and BPEL standard. For example, setting up a while loop and inserting a condition does not seem to be working. I am getting an error that the BPE does not support a condition embedded in a while loop??? OR, more than likely, my syntax is suspect. Can someone give me a sample of working BPEL with a while loop??? ALSO had problem with creating a variable that included and expression. Trying to set up a default value on an xs:int, i.e, expression number(0)... servicemix says expression isnt supported... Any examples, samples greatly appreciated. I am taking BPEL examples from a BPEL 2.0 book and trying them in servicemix. SHOULDNT they work the same? SHould I be using a differnt engine than the BPE? Please help....
This is because servicemix-bpe only supports BPEL 1.1, hence the deprecation message and pointer to Apache Ode on the servicemix-bpe page (http://incubator.apache.org/servicemix/servicemix-bpe.html). Try Apache Ode instead. If you have any issue with Ode, I suggest asking question on the Ode mailing lists: http://incubator.apache.org/ode/mailing-lists.html Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache Geronimo - http://geronimo.apache.org/ Apache ActiveMQ - http://activemq.org/ Apache ServiceMix - http://servicemix.org/ Castor - http://castor.org/
