[jboss-user] [JBoss jBPM] - Re: About decision node, I need help

2006-10-16 Thread fATbEAT
i think you can leave out the name if you don't call it explicitly, but then you have to leave the name out as a whole, that means you must not write name="" just lave the name property out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978470#3978470 Reply

[jboss-user] [JBoss jBPM] - Re: jbpmContext in webapp

2006-10-16 Thread fATbEAT
thanks for your answer, but i solved the problem already, i made a mistake in my jbpmcontextfilter, now everything is working fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978462#3978462 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - Re: Why must we call executionContext.leaveNode() in Node's

2006-10-12 Thread fATbEAT
from my point of view you can have more options after an action handler, since an action handler can be on a transition or a node. at the end of the action handler you can tell the instance which way you want to go after the action handler, since a node can have more than one transition. View

[jboss-user] [JBoss jBPM] - Re: give back value of a previous task

2006-10-12 Thread fATbEAT
you have to save the variables before you and the first task into any context (taskInstance, contextInstance). i don't know how your frontend looks like, but before you load the frontend you have to load the variables out of the context. now you can put them on the value of your fields in the se

[jboss-user] [JBoss jBPM] - jbpmContext in webapp

2006-10-09 Thread fATbEAT
hi, i want to adapt the jbpm webapp to the needs of our company, therefore i've implemeted an own context manager which creates a context instance with a certain configuration which is needed, that's the only thing i adopted so far, i've put these adoptions into the an own jbpmcontextfilter whe

[jboss-user] [JBoss jBPM] - Re: assign task node to a group of users (role)

2006-09-18 Thread fATbEAT
ok, i tried to get back the taskinstances which were assigned for many users, but it didn't work at first. so i tried to get the taskInstances for which my actor is pooled for, there i got the needed instances. List taskInstances = jbpmContext.getContext().getTaskMgmtSession().findPooledTaskIn

[jboss-user] [JBoss jBPM] - Re: assign task node to a group of users (role)

2006-09-18 Thread fATbEAT
i have the same problem, i tried to assign more actors to a task, but i cannot get back a task or a taskinstance for one of the pooled actors. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972275#3972275 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss jBPM] - Re: Real applications of jBPM

2006-09-08 Thread fATbEAT
In the last year we had a project during our study at the FH-Joanneum where we had to implement a business process management engine into the e-government plattform of our city council in graz. http://www.graz.at we evaluated enhydra shark and jboss jbpm but finally we thought that the jboss s