[jboss-user] [JBoss Seam] - Re: jBPM processInstance question

2007-06-25 Thread [EMAIL PROTECTED]
Make sure you imported the correct class named ProcessInstance - not org.jboss.seam.core.ProcessInstance, that is not the right one! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057412#4057412 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: jBPM processInstance question

2007-06-25 Thread xinhua
i found a solution: @Name("printSthAction") | @AutoCreate | public class PrintSthAction { | @Logger Log log; | | @In | private String content; | | @In | private BusinessProcess businessProcess; | | @In | private JbpmContext jbpmContext