Even though it appears like I'm talking to myself it appears that my previous method of doing things doesn't quite work, even after fixing the obvious bug so that it reads:
| _serviceCache = new PojoCache( _channel ) { | public void start() throws Exception { | | // START HACK: STOP JBOSSCACHE FROM BLOCKING FOREVER | this.disp = new RpcDispatcher( _channel, _serviceCache.getMessageListener(), _serviceCache, _serviceCache ); | this.disp.setMarshaller( getMarshaller() ); | // END HACK | | super.start(); | } | }; This does fix the problem in TreeCache and allows me to create my own RpcDispatcher that I can use for my own means but this RpcDispatcher still does not work, and produces a EOFException which causes the main thread to sit in a wait block (maybe because there's 2 RpcDispatchers, one for JBossCache and one for me?) I'd love some advise from the authors on how I should be dealing with this problem, but I'm not sure anybody is there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956205#3956205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956205 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user