I have this (smart code):
import com.mongodb.casbah.Imports._ import com.mongodb.casbah.util.bson.conversions._ RegisterJodaTimeConversionHelpers() //error
You have to write this line of code somewhere it can be executed. How about in your main method instead?
main
object Main { def main(args: Array[String]) { RegisterJodaTimeConversionHelpers() val connection = MongoConnection() } }