ah ok...at lastthere is some light ;-)))
after writing my own command for what i want everything is ok
code is
|
|
| public Object execute(JbpmContext jbpmContext) throws Exception {
| // TODO Auto-generated method stub
| List returnObject=null;
|
can you explain what you did ti solve the problem for other users having the
same.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=410#410
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=410
___
You don't need to do any hibernate stuff if you are woking directly with the
class TaskInstance, its all done inside the JBPM API.
Your are probably not correctly starting the JBPM context.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057526#4057526
Reply
solved
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054581#4054581
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054581
___
jboss-user mailing list
jboss-user@lists.jboss.o
jbpm itself has a path in the web.xml it says /faces/*
Besides that, the jBPM context filter should also do its work. Turn on debug
logging of org.jbpm and see if the context is not loaded while saving What
I mean is that on a post from JSF the jBPMContextFilter SHOULD be triggered.
Besides