Hi G.

my problem is not solved. 

My Pageflow is doing fine and the response is rendering the correct pages using 
pageflow via jbpm.

anonymous wrote : <pageflow-definition xmlns="urn:jboss.org:seam-pageflow-1.0" 
  |                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |                      xsi:schemaLocation="urn:jboss.org:seam-pageflow-1.0 
http://www.jboss.com/products/seam/seam-pageflow-1.0.xsd";
  |                      name="timoflow">
  | 
  |    <start-state name="start">
  |       
  |    </start-state>
  |    
  |    <page name="timo1" view-id="/timo1.xhtml" redirect="true">
  |       
  |    
  |    
  |    <page name="timo2" view-id="/timo2.xhtml" redirect="true">
  |       
  |    
  |    
  |    <page name="timo3" view-id="/timo3.xhtml" redirect="true">
  |       
  |    
  |    
  |    <page name="timo4" view-id="/timo4.xhtml" redirect="true">
  |       <end-conversation />
  |    
  |    
  | </pageflow-definition>

now when i use a link which is not addressed in the pageflow, (again like 
MyAccount or Settings) I get to error:

anonymous wrote : 08:46:07,578 ERROR StandardWrapperValve : Servlet.service() 
for servlet Faces Servlet threw exception
  | org.jbpm.JbpmException: couldn't signal without specifying a leaving 
transition : transition is null

which i can understand. these links are aviable in the whole application as 
these are located in the header - and in case of my stateful navigation in one 
usecase i am getting the error.

How can i catch this???

my understanding would be:

use a annotation in the pageflow starting class like:

  
ifOutcomeInvalid(outcome="confirmEndOfConversationOrProceedWithCorrectOutcome") 

Is there any solution for avoiding the error in a way???



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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to