activate
activate copied to clipboard
Abandoned: Pluggable persistence in Scala
I want to use postgres with activate 1.6.2 but I got: tested with jdbc3 and jdbc4 postrges driver ``` java.lang.RuntimeException: Could not create datasource instance: org.postgresql.ds.PGSimpleDataSource at com.zaxxer.hikari.pool.HikariPool.initializeDataSource(HikariPool.java:502) at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:123)...
Using Activate 1.5-M4 Can also be reproduced with this example. Follow the steps to create database, and then just tun `sbt`, and then run twice `run` and `run`. First execution...
It would be nice if activate could support singleton entities. More information available at https://groups.google.com/forum/?fromgroups#!topic/activate-persistence/qPc7u_5Fq2w
Hello, I because of problems to get my frist tries with activate running I tried out the Sample Code and got the same error message so it should not be...
Hello, I tried to use javas UUID as ID for my Entitys because the text UUIDs provided by Activate wasting to much space so i tried to encode javas UUID...
There is a problem with one Entity: ``` case class TagAttributeValue(m: Model, a: Attribute, val value: List[Tag]) extends AttributeValue[List[Tag]](m, a) ``` where: ``` abstract class AttributeValue[T](val model: Model, val attribute:...
I know that I can use Slick or Direct Access. But if I try to use an in memory database to make the development cycle more agile, I need to...
Scala is putting diacritics at the end of sorted Strings. You should use a [Collator](http://docs.oracle.com/javase/7/docs/api/java/text/Collator.html) to sort by Strings.
Hi Flavio, I found out that when an invariant statement outputs false it is immediately executed again before throwing the InvariantViolationException. Is this correct? Kind regards, Thijs