[jboss-user] [JBoss Seam] - Re: Calling a @CreateProcess method

2006-09-01 Thread dgallego
Thanks. I'll wait for the new Seam version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968865#3968865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968865 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Calling a @CreateProcess method

2006-09-01 Thread petemuir
Ah. I was at home and looking at the cvs head not at 1.0.1.GA. So if you want it either wait for 1.1 or grab cvs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968864#3968864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: Calling a @CreateProcess method

2006-09-01 Thread dgallego
I can't see the BusinessProcess class, only the BusinessProcessContext. If I try to inject the businessProcessContext built-in seam component, it fails. But businessProcessContext can't create process instances. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Re: Calling a @CreateProcess method

2006-08-31 Thread petemuir
After hunting through the source code @In(create=true) BusinessProcess businessProcess; | businessProcess.createProcess("myProcessName"); or BusinessProcess.instance().createProcess("processName"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968792#3968792

[jboss-user] [JBoss Seam] - Re: Calling a @CreateProcess method

2006-08-31 Thread dgallego
And how could I create a process instance manually from sendMessage()? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968576#3968576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968576

[jboss-user] [JBoss Seam] - Re: Calling a @CreateProcess method

2006-08-31 Thread petemuir
Calls to this.methodName() aren't intercepted so the @CreateProcess annotation isn't used. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968573#3968573 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968573 ___

[jboss-user] [JBoss Seam] - Re: Calling a @CreateProcess method

2006-08-31 Thread dgallego
This is the bean invoked within the transition in the pageflow. The method "isMessageSent" is used to redirect (evaluate decision in pageflow) to different webpages if the message has been successfully sent. | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.*; | impor

[jboss-user] [JBoss Seam] - Re: Calling a @CreateProcess method

2006-08-31 Thread petemuir
Can you post the relevant section of the session bean code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968569#3968569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968569 ___