You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.
We're using activator-1.2.8, which includes play 2.3.2 and scala 2.11
When I added play-salat, I get the following exception upon the first call that uses Mongo:
Caused by: play.api.PlayException: SalatPlugin is not registered.[You need to register the plugin with "500:se.radley.plugin.salat.SalatPlugin" in conf/play.plugins]
at se.radley.plugin.salat.package$$anonfun$mongoCollection$2.apply(package.scala:17) ~[play-plugins-salat_2.11-1.5.0.jar:1.5.0]
at se.radley.plugin.salat.package$$anonfun$mongoCollection$2.apply(package.scala:17) ~[play-plugins-salat_2.11-1.5.0.jar:1.5.0]
at scala.Option.getOrElse(Option.scala:120) [scala-library-2.11.2.jar:na]
at se.radley.plugin.salat.package$.mongoCollection(package.scala:17) ~[play-plugins-salat_2.11-1.5.0.jar:1.5.0]
at models.Application$.collection(Application.scala:27) ~[classes/:na]
However, I already have a conf/play.plugins with that line in it.
How do I get this to work?
The text was updated successfully, but these errors were encountered:
We're using activator-1.2.8, which includes play 2.3.2 and scala 2.11
When I added play-salat, I get the following exception upon the first call that uses Mongo:
However, I already have a conf/play.plugins with that line in it.
How do I get this to work?
The text was updated successfully, but these errors were encountered: