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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to