[jboss-user] [jBPM Users] - Re: Same token seems to be attached to two task instances?

2009-09-17 Thread jbarrez
Which once again proves that no matter how you design applications, end-users 
will always find something to break ;-)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4255667#4255667

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4255667
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM Users] - Re: Same token seems to be attached to two task instances?

2009-09-11 Thread gfargone
Ronald,

I was suspecting a transaction rollback also, but it turns out that one clever 
user has wondered onto the page where you can manually move between tasks in a 
process using the native jbpm-console.  Doing that totally messes up things as 
it leaves the original task open.
We used to link to the native console to show the current process image and the 
current active task. It turns out there is no way to clamp down permissions 
sufficiently using the properties file provided. 

The solution was to eliminate all access to the native console except for a few 
admins who understand how to use it. We just serve up the static process image 
retrieved from the process definition file through a little servlet and the 
user has to locate the task name on it. The current task name is provided in a 
small pop up screen.

This incident gave me serious grief and I never seen it in the development 
environment. We are using JBPM in a production pilot at this point.

Thanks,
Tamas

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4254861#4254861

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4254861
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM Users] - Re: Same token seems to be attached to two task instances?

2009-09-03 Thread kukeltje
Makes me wonder to. Is your transaction level 'correctly' configured (don't ask 
me what correctly is, I'm not a DB guy)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4253248#4253248

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4253248
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user