Advertisement
pellekrogholt

Untitled

Jul 29th, 2013
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [myplayapp] $ compile
  2. compile
  3. [info] Compiling 1 Scala source to /Users/pelle/dev/myplayapp/target/scala-2.10/classes...
  4. [error] /Users/pelle/dev/myplayapp/app/controllers/Application.scala:177: Cannot write an instance of scala.collection.mutable.Map[String,scala.collection.mutable.Seq[String]] to HTTP response. Try to define a Writeable[scala.collection.mutable.Map[String,scala.collection.mutable.Seq[String]]]
  5. [error] WS.url(url).post(data);
  6. [error] ^
  7. [error] one error found
  8. [error] (compile:compile) Compilation failed
  9. [error] Total time: 1 s, completed Jul 29, 2013 3:11:24 PM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement