Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Service Oriented Architecture Tools Platform (STP) » Can I use regular expression in B2J when runs BPEL
Can I use regular expression in B2J when runs BPEL [message #614453] Thu, 24 April 2008 07:10
Eclipse UserFriend
Originally posted by: freshon.gmail.com

for example, aaa=0, aaa=1

BPEL Documentation

..
..
...
<if>
<condition>$aaa = $bbb</condition>

<then>
<java_debug>engine.print("aaa = bbb");</java_debug>
</then>

<else>
<java_debug>engine.print("aaa <> bbb");</java_debug>
</else>
</if>
...
..
..



If B2J Engine runs BPEL process such as example, output screen must show
"aaa <> bbb".

But, B2J Engine doens't it. (output screen shows "aaa = bbb")
in B2J, I think output screen always shows <then> activity.

Against, <condition>$aaa != $bbb</condition>
in B2J, I think output screen always shows <else> activity.

Doesn't B2J support handlling about regular expression?

I wondering it.

Please, give me answer.


P.S. I'm korean graduate student. (http://ss.ssu.ac.kr)
Sorry, I don't write English well.
Previous Topic:How to eliminate BPMN diagram bubble assistant ?
Next Topic:How to updated the Generated web service?
Goto Forum:
  


Current Time: Wed Apr 24 15:48:36 GMT 2024

Powered by FUDForum. Page generated in 0.03127 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top