Re: [akka-user] Problem Configuring ActorSystem

2016-09-01 Thread Patrik Nordwall
That feature with short names is not released yet. It's in the Artery branch. /Patrik tors 1 sep. 2016 kl. 10:42 skrev Konrad Malawski : > You can also just set the provider to "remote" (or "cluster"). > It's a bit simpler to not make a typo in those ;) > > On Thu, Sep 1,

Re: [akka-user] Problem Configuring ActorSystem

2016-09-01 Thread Konrad Malawski
You can also just set the provider to "remote" (or "cluster"). It's a bit simpler to not make a typo in those ;) On Thu, Sep 1, 2016 at 6:14 AM, Viktor Klang wrote: > there's a comma in the class name > > -- > Cheers, > √ > > On Sep 1, 2016 5:11 AM, "Joseph Mansigian"

Re: [akka-user] Problem Configuring ActorSystem

2016-08-31 Thread Viktor Klang
there's a comma in the class name -- Cheers, √ On Sep 1, 2016 5:11 AM, "Joseph Mansigian" wrote: > I am using Akka with Scala and want to configure an ActorSystem for remote > messaging ( but does not need to be remotely configurable ). The problem I > am having

[akka-user] Problem Configuring ActorSystem

2016-08-31 Thread Joseph Mansigian
I am using Akka with Scala and want to configure an ActorSystem for remote messaging ( but does not need to be remotely configurable ). The problem I am having is that I am getting a Class Not Found exception for akka,remote.RemoteActorRefProvider when I run the code. I've double checked all