Thank you very much for your response, Jhonny.

I tried to remove the [Managed] annotation without any effect. I also
tried another approach: I decompiled the actual Java class file and
rewrote the ActionScript looking at its getter methods, to make sure I
was perfectly matching the property names, with no luck. All
properties belongs to simple data types, such as String, Long (mapped
to Number vars) and Timestamp (mapped to Date vars). The only
exception is the "immagine" property, which is a byte[].. it is
correct to map it to a flash.utils.ByteArray property? I also tried to
mark it as [Transient] and to leave it out completely, still no luck.

I feel like configuring my ecplise projects to use a red5 installation
each time I need to see what's going on behind the scenes with
remoting is a little intrusive.. really there isn't a simpler way?
I'll keep it as a last resort, but I'd like to find an alternative
solution.. anyway, thank you!

Cosma

Reply via email to