Re: [flexcoders] Debugging RemoteClass serialization

2007-12-17 Thread Jhonny Everson
Hi, For debugging your class you can: 1 - Import red5_server project located in red5 install dir using eclipse 2 - Edit the red5_server project to remove some missing paths and include your project as required so it can find your code when running 3 - Stop any running red5 service 4 - Start red5

[flexcoders] Debugging RemoteClass serialization

2007-12-17 Thread Cosma
Hi, I have an ActionScript class mapped to a remote Java class using the [RemoteClass(alias="...")] syntax, and a Java object accessed via a RemoteObject component that returns objects of that kind. For some reason, this object doesn't get converted to its strongly typed ActionScript class (all o