Closed arcane86 closed 11 years ago
Ok now i'm ashamed :/ !
The problem came from my CouchbaseCrudSourceController. I was using val bucket = Couchbase.bucket("b6a63i04635tc7me")
instead of `def bucket = Couchbase.bucket("b6a63i04635tc7me")``.
It happens ;-)
You can also use lazy val bucket = ...
Hi,
i'm starting a new Play 2.2.0 application and i'm getting an error at launch from Couchbase plugin.
Here my build.sbt:
I import the Couchbase conf into my application.conf:
The couchbase.conf:
I currently have only one CouchbaseCrudSourceController:
The play run command give me nothing special, but when I try and go to index (or any page), I got that:
I tried to debug a bit and the CouchBasePlugin buckets Map is empty, but I don't understand why.