[jboss-user] [JBoss Seam] - [SOLVED] Re: UnitTesting and jBPM pageflow

KnisterPeter do-not-reply at jboss.com
Mon Jun 25 10:52:59 EDT 2007


Ok, got it running! :)
I have to call a method on my component annotated with @Begin(join=true, pageflow="name") to start the pageflow AND converstation as long running.
The problem when calling the Pageflow.instance().begin() is that there is no long-running conversation, at least in my case. I have set the pageflow start directive in my pages.xml which does reside in another project for unit tests and is only available when deployed in a container environment.

Hope this does help anyone having problems.

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

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



More information about the jboss-user mailing list