[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - switch condition boolean true/false

KVAK_TNT do-not-reply at jboss.com
Fri Oct 6 09:49:02 EDT 2006


OK here comes the strange stuff:
It doesn't matter what conditions I write or anything else...
I have tried to use
switch\condition
and
switch\otherwise

as he won't use the condition I thought the jBOSS should use the otherwise - funtion

Not at all!

Now I tried to "kill" the switch code - my code works.
If I surround it with the switch - it works not...

I have also now tried the following (and it won't work):

  | <variable name="check" type="xsd:boolean"/>
  | 		
  | <assign>
  | 	<copy>
  | 		<from expression="true()"/>
  | 		<to variable="check"/>
  | 	</copy>
  | </assign>
  | 		
  | <switch name="split">
  | 	<case condition="bpel:getVariableData('check')">
  | 

Any suggestions?

Greetings

Claus

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976590#3976590

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976590



More information about the jboss-user mailing list