You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Luiz Gustavo Stábile de Souza (JIRA)" <ji...@apache.org> on 2011/02/07 11:51:30 UTC

[jira] Created: (PIVOT-702) Calendar component error

Calendar component error
------------------------

                 Key: PIVOT-702
                 URL: https://issues.apache.org/jira/browse/PIVOT-702
             Project: Pivot
          Issue Type: Bug
          Components: wtk
    Affects Versions: 2.0
         Environment: java version: JDK 1.6.0_20 64bits
App locale: pt_BR
            Reporter: Luiz Gustavo Stábile de Souza
             Fix For: 2.0.1


I'm getting a very strange behavior with Calendar component, that can be reproduced in "kitchen Sink" demo too.
My application is configured with pt_BR locale, and  when I try to select some days in May, calendar automatically changes to april, and when I select 1st May 2011 I get an IndexOutOfBoundsException (see exception bellow).
In "kitchen Sink", when a Calendar configured with US or CA locale is used, everything's ok, but when another locale based in another country (no metter the language) is used, the error can be reproduced, ex: 

es_US, fr_CA - ok
es_ES, fr_FR - error

java.lang.IndexOutOfBoundsException: index -1 out of bounds.
    at org.apache.pivot.collections.ArrayList.verifyIndexBounds(ArrayList.java:577)
    at org.apache.pivot.collections.ArrayList.get(ArrayList.java:346)
    at org.apache.pivot.wtk.TablePane$Row.get(TablePane.java:263)
    at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin.updateSelection(TerraCalendarSkin.java:706)
    at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin.selectedDateChanged(TerraCalendarSkin.java:963)
    at org.apache.pivot.wtk.Calendar$CalendarSelectionListenerList.selectedDateChanged(Calendar.java:90)
    at org.apache.pivot.wtk.Calendar.setSelectedDate(Calendar.java:212)
    at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$4.selectionChanged(TerraCalendarSkin.java:506)
    at org.apache.pivot.wtk.ButtonGroup$ButtonGroupListenerList.selectionChanged(ButtonGroup.java:46)
    at org.apache.pivot.wtk.ButtonGroup.setSelection(ButtonGroup.java:128)
    at org.apache.pivot.wtk.Button.setState(Button.java:469)
    at org.apache.pivot.wtk.Button.setSelected(Button.java:432)
    at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$DateButton.press(TerraCalendarSkin.java:77)
    at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$DateButtonSkin.mouseClick(TerraCalendarSkin.java:219)
    at org.apache.pivot.wtk.Component$ComponentMouseButtonListenerList.mouseClick(Component.java:483)
    at org.apache.pivot.wtk.Component.mouseClick(Component.java:2777)
    at org.apache.pivot.wtk.Container.mouseUp(Container.java:774)
    at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
    at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
    at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
    at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
    at org.apache.pivot.wtk.ApplicationContext$DisplayHost.processMouseEvent(ApplicationContext.java:914)
    at java.awt.Component.processEvent(Unknown Source)
    at org.apache.pivot.wtk.ApplicationContext$DisplayHost.processEvent(ApplicationContext.java:709)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (PIVOT-702) Calendar component error

Posted by "Jérôme Serré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIVOT-702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033785#comment-13033785 ] 

Jérôme Serré commented on PIVOT-702:
------------------------------------

Today we can see it the error on tutorial : http://pivot.apache.org/tutorials/calendars.html

