5 questions
0
votes
0
answers
37
views
Current User in Models scala playframework 2.8
I'm currently working on a web application using Play Framework 2.8 with Scala. In this application, I need to log which user is performing updates in the models or repositories. However, the system ...
0
votes
1
answer
63
views
build.sbt error: value addRepositoryAuthentication is not a member of lmcoursier.CoursierConfiguration
I have my private Gitlab lib repository defined as follow:
build.sbt
scalaVersion := "2.13.13"
/*** Gitlab private lib repository configuration ****/
resolvers += "gitlab" at "...
4
votes
0
answers
206
views
Pac4j + Play framework hot class reloading issue
We are using Play framework (v2.8.16) with Pac4j (v10.0.2) as the security framework running on OpenJDK 12. Our application is a Java app and we are using Play's multi-module setup.
In Play's ...
0
votes
2
answers
72
views
NullPointerException while Passing inputs from scala.html to Controller as form in Play framework(2.8.*) Java
I'm working in creating a java web app using play framework(2.8.19). While creating registration page I'm trying to pass the inputs from the registration page(scala.html) to the controller class where ...
2
votes
1
answer
74
views
Set JDBC properties on play-framework application.config
I'd like to set some JDBC properties on the application.config.
For example: useLegacyDatetimeCode=false&useUnicode=true&serverTimezone=UTC
And this is my application.config.
play {
db....