This is console output when DataServices prints when the update has been
sent to the client.

Group is an object containing an ArrayCollection (users) which is the
Array that I have the CollectionEvent tied to.

The users array below is the data that I would expect to see in the
DataGrid.

--

No item in cache with uid: project.hibernate#:#927
After mergeMessage:project.hibernate
     num items in cache: 0
     num managed lists (associations, items, fills): 16
     num weak reference items: 0
     num weak reference uids:  0
'my-rtmp' channel got message
(mx.data.messages.DataMessage)
   messageId = 'srv:57963A56-A40C-48CE-FB12-4E7C885C4535:50'
   operation = update
   destination = group.hibernate
   identity = {
     id = 1433
   }
   body = [null, null,
     com.ngc.ics.vo::Group {
       groupDomain = null
       id = 1433
       label = "Program-1112-STAFF"
       users = null
     }
   ]
   headers = {
     newReferencedIds = {
       groupDomain = {
         id = 500
       }
       users = [
         {
           id = 2734
         },
         {
           id = 889
         },
         {
           id = 1317
         },
         {
           id = 2352
         },
         {
           id = 5653
         }
       ]
     }
   }

Reply via email to