fixed bug with using ThreadBasedDispatcher + added tests for dispatchers

This commit is contained in:
jboner 2009-10-14 12:59:05 +02:00
parent 2c517f2731
commit 61d0b4418e
21 changed files with 303 additions and 101 deletions

View file

@ -9,6 +9,7 @@ import se.scalablesolutions.akka.actor.{SupervisorFactory, Actor}
import se.scalablesolutions.akka.config.ScalaConfig._
import se.scalablesolutions.akka.util.Logging
import java.lang.Integer
import javax.ws.rs.core.MultivaluedMap
import javax.ws.rs.{GET, POST, Path, QueryParam, Produces, WebApplicationException, Consumes}