postgresql - How to resolve bad symbolic reference and No implicit view available from String errors in Play Framework? -


i running play application(2.2.3), getting following errors, not sure why getting these ? how resolve these?

errors:

1. bad symbolic reference, signature in javatimecolumn.class refers term time [error] in package java not available [error] may cokpletely missing current classpath, or version [error] classpath might incompatible version used when compiling javatimecolumn.class [error]  get[pk[long]]<"id"> ~ [error]               ^     2. no implicit view available string => anorm.parametervalue. [error] 'content -> jsondata.content [error]          ^ [error] 2 errors found 

build.scala:

val dependencies ++= seq(     "com.typesafe.play" %% "anorm" % "2.4.0",     "org.webjars" % "requirejs" % "2.1.1",     "org.postgresql" % "postgresql" % "9.4-1200-jdbc41",     "postgresql" % "postgresql" % "9.1-901.jdbc4",     ) 


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -