Tagged Questions
2
votes
0answers
126 views
Play 2.0 multiple Akka futures to modify same database record
I am using Play 2.0.4 Java. There are two apis, one is to remove member detail from a channel object and the other is to add. Both APIs are using Akka.future(). How can I avoid the ebean exception ...
2
votes
1answer
453 views
Play Framework, Ebean and Akka Promises
We are studying to use Play! Framework in a new project. We picked Play! because of it's productivity, Scala support and non-blocking architecture.
After stress testing the (Java) Computer-database ...
3
votes
0answers
268 views
Play 2.0 Attempting to obtain a connection from a pool that has already been shutdown
I have AKKA actors running in Play 2 application. There are a list of POJO objects retrieved from database and pass along in a message to actors. When an actor starts processing these objects, it will ...