[jboss-user] [JBoss Seam] - @CreateProcess

2007-07-18 Thread pippin1966
Hi, I have two doubts about @CreateProcess (1) I don't understand how data is bound to a jBPM process instance (Seam does a lot of magic). Reading dvdstore code I see you can attach variables to the process using: @Out(scope=ScopeType.BUSINESS_PROCESS) Is this the way to bind data to the

[jboss-user] [JBoss Seam] - @CreateProcess and process id

2007-07-02 Thread szaccaria
Hello to all, somebody know how retriew the ProcessId after to have create a process with @CreateProcess annotation? Es.: | @CreateProcess(definition=processName) | public void parse() | { | //get processID and make something with... | ... | ... | } | View the

[jboss-user] [JBoss Seam] - @CreateProcess and SeamTest - help w. NullPointerException

2006-11-03 Thread bsmithjj
I am trying to test the creation of a new jBPM ProcessInstance. My SFSB's method is: | @CreateProcess(definition = RequestNewAccess) | public String sendRequest() { | log.info(sendRequest() : accessRequest - + this.accessRequest); | log.info(sendRequest() :