> Calendar component error
> ------------------------
>
>                 Key: PIVOT-702
>                 URL: https://issues.apache.org/jira/browse/PIVOT-702
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>    Affects Versions: 2.0
>         Environment: java version: JDK 1.6.0_20 64bits
> App locale: pt_BR
>            Reporter: Luiz Gustavo Stábile de Souza
>            Assignee: Greg Brown
>             Fix For: 2.0.1
>
>
> I'm getting a very strange behavior with Calendar component, that can be reproduced in "kitchen Sink" demo too.
> My application is configured with pt_BR locale, and  when I try to select some days in May, calendar automatically changes to april, and when I select 1st May 2011 I get an IndexOutOfBoundsException (see exception bellow).
> In "kitchen Sink", when a Calendar configured with US or CA locale is used, everything's ok, but when another locale based in another country (no metter the language) is used, the error can be reproduced, ex: 
> es_US, fr_CA - ok
> es_ES, fr_FR - error
> java.lang.IndexOutOfBoundsException: index -1 out of bounds.
>     at org.apache.pivot.collections.ArrayList.verifyIndexBounds(ArrayList.java:577)
>     at org.apache.pivot.collections.ArrayList.get(ArrayList.java:346)
>     at org.apache.pivot.wtk.TablePane$Row.get(TablePane.java:263)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin.updateSelection(TerraCalendarSkin.java:706)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin.selectedDateChanged(TerraCalendarSkin.java:963)
>     at org.apache.pivot.wtk.Calendar$CalendarSelectionListenerList.selectedDateChanged(Calendar.java:90)
>     at org.apache.pivot.wtk.Calendar.setSelectedDate(Calendar.java:212)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$4.selectionChanged(TerraCalendarSkin.java:506)
>     at org.apache.pivot.wtk.ButtonGroup$ButtonGroupListenerList.selectionChanged(ButtonGroup.java:46)
>     at org.apache.pivot.wtk.ButtonGroup.setSelection(ButtonGroup.java:128)
>     at org.apache.pivot.wtk.Button.setState(Button.java:469)
>     at org.apache.pivot.wtk.Button.setSelected(Button.java:432)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$DateButton.press(TerraCalendarSkin.java:77)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$DateButtonSkin.mouseClick(TerraCalendarSkin.java:219)
>     at org.apache.pivot.wtk.Component$ComponentMouseButtonListenerList.mouseClick(Component.java:483)
>     at org.apache.pivot.wtk.Component.mouseClick(Component.java:2777)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:774)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.ApplicationContext$DisplayHost.processMouseEvent(ApplicationContext.java:914)
>     at java.awt.Component.processEvent(Unknown Source)
>     at org.apache.pivot.wtk.ApplicationContext$DisplayHost.processEvent(ApplicationContext.java:709)
>     at java.awt.Component.dispatchEventImpl(Unknown Source)
>     at java.awt.Component.dispatchEvent(Unknown Source)
>     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
>     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
>     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
>     at java.awt.Container.dispatchEventImpl(Unknown Source)
>     at java.awt.Window.dispatchEventImpl(Unknown Source)
>     at java.awt.Component.dispatchEvent(Unknown Source)
>     at java.awt.EventQueue.dispatchEvent(Unknown Source)
>     at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>     at java.awt.EventDispatchThread.run(Unknown Source)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (PIVOT-702) Calendar component error

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown resolved PIVOT-702.
------------------------------

    Resolution: Fixed
      Assignee: Greg Brown

> Calendar component error
> ------------------------
>
>                 Key: PIVOT-702
>                 URL: https://issues.apache.org/jira/browse/PIVOT-702
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>    Affects Versions: 2.0
>         Environment: java version: JDK 1.6.0_20 64bits
> App locale: pt_BR
>            Reporter: Luiz Gustavo Stábile de Souza
>            Assignee: Greg Brown
>             Fix For: 2.0.1
>
>
> I'm getting a very strange behavior with Calendar component, that can be reproduced in "kitchen Sink" demo too.
> My application is configured with pt_BR locale, and  when I try to select some days in May, calendar automatically changes to april, and when I select 1st May 2011 I get an IndexOutOfBoundsException (see exception bellow).
> In "kitchen Sink", when a Calendar configured with US or CA locale is used, everything's ok, but when another locale based in another country (no metter the language) is used, the error can be reproduced, ex: 
> es_US, fr_CA - ok
> es_ES, fr_FR - error
> java.lang.IndexOutOfBoundsException: index -1 out of bounds.
>     at org.apache.pivot.collections.ArrayList.verifyIndexBounds(ArrayList.java:577)
>     at org.apache.pivot.collections.ArrayList.get(ArrayList.java:346)
>     at org.apache.pivot.wtk.TablePane$Row.get(TablePane.java:263)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin.updateSelection(TerraCalendarSkin.java:706)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin.selectedDateChanged(TerraCalendarSkin.java:963)
>     at org.apache.pivot.wtk.Calendar$CalendarSelectionListenerList.selectedDateChanged(Calendar.java:90)
>     at org.apache.pivot.wtk.Calendar.setSelectedDate(Calendar.java:212)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$4.selectionChanged(TerraCalendarSkin.java:506)
>     at org.apache.pivot.wtk.ButtonGroup$ButtonGroupListenerList.selectionChanged(ButtonGroup.java:46)
>     at org.apache.pivot.wtk.ButtonGroup.setSelection(ButtonGroup.java:128)
>     at org.apache.pivot.wtk.Button.setState(Button.java:469)
>     at org.apache.pivot.wtk.Button.setSelected(Button.java:432)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$DateButton.press(TerraCalendarSkin.java:77)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$DateButtonSkin.mouseClick(TerraCalendarSkin.java:219)
>     at org.apache.pivot.wtk.Component$ComponentMouseButtonListenerList.mouseClick(Component.java:483)
>     at org.apache.pivot.wtk.Component.mouseClick(Component.java:2777)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:774)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.ApplicationContext$DisplayHost.processMouseEvent(ApplicationContext.java:914)
>     at java.awt.Component.processEvent(Unknown Source)
>     at org.apache.pivot.wtk.ApplicationContext$DisplayHost.processEvent(ApplicationContext.java:709)
>     at java.awt.Component.dispatchEventImpl(Unknown Source)
>     at java.awt.Component.dispatchEvent(Unknown Source)
>     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
>     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
>     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
>     at java.awt.Container.dispatchEventImpl(Unknown Source)
>     at java.awt.Window.dispatchEventImpl(Unknown Source)
>     at java.awt.Component.dispatchEvent(Unknown Source)
>     at java.awt.EventQueue.dispatchEvent(Unknown Source)
>     at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>     at java.awt.EventDispatchThread.run(Unknown Source)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Issue Comment Edited] (PIVOT-702) Calendar component error

