-
I see from commit comments that you know the problem with getCachedLastError--it returns null when it shouldn't for "unsafe" WriteConcerns. That's a problem lower in the stack...argh. Ok, so let's a…
-
How can I create the implicit json read for List collection which might be missing in the input json?
``` scala
case class LIProfile(
id: ObjectId = new ObjectId,
positions: List[Position] = Nil
…
-
I am using salat-core_2.10 1.9.2-SNAPSHOT in maven scala project and @Key annotation does not override field name as expected, but the same code works with sbt project.
``` scala
import com.novus.sal…
-
It would be nice to have an example that uses the 1.2-SNAPSHOT for Play 2.1.x and Scala 2.10, could not make it work myself. (managed to compile everything, but I get this weird error: [Exception: cla…
-
My project depends on an aggregator pom for Casbah (https://github.com/novus/salat/blob/master/project/SalatBuild.scala).
```
"org.mongodb" %% "casbah" % "2.4.0"
```
When I publish Maven style, the …
-
Travis now stable builds Scala with sbt on JDK7 stacks (https://github.com/travis-ci/travis-ci/issues/850 fixed by #131). But there are still some memory allocation problems when executing the same bu…
-
Where is it? I'm looking here:
https://oss.sonatype.org/content/repositories/snapshots/com/novus/
And all I see is core and util. Isn't it just a matter of adding a POM file?
I was linking to core …
chasm updated
11 years ago
-
Between ModelCompanions and SalatDAOs, Salat does a great job of facilitating a development style where API consumers do not need to write much (if any) code to perform CRUD operations with Mongo.
I …
-
When the application loads, these are the lines displayed on the MS-DOS prompt:
[localhost]
[info] play - Application started (Dev)
[error] MongoDBSystem - The entire node set is unreachable, is ther…
-
We're trying to run a build using OpenJDK 6. It was working fine up until a couple days ago, when we started getting Java "Out of memory" errors when building.
Here's the error:
https://travis-ci.org…