[ http://issues.apache.org/jira/browse/BEEHIVE-776?page=all ]
Julie Zhuo closed BEEHIVE-776:
------------------------------
Verified at rev239468. The EventReporter BVt test covers this issue. It
reported the following record status after throwing a exception,
exceptionRaised: Throwable=java.lang.IllegalStateException: intentional
exception,
ActionMapping=ActionConfig[path=/throwException,name=myForm,parameter=pageFlowCore.eventReporter.Controller,scope=request,type=org.apache.beehive.netui.pageflow.internal.FlowControllerAction,
ActionForm=[AnyBeanActionForm wrapper for
pageFlowCore.eventReporter.Controller$MyForm],
FlowController=pageFlowCore.eventReporter.Controller,
Request={/coreWeb/pageFlowCore/eventReporter/throwException.do},
Response={response}
exceptionHandled: Throwable=java.lang.IllegalStateException: intentional
exception,
ActionMapping=ActionConfig[path=/throwException,name=myForm,parameter=pageFlowCore.eventReporter.Controller,scope=request,type=org.apache.beehive.netui.pageflow.internal.FlowControllerAction,
ActionForm=[AnyBeanActionForm wrapper for
pageFlowCore.eventReporter.Controller$MyForm],
FlowController=pageFlowCore.eventReporter.Controller,
Request={/coreWeb/pageFlowCore/eventReporter/throwException.do},
Response={response},
ActionForward=ForwardConfig[name=null,path=/index.jsp,redirect=false,contextRelative=false,module=null],
TimeTakenMillis=XXX
> exception-handled event not raised for locally defined handler
> --------------------------------------------------------------
>
> Key: BEEHIVE-776
> URL: http://issues.apache.org/jira/browse/BEEHIVE-776
> Project: Beehive
> Type: Bug
> Components: NetUI
> Versions: v1m1
> Environment: windows-XP
> Reporter: David Read
> Assignee: Julie Zhuo
> Fix For: V1
>
> I've haven't been able to see the exception-handled event raised by the
> DefaultPageFlowEventReporter. I do see the exception-raised event, and I see
> the handler run in the PageFlow. When I step through in the debugger, I
> think I see a spot where we return from
> DefaultExceptionsHandler.handleException() method without calling
> exceptionHandled(). See <DR> below.
> ...
> if ( exceptionConfig instanceof PageFlowExceptionConfig )
> {
> PageFlowExceptionConfig pfExceptionConfig = ( PageFlowExceptionConfig )
> exceptionConfig;
>
> if ( pfExceptionConfig.isHandlerMethod() )
> {
> // <DR> We return here without calling the event reporter
> return invokeExceptionHandlerMethod( context, ex, pfExceptionConfig,
> form, actionMapping );
> }
> }
>
> ActionForward ret =
> invokeExceptionHandlerClass( context, ex, exceptionConfig, actionMapping,
> form );
> // Callback to the event reporter.
> long timeTaken = System.currentTimeMillis() - startTime;
> _eventReporter.exceptionHandled( ex, actionMapping, form, flowController,
> request, response, ret, timeTaken );
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira