Replies: 2 comments 4 replies
-
Did you enable the eben plugin in your `build.sbt?´ Like this (assuming you are using PlayJava): lazy val myProject = (project in file("."))
.enablePlugins(PlayJava, PlayEbean) |
Beta Was this translation helpful? Give feedback.
2 replies
-
Following your steps, I share the classpath
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi community,
I'm querying database having ebean plugin activated, and using RawSql for one query, but I'm experiencing an issue with XServiceProvider, I'm executing a complex query using RawSqlBuilder.parse to count rows, but it crashes when I use it.
I already verified ebean and play version looking for compatibility issues, but that doesn't seem to be the problem :(
and I added this, even it is redundant, but the issue is still there
I would appreciate any hint on this please
Beta Was this translation helpful? Give feedback.
All reactions