Has anyone ever come across this?

I have a custom assembler that builds a thread.event for a 'refreshFill' ...
and when it is executed, the console returns:

10/17 14:15:55 Error [cfthread-1] -
LDS_EVENT_0CAA11BD-A393-3033-D256D53E60A11C73: Error: refreshfill
parameter class
flex.messaging.io.amf.ASObject is not List or Array Ensure that the event
structure contains the necessary entries.

Here is what i'm passing in:

            local.signature = arrayNew(1);
            local.signature[1] = arguments.masterDomainCode;
            local.signature[2] = arguments.masterInstanceName;
            local.signature[3] = "";
            local.signature[4] = "";
            local.signature[5] = javaCast("int", arguments.instanceUserID);
            createLcdsEvent( "post", "refresh", local.signature);

and this is createLcdsEvent():

                        // Refresh a signature
                        thread.event = {};
                        thread.event.action = "refreshFill";
                        thread.event.destination = attributes.destination;
                        thread.event.fillparameters = attributes.args;
                        thread.event.result = sendGatewayMessage("boards",
thread.event);

any help is greatly appreciated!


-- 
Jim Rising
Serial Entrepreneur
Cold Fusion Developer

"Concentration is the key to profits. Greater profits require that you
concentrate your efforts on the smallest number of activities that will
produce the largest amount of revenue." -Peter Drucker


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314076
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to