Hi all,
I'm beginner with Flex, but have quite a lot experience with .Net. We
have been testing to move some complicated UI to Flex using Fluorine
as the remoting host. Almost everything seems to be working fine, but
sending complex objects from Flex seems to have some serious issues.

We have value objects that contain nested lists, for example:

Project
+ Sections : List<ProjectSection> 

ProjectSection
+ Assets : List<Asset>

Asset
+ AvailableColors : List<Color>

These objects are received by Flex (all generic lists are converted to
ArrayCollections) just fine, but I am getting an error when trying to
send the object back to the host:

TypeError: Error #1034: Type Coercion failed: cannot convert
[EMAIL PROTECTED] to mx.messaging.messages.IMessage.

As a breakpoint inside Fluorine service will not trigger, I am
expecting that the problem happens inside Flex. Has anybody experience
with objects like this? We are using Cairngorm in Flex, could that be
an issue? Or do you think the problem would be with Fluorine (haven't
tested with WebOrb)?

Any ideas appreciated,
Miika

Reply via email to