Changes between Initial Version and Version 5 of Ticket #355

Show
Ignore:
Timestamp:
01/31/10 22:34:55 (16 years ago)
Author:
cfgrok
Comment:

Fixed in revision 256

Added capability to define event-handlers as extensible, and set internal modelglue.onRequestStart, modelglue.onQueueComplete and modelglue.onRequestEnd event-handlers to be extensible in order to correct compatibility issue with Model-Glue 2 (Unity)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #355

    • Property status changed from new to closed
    • Property summary changed from MG2 feature been broken in MG3 to Defining handler for predefined event overwrites builtin handler
    • Property keywords unity-compatibility added
    • Property milestone changed from to 3.1.x-next-patch
    • Property owner set to cfgrok
    • Property resolution changed from to fixed
  • Ticket #355 – description

    initial v5  
    1 The ModelGlue.xml reference contains the following under the <event-handler> entry: 
     1The !ModelGlue.xml reference contains the following under the <event-handler> entry: 
    22 
    33If an <event-handler> is added whose NAME attribute is in use by another event-handler, it will overwrite the previous event-handler, except in the case of the predefined modelglue.onRequestStart, modelglue.onQueueComplete, and modelglue.onRequestEnd event-handlers. In this case, any messages, views, or results defined will be added to the predefined event handlers.