Hi, I've successfully been able to get some basic remoting
with red5
going which is great.
I'm now trying this in flex through netconnection and
getting some odd
issues:
[ERROR] 120704 http-8084-Processor23:(
org.red5.server.service.ServiceInvoker.invoke ) Method
callService not
found in org.classes.red5.Red5ServiceAdapter 15ad7f4
I get this whenever I try and call a method called
"callService".
The method exists in the class I assure you.... any ideas
why the
invoker would not be able to see this method?
It's defined like:
public Object callService( String aServiceType, Object
aParameters ) {
return null;
}
It compiles just fine.
_______________________________________________
Red5 mailing list
Red5 osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org
|