I've searched the forum for something about that, but i'm sorry : it seems that 
nothing matches.
Indeed i've also read something about a new behaviour of the default transition 
that seems to be the first one in the decision block in the recent version.
This is not exactly my problem : i've just doubts about the name of the 
transition that seems to be optional in the schema, but mandatory at runtime to 
make the execution take the condition into account.

In my exemple, the second transition with its name works as expected :

  |     <transition
  |         name="2b"
  |         to="activity-2b">
  |         <condition expression="#{contextInstance.variables['V1'] == 1}" />
  |     </transition>
  | 

But if i just remove the name like that :

  |     <transition
  |         to="activity-2b">
  |         <condition expression="#{contextInstance.variables['V1'] == 1}" />
  |     </transition>
  | 
It doesn't work anymore, and the decision fails !

An idea ?
Thanks anyway...

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

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


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to