Re: [akka-user] Re: Using remote actor to process a message

2014-12-11 Thread Björn Antonsson
Hi, That class is not in that package in the current akka codebase. Which version of akka and Scala are you using? I would try to get started by using Activator and one of the activator templates for remoting: http://typesafe.com/activator/template/akka-sample-remote-scala

[akka-user] Re: Using remote actor to process a message

2014-12-09 Thread Krishna Kadam
I have tried the suggestion you have given to me but I am getting a ClassNotFound Exception for the class DeathWatch, I don't what's the reason? -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the

[akka-user] Re: Using remote actor to process a message

2014-12-09 Thread Krishna Kadam
Hi, I am posting the Exceptions I am getting, I made below changes in reference.conf file inside the akka context 1. provider = akka.remote.RemoteAcorRefProvider and 2. remote{ enabled-transports = [akka.remote.netty.tcp] netty.tcp { hostname = 127.0.0.1 port = 5 } }