PlayFramework with Scala and Morphia
- by AKRamkumar
I keep getting this exception:
Oops: CannotCompileException
An unexpected error occured caused by exception CannotCompileException:
[source error] ds() not found in models.dc
What is wrong with my code?
Here is models.ds
package models
import com.google.code.morphia.annotations._
@Embedded
class ds{
@Indexed
var xs : Double=0
@Indexed…