Hi,

Is there any Solution for converting Flash Arrays to Java-Sets?

there is a promlem with type conversion, and the AMF implementation in Red5.
I try to map a POJO with a Flash-ValueObject.
The Java Class has a Set property 
private Set<Item> items = new HashSet<Item>()

This property is in Flash represented by an Array.
When I try to send back this Class, AMF interprets it as an ArrayList and an
Expection occures in the commons BeanUtils. The AMF implementation is not
able to convert Arrays to Set´s...

Please Help, because I am not able to change the Java-Property-Types to
ArrayList oder another List Implementation.  

Kind Regards, 

Hassan Beigi


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to