activate
activate copied to clipboard
Abandoned: Pluggable persistence in Scala
After loading of object from DB all `@transient val` fields are null. `lazy val` fields throw `java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.lang.Byte` on access. I think it has something...
I didn't find it in the documentation :(
Hi, I;m receiving an error and it;s not clear for me because I think than my code is pretty similar to the sample provider in the documentation this is the...
Hi there, I add support for aws redshift, this work for me. Redshift uses Postgresql rdms with modifications, where not exists indexes and constraints :+1:
If there is no IdGenerator for a EntityWithGeneratedId a NullPointerException is thrown.
It'd be nice to have a support to examine which queries are being executed by activate.
createEntityFromJson allows you construct entity with missing "required" fields in the JSON For instance given the following model : ``` scala class Person(var firstName: String, var lastName: String, var age:...
Entities get missed resulting in orphan data or constraint errors.
paginatedQuery is slowed down quite a bit by the query used to populate numberOfResults. The current query generated is : ``` sql select '1' from Foo where (...) ``` With...
Checkout https://github.com/aardelean/angular-akka/tree/Mongo branch. From master branch, all works fine. When I add activate-mongo-async in sbt, jetty refuses all requests with jetty IllegalStateException: !asyncSupported error