Hi,
I have been using red5 for a couple of months now, and one thing that
keeps on bothering me is that I get this warning printed to the log
every time anyone makes a request:
[ERROR] 1014102 pool-3-thread-13:(
org.red5.server.service.ServiceInvoker.invoke ) Method XXX not found
in [EMAIL PROTECTED]
The class above (uk.co.dubit.my.ApplicationAdapter) extends
org.red5.server.adapter.ApplicationAdapter, and is declared in my
application's red5-web.xml file, like this:
....
<bean id="web.scope" class="org.red5.server.WebScope"
init-method="register">
<property name="server" ref="red5.server" />
<property name="parent" ref="global.scope" />
<property name="context" ref="web.context" />
<property name="handler" ref="rtmp.handler" />
<property name="contextPath" value="${webapp.contextPath}" />
<property name="virtualHosts" value="${webapp.virtualHosts}" />
</bean>
<bean id="rtmp.handler"
class="uk.co.dubit.my.ApplicationAdapter"
singleton="true">
</bean>
....
Does anyone know how I can get rid of this error?
Tom
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org