Re: JavaSpaces throws java.net.ConnectException: Connection refused exception

2011-02-17 Thread mikenikles
Hi Ashwin, Thanks for your input. The way you described it, without port number, is also how it's explained on the JavaSpaces component website. I should have mentioned that in my first posting, but I tried that already and it didn't work, that's when I figured adding the port number might help -

Re: JavaSpaces throws java.net.ConnectException: Connection refused exception

2011-02-16 Thread Ashwin Karpe
Hi, Based on what I see in the component code (not an expert in Javaspaces, I'm afraid :)), it looks like the producer & consumer do not require a port, only the host. So the URI needs to be ... .to("javaspace:jini://localhost?spaceName=mySpace"); ... Hope this helps... Cheers, Ashwin...