I want to map a Spring AOP proxy to an Actionscript object in Flex. The mapping works when I use a POJO as the RemoteClass, but when I substitute the class for an interface, I get an error when Flex tries to map the object. Is there another step that I am missing in order to map my Spring proxy.
Thanks, Joanne

