[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-28 Thread kot.filemon
kukeltje wrote : I do not see anything in the logging about the originator swimlane.. heck not even anything about the task in this start state (you could notice this to) | | Two things: | - there is a whitespace between swimlane and = (swimlane =originator instead of

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-28 Thread kukeltje
tips: just look at the testcases provided by jbpm. e.g. If you had tested if you were in the start task, you would have found out you never were. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023634#4023634 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kukeltje
- What is the behaviour you see? - What version of jBPM? - What does the debug output log? - create a unittest with embedded processdefinition - . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023058#4023058 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kot.filemon
continued, because I have pressed 'Enter' by accident. :) | context.setActorId(Actor.instance().getId()); | the Actor object is injected Seam component. getId() expression returns not null value. after process gets started I try to check jbpm_swimlaneInstance, which is always empty (I

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kot.filemon
kukeltje wrote : - What is the behaviour you see? | I just check jbpm_swimlaneinstance. I look for a place in database where the login on creator is stored what is needed for quering all proccess instances started by given login. kukeltje wrote : | - What version of jBPM? |

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kukeltje
This is only hibernate stdout, not jbpm debug output... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023073#4023073 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023073 ___

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kot.filemon
I did a tail server.log -n | grep 'org.jbpm' to get only jbpm messages as I don't get anything for jbpm on stout. I hope they are the logs you have asked for. | 2007-02-27 15:59:33,872 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message,

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kot.filemon
the same in more readable form (sorry, for the mess, why can't I edit my posts?) | 2007-02-27 15:59:33,872 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, scheduler, logging, persistence, authentication]' | 2007-02-27 15:59:33,872

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kukeltje
I do not see anything in the logging about the originator swimlane.. heck not even anything about the task in this start state (you could notice this to) Two things: - there is a whitespace between swimlane and = (swimlane =originator instead of swimlane=originator) don't know if it makes a