[jboss-user] [JBoss jBPM] - Re: Transitions not being followed correctly

2007-09-05 Thread jbaxter
Thanks for your reply. Do you know the JIRA reference? I cannot seem to locate it :/ Ive added the security-role bug to jira. One other thing... the validation of data entered on a taskform does not work. I can declare a variable as required, but the jbpm-console proceeds to the next node

[jboss-user] [JBoss jBPM] - Re: Transitions not being followed correctly

2007-09-05 Thread jbaxter
Security-role issue is at: http://jira.jboss.com/jira/browse/JBPM-1050 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4081207#4081207 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4081207

[jboss-user] [JBoss jBPM] - Re: Transitions not being followed correctly

2007-09-05 Thread jbaxter
Think I found the transition bug: http://jira.jboss.com/jira/browse/JBPM-1017 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4081210#4081210 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4081210

[jboss-user] [JBoss jBPM] - Re: Transitions not being followed correctly

2007-09-05 Thread kukeltje
and the required issue is related to jsf returning a non null string. Put an additional 'required=true' on the form element. This should be put in jira as well so the formgeneration adds this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4081249#4081249

[jboss-user] [JBoss jBPM] - Re: Transitions not being followed correctly

2007-09-05 Thread jbaxter
Cheers got the validation working now. I better do some reading on JSF so I can make it look better! | j_id201:j_id209: Validation Error: Value is required. | JIRA reference for form generation: http://jira.jboss.com/jira/browse/JBPM-1051 I have another problem with the tutorial I am

[jboss-user] [JBoss jBPM] - Re: Transitions not being followed correctly

2007-09-05 Thread kukeltje
h... when a task is created, the engine should copy (yes copy) the values of the time of creation (!, not when one starts working on it) and saved to the processlevel once a task is endedCould be that if a tasknode is re-entered a new copy is *not* made. This is clearly (at least to me) a

[jboss-user] [JBoss jBPM] - Re: Transitions not being followed correctly

2007-09-04 Thread kukeltje
anonymous wrote : However, whatever i do, the token always moves along the 'no' transition and i end up in an infinate loop! Any suggestions?! Yes, known issue, patch is attached to the jira issue Please file a jira issue for the security role thing View the original post :