[JBoss-user] [JBossCache] - Re: Remoting On Existing POJO Channel

2006-07-07 Thread Shorrockin
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 { |

[JBoss-user] [JBossCache] - Re: Remoting On Existing POJO Channel

2006-07-06 Thread Shorrockin
For all who care I finally figured out a way to get this to work (which also may point out a bug inside TreeCache). First thing you have to do is create your JChannel before you create your PojoCache. My earlier attempts (in my first message) extended the PojoCache to expose the JChannel throug

[JBoss-user] [JBossCache] - Remoting On Existing POJO Channel

2006-07-05 Thread Shorrockin
I'm currently developing a standalone APP that needs a mechanism by which remote methods can be executed on individual servers in the cluster. My initial attempt at this was to use the JGroups RpcDispatcher, but when I used this class starting up other clusters in the node resulted in an except