Hi all,

I maked a little Application with standalone red5. In this i have:

public class Application ...
.
.
.

public String test() {
 return "test ok";
}

.
.
.
}

After when i compilled and restarted the red5 server in the client i will do
a call after connected, with:
nc.call("test", nc, null);

It doesn't have response (only a null) (nc.onResponse ...)
In the red5 log:

[ERROR] 415411 pool-3-thread-6:( ServiceInvoker.invoke ) Method test not
found in [EMAIL PROTECTED]


Please, help me.

Best regards,
  Peter Veres
_______________________________________________
Red5 mailing list
Red5@osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to