Re: [akka-user] Cant send and receive other messages than Strings between AKKA actors

2014-04-29 Thread Matthias Heininger
d an unknown message!")*/)) } def handleError(e:Error) = { log.error(e.message) sender ! BadRequest(Json.obj("status" ->"Error")) } } On Tuesday, April 29, 2014 8:11:26 PM UTC+2, drewhk wrote: > > Hi Matthias, > > > On Tue, Apr 29,

[akka-user] Cant send and receive other messages than Strings between AKKA actors

2014-04-29 Thread Matthias Heininger
If try to run my application which uses akka it shows me the following error: play.api.i18n.Messages$MessagesParser$$anon$1: Configuration error[`=' expected but ` ' found] at play.api.i18n.Messages$MessagesParser.parse(Messages.scala:219) ~[play_2.10-2.2.1.jar:2.2.1] at play.a