[akka-user] Akka http 1.0-M2, trouble getting a route to see my implicit jsonFormat

2015-01-28 Thread Tom Bray
I've created the actor below and when I attempt to run my app, I get the error "could not find implicit value for parameter um: akka.http.unmarshalling.FromRequestUnmarshaller" for the Person class despite the fact that I have defined an implicit formatter for it. When I had this same route and se

Re: [akka-user] Re: Example project: Coding an elevator state machine with Akka FSM

2014-07-30 Thread Tom Bray
mmits in GitHub. > > > On Wed, Jul 30, 2014 at 10:09 AM, 09goral > > wrote: > >> Thanks for that. I will definetly take a closer look. I've been looking >> for some nice example projects of FSM recently. >> >> W dniu środa, 30 lipca 2014 07:06:35

[akka-user] Example project: Coding an elevator state machine with Akka FSM

2014-07-29 Thread Tom Bray
Hi folks, I really fell in love with Akka when I discovered the Finite State Machine DSL and thought I'd share the love with an example project that demonstrates how to build an elevator state machine using TDD. Here's the project: https://github.com/tombray/akka-fsm-examples Here's the eleva