i have a problem using Caucho Hessian. I get a lot of messages into catalina.out (tomcat) like this:
'Dec 20, 2012 8:33:08 PM com.caucho.hessian.io.SerializerFactory getDeserializer
WARNING: Hessian/Burlap: '...blehClass' is an unknown class in WebappClassLoader
delegate: false
repositories:
/WEB-INF/classes/
----------> Parent Classloader:
org.apache.catalina.loader.StandardClassLoader@f79f36b'
This is a problem because of the space in Gb of catalina... I need to take this log with slf4j (i will use an upd appender to send this log to other server)
Any help?
Thank you!