When a method invoked by OpenAMF takes an abstract
class as parameter, or a class that cannot be
instantiated (protected constructor for example), an
error occurs before the method is invoked. This happens
although the actual parameter is a concrete subclass of
the parameter type.
A possible fix is to modify the method
decodeParameter() of org.openamf.util.OpenAMFUtils:
public static...
2006-11-02 10:46:28 UTC in OpenAMF - Java Flash Remoting