Posted by "Jérôme Serré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIVOT-702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033785#comment-13033785 ] 

Jérôme Serré edited comment on PIVOT-702 at 5/15/11 4:52 PM:
-------------------------------------------------------------

Today we can see it on tutorial : http://pivot.apache.org/tutorials/calendars.html

      was (Author: thanaos):
    Today we can see it the error on tutorial : http://pivot.apache.org/tutorials/calendars.html
  
> Calendar component error
> ------------------------
>
>                 Key: PIVOT-702
>                 URL: https://issues.apache.org/jira/browse/PIVOT-702
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>    Affects Versions: 2.0
>         Environment: java version: JDK 1.6.0_20 64bits
> App locale: pt_BR
>            Reporter: Luiz Gustavo Stábile de Souza
>            Assignee: Greg Brown
>             Fix For: 2.0.1
>
>
> I'm getting a very strange behavior with Calendar component, that can be reproduced in "kitchen Sink" demo too.
> My application is configured with pt_BR locale, and  when I try to select some days in May, calendar automatically changes to april, and when I select 1st May 2011 I get an IndexOutOfBoundsException (see exception bellow).
> In "kitchen Sink", when a Calendar configured with US or CA locale is used, everything's ok, but when another locale based in another country (no metter the language) is used, the error can be reproduced, ex: 
> es_US, fr_CA - ok
> es_ES, fr_FR - error
> java.lang.IndexOutOfBoundsException: index -1 out of bounds.
>     at org.apache.pivot.collections.ArrayList.verifyIndexBounds(ArrayList.java:577)
>     at org.apache.pivot.collections.ArrayList.get(ArrayList.java:346)
>     at org.apache.pivot.wtk.TablePane$Row.get(TablePane.java:263)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin.updateSelection(TerraCalendarSkin.java:706)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin.selectedDateChanged(TerraCalendarSkin.java:963)
>     at org.apache.pivot.wtk.Calendar$CalendarSelectionListenerList.selectedDateChanged(Calendar.java:90)
>     at org.apache.pivot.wtk.Calendar.setSelectedDate(Calendar.java:212)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$4.selectionChanged(TerraCalendarSkin.java:506)
>     at org.apache.pivot.wtk.ButtonGroup$ButtonGroupListenerList.selectionChanged(ButtonGroup.java:46)
>     at org.apache.pivot.wtk.ButtonGroup.setSelection(ButtonGroup.java:128)
>     at org.apache.pivot.wtk.Button.setState(Button.java:469)
>     at org.apache.pivot.wtk.Button.setSelected(Button.java:432)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$DateButton.press(TerraCalendarSkin.java:77)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$DateButtonSkin.mouseClick(TerraCalendarSkin.java:219)
>     at org.apache.pivot.wtk.Component$ComponentMouseButtonListenerList.mouseClick(Component.java:483)
>     at org.apache.pivot.wtk.Component.mouseClick(Component.java:2777)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:774)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.ApplicationContext$DisplayHost.processMouseEvent(ApplicationContext.java:914)
>     at java.awt.Component.processEvent(Unknown Source)
>     at org.apache.pivot.wtk.ApplicationContext$DisplayHost.processEvent(ApplicationContext.java:709)
>     at java.awt.Component.dispatchEventImpl(Unknown Source)
>     at java.awt.Component.dispatchEvent(Unknown Source)
>     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
>     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
>     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
>     at java.awt.Container.dispatchEventImpl(Unknown Source)
>     at java.awt.Window.dispatchEventImpl(Unknown Source)
>     at java.awt.Component.dispatchEvent(Unknown Source)
>     at java.awt.EventQueue.dispatchEvent(Unknown Source)
>     at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>     at java.awt.EventDispatchThread.run(Unknown Source)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (PIVOT-702) Calendar component error

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIVOT-702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033987#comment-13033987 ] 

Greg Brown commented on PIVOT-702:
----------------------------------

This issue has been resolved for Pivot 2.0.1, which has not yet been released.


> Calendar component error
> ------------------------
>
>                 Key: PIVOT-702
>                 URL: https://issues.apache.org/jira/browse/PIVOT-702
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>    Affects Versions: 2.0
>         Environment: java version: JDK 1.6.0_20 64bits
> App locale: pt_BR
>            Reporter: Luiz Gustavo Stábile de Souza
>            Assignee: Greg Brown
>             Fix For: 2.0.1
>
>
> I'm getting a very strange behavior with Calendar component, that can be reproduced in "kitchen Sink" demo too.
> My application is configured with pt_BR locale, and  when I try to select some days in May, calendar automatically changes to april, and when I select 1st May 2011 I get an IndexOutOfBoundsException (see exception bellow).
> In "kitchen Sink", when a Calendar configured with US or CA locale is used, everything's ok, but when another locale based in another country (no metter the language) is used, the error can be reproduced, ex: 
> es_US, fr_CA - ok
> es_ES, fr_FR - error
> java.lang.IndexOutOfBoundsException: index -1 out of bounds.
>     at org.apache.pivot.collections.ArrayList.verifyIndexBounds(ArrayList.java:577)
>     at org.apache.pivot.collections.ArrayList.get(ArrayList.java:346)
>     at org.apache.pivot.wtk.TablePane$Row.get(TablePane.java:263)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin.updateSelection(TerraCalendarSkin.java:706)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin.selectedDateChanged(TerraCalendarSkin.java:963)
>     at org.apache.pivot.wtk.Calendar$CalendarSelectionListenerList.selectedDateChanged(Calendar.java:90)
>     at org.apache.pivot.wtk.Calendar.setSelectedDate(Calendar.java:212)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$4.selectionChanged(TerraCalendarSkin.java:506)
>     at org.apache.pivot.wtk.ButtonGroup$ButtonGroupListenerList.selectionChanged(ButtonGroup.java:46)
>     at org.apache.pivot.wtk.ButtonGroup.setSelection(ButtonGroup.java:128)
>     at org.apache.pivot.wtk.Button.setState(Button.java:469)
>     at org.apache.pivot.wtk.Button.setSelected(Button.java:432)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$DateButton.press(TerraCalendarSkin.java:77)
>     at org.apache.pivot.wtk.skin.terra.TerraCalendarSkin$DateButtonSkin.mouseClick(TerraCalendarSkin.java:219)
>     at org.apache.pivot.wtk.Component$ComponentMouseButtonListenerList.mouseClick(Component.java:483)
>     at org.apache.pivot.wtk.Component.mouseClick(Component.java:2777)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:774)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.Container.mouseUp(Container.java:759)
>     at org.apache.pivot.wtk.ApplicationContext$DisplayHost.processMouseEvent(ApplicationContext.java:914)
>     at java.awt.Component.processEvent(Unknown Source)
>     at org.apache.pivot.wtk.ApplicationContext$DisplayHost.processEvent(ApplicationContext.java:709)
>     at java.awt.Component.dispatchEventImpl(Unknown Source)
>     at java.awt.Component.dispatchEvent(Unknown Source)
>     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
>     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
>     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
>     at java.awt.Container.dispatchEventImpl(Unknown Source)
>     at java.awt.Window.dispatchEventImpl(Unknown Source)
>     at java.awt.Component.dispatchEvent(Unknown Source)
>     at java.awt.EventQueue.dispatchEvent(Unknown Source)
>     at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>     at java.awt.EventDispatchThread.run(Unknown Source)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira