BlackLabs / play-morphia

Provide mongodb access service to play.db.Model via Morphia
Apache License 2.0
130 stars 49 forks source link

Play and Play-morphia module compatibility #119

Open deepbluu opened 10 years ago

deepbluu commented 10 years ago

What I did is to use the dependencies file on this page with Play 1.2.7: https://gist.github.com/greenlaw110/2868365

When I run "play dependencies" I get this error:


WARNING: These dependencies are missing, your application may not work properly (use --verbose for details),

  org.javassist->javassist 3.9.0.GA

When I start the app I get IllegalStateException from browser. Green mentioned something that the javassist version is not compatible with Play's.