Hi to all, I'm trying to compile a Flex Library that containt classes tagged [RemoteClass(alias="com.alligra.project.java.business.data.UserVo")].
Actually my Library Classes acced correctly to Java services (i used -services compiler option) but java service that should returns a UserVo return an ObjectProxy due to the fact it doesn't know my actionscript ValueObject. I tried to add registerClassAlias but nothing change Do you have any idea ? Thanks in advanced Eric

