Exception handling after resin timeout

Atfer the resin session times out for an exisiting session we get the follwing exception:
ue Sep 02 11:10:55 CEST 2003; tcpConnection-8080-1; Workflow Manager; java.lang.NullPointerException
Tue Sep 02 11:10:59 CEST 2003; tcpConnection-8080-1; Cant find data object 'stackTrace'<BR>Tue Sep 02 11:10:59 CEST 2003; tcpConnection-8080-1; Cant find data object ‘line’
Tue Sep 02 11:10:59 CEST 2003; tcpConnection-8080-1; Cant find data object 'text()'<BR>Tue Sep 02 11:10:59 CEST 2003; tcpConnection-8080-1; Cant find data object ‘error’
Tue Sep 02 11:10:59 CEST 2003; tcpConnection-8080-1; Cant find data object 'exception'<BR>Tue Sep 02 11:10:59 CEST 2003; tcpConnection-8080-1; Cant find data object ‘message’
Tue Sep 02 11:11:00 CEST 2003; tcpConnection-8080-1; XML input:
<?xml version="1.0" encoding="UTF-8"?>
<?covigoml version="1.0"?>



Is there any recommended way to catch this exception in the workflow manager to redirect the user back to specific workflow step (e.g. Log On page)?

Hi!

1.
The recommended way to define timeouts is to confiure your web.xml file with the following
entry: e.g. 10 minutes

10


In order to deal wit exceptions you should provide an ErrorModel within your application.
When an exception occurs, then is the ErrorModel invoked.

Bye
Thorsten