[jboss-user] [JBoss jBPM] - Re: expression question

2009-08-17 Thread CheBancaBPM
freak182 wrote : Hello, | | I change my expression to: | | | | | |decision name=Collateral expression='#{ collateral 0 }' | | transition to=fork1 name=true/transition | | transition to=NO_COLLATERAL name=false/transition | |

[jboss-user] [JBoss jBPM] - Re: expression question

2009-08-17 Thread freak182
Hello, I also already try that one but no luck. :) Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249871#4249871 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249871

[jboss-user] [JBoss jBPM] - Re: expression question

2009-08-17 Thread kukeltje
what version are you using? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249875#4249875 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249875 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: expression question

2009-08-17 Thread freak182
Hello, using v 3.2.x View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249891#4249891 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249891 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: expression question

2009-08-17 Thread kukeltje
Can you try with the latest 3.2.6SP1? Not that you should use that, I'm just curious if it works as it should with the latest 3.2 version (it does for me) Or try change the names of the transitions to not use 'true' and 'false' but e.g. 'to_fork1' and 'to_no_collateral' View the original

[jboss-user] [JBoss jBPM] - Re: expression question

2009-08-16 Thread kukeltje
The expressions are 'EL' (JUEL) so any tutorial you can find about that is applicable here. The expression should return the NAME of the transition to take. Not a boolean. Booleans are needed it you put conditions ON the transitions View the original post :

[jboss-user] [JBoss jBPM] - Re: expression question

2009-08-16 Thread freak182
Hello, I change my expression to: | |decision name=Collateral expression='#{ collateral 0 }' | transition to=fork1 name=true/transition | transition to=NO_COLLATERAL name=false/transition | /decision | | final MapString, Serializable param =