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

dgallego do-not-reply at jboss.com
Thu Aug 31 04:13:59 EDT 2006


Hi, I'm trying to build a website with pageflows and process definitions (together).

I have a method called withing a transition in the pageflow (like in the numberguess example app...).
Inside this method, I want to create a new process instance (invoking the method with the @CreateProcess annotation), but the instance is never created. 

However, if I invoke that method (the one with @CreateProcess) from a button (like the TODO-list example), the process instance is created.
 I think the annotation isn't "interpreted" when the method is invoked manually.

Thanks in advance :)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968567#3968567

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968567



More information about the jboss-user mailing list