[ 
http://issues.apache.org/jira/browse/BEEHIVE-541?page=comments#action_64066 ]
     
Kyle Marvin commented on BEEHIVE-541:
-------------------------------------

This test is somewhat confusing, because when you hit the above URL, the result 
is "PASS", but you do not see the debug output as James proposes.   Looking at 
the code, you'd expect the event handlers to be called for the test to pass... 
but because setting the 'eventReceived' flags is right by the debug output 
statements, it seems like either both should or shouldn't be happening.

So I commented out the code that sets the eventReceived flags to 'true', and 
the test still passes!   So clearly something is busted in the reporting 
aspects of this tests, but it also seems clear that the event handlers aren't 
being callled as expected.

I'm going to focus on the eventing issues, resolve this bug, but James needs to 
look at the results processing once I do this.

> controls event: could not receive event on .jpf with eventhandler
> -----------------------------------------------------------------
>
>          Key: BEEHIVE-541
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-541
>      Project: Beehive
>         Type: Bug
>   Components: Controls
>     Versions: V1
>     Reporter: James Song
>     Assignee: Kyle Marvin
>      Fix For: V1

>
> Description: could not receive the events raised by the control on pageflow 
> with eventhandler.
> Repro:
> 1. svn update to r162106;
> 2. deploy controlsWeb;
> 3. invoke the following 
> url:http://localhost:8080/controlsWeb/event/eventhandler/begin.do
> What is expected from server output:
> "***************************************"
> " On Controller.jpf:event1 received!"
> "***************************************"
> "***************************************************"
> " On Controller.jpf: event2 receive!"
> "***************************************************"

-- 
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

Reply via email to