[jboss-user] [JBoss jBPM] - Re: Why should I create task in Task-node ?

2007-07-15 Thread lyo
"kukeltje" wrote : you can't create tasks in states... that is why you have to do it in a task-node I could write a action class for a state.For example: | | | | | In the class RemoveEmployeeUpdate,I could invoke the following code: TaskMgmtInstance.createTaskInsta

[jboss-user] [JBoss jBPM] - Why should I create task in Task-node ?

2007-07-15 Thread lyo
Hi friends: In jbpm jpdl,there are many node type. Why should I create tasks in task-node other than state or node? I mean that if I create task in state ,what would happened? I don't know is there any advantage creating task in task-node. THks! View the original post : http://www.jbo

[jboss-user] [JBoss jBPM] - Re: WebSale example don't invoke Token.signal() ?

2007-07-15 Thread lyo
"graman" wrote : "lyo" wrote : Does the "jbpmContext.save(taskInstance)" equals "Token.signal()" ? | | No it doesn't. See the sources :) Thank you! I find it in TaskInstance.end method. :) View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss jBPM] - Re: WebSale example don't invoke Token.signal() ?

2007-07-13 Thread lyo
"kukeltje" wrote : it really depends... look at the testcases etc... you'll get a better picture then. Hi kukeltje: I have see JbpmContextTest.java and AllDbTests.java etc, and I couldn't find the "Token.signal" too. Where do you see them ? View the original post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - WebSale example don't invoke Token.signal() ?

2007-07-13 Thread lyo
Hi friends: The jbpm doc say that I need have to invoke "Token.signal " for the process run.But I study the websale example and I find that this example don't invoke Token.signal anywhere. Why it don't invoke the Token.signal method ,the instance could process normally ? Does the "jb

[jboss-user] [Microcontainer] - How to use Microcontainer with tomcat (not jboss)

2006-08-09 Thread lyo
Hi friends: I want to use Microcontainer with tomcat server. But where should I place the jboss-beans.xml? I place it under dir " /WEB-INF/classes/META-INF",but I couldn't get my javabean in my class. Should I config it into web.xml? How to use the Microcontainer with web server. I mean