Search Discussions
-
Hi all, Before Play 2.4, we had onStart in GlobalSetttings which allowed us to execute some code AFTER the application started. Since Play 2.4 and the dependency injection orientation, it's ...
Eddie
Jun 29, 2015 at 1:09 am
Jul 29, 2015 at 11:58 pm -
31
[play-framework] [2.4][slick][heroku] Hikari keeps failing, can not configure bonecp successfully
Hi, I'm at a Hackathon currently and spend like the last two hours with the Heroku-Dev Evangelist trying to get 2.4 with Slick working on Heroku with a Postgres 2.4.1 ... but we keep failing because ...Christoph Whateverhuis
Jun 20, 2015 at 8:28 pm
Jul 16, 2015 at 9:31 pm -
Hello, I'm thinking on using Play however one of the things which bothers me the most is backwards incompatible changes. I've heard that Play had some between V1 to V2 and I've heard that in V3 some ...
Nadav Yeheskel
Jun 22, 2015 at 1:19 pm
Jun 25, 2015 at 6:06 am -
Hi Guys, So i have added both play-slick and play-slick-evolution on my project, and i have also written my evolution scripts under conf/evolutions/mydb. I restart the app but evolution is still not ...
Hengky Sucanda
Jun 4, 2015 at 4:17 am
Jun 17, 2015 at 10:55 am -
Hi guys, In Play 2.4.0 Ebean exists as a separate project, so it can have it's own release cycle etc. How can I choose a version of Ebean in Play 2.4.0? I'd like to use at least Ebean 4.6.3 so I can ...
Peter-Paul Oldenzeel
Jun 18, 2015 at 1:03 pm
Jun 24, 2015 at 9:20 am -
Hi, Play docs (https://www.playframework.com/download#older-versions) say that for older versions of Play you must download the same file (see image below). All links point to the same file ...
Leandro Komosinski
Jun 12, 2015 at 4:36 pm
Jun 19, 2015 at 8:35 am -
Hi there, It seems that there is an issue with the big green "Download Play 2.4.0" button at https://playframework.com/download. Although there is nothing suspicious with it under Chrome, in Firefox ...
Falconepl
Jun 20, 2015 at 9:17 am
Jul 2, 2015 at 8:05 am -
Hi, I'm having an issue with dependencies apparently bleeding between tests, which is causing most of the tests to fail. In each case, it seems the first app created in a test class is used for all ...
Steve Chaloner
Jun 12, 2015 at 6:35 am
Jun 24, 2015 at 12:50 pm -
I have problem with internationalization on play. My code looks like this. application.conf # The application languages # ~~~~~ play.i18n.langs = [ "en", "pl", "fr" ] Application.scala import ...
Dominik Sienkiewicz
Jun 15, 2015 at 7:17 pm
Jun 16, 2015 at 12:05 pm -
Hi, Is it possible to create an 2.3.8 play-scala application using activator 1.3.2? If I type activator new ap1 play-scala <Enter the app created is 2.4.0. I use Play (Scala) for teaching web ...
Leandro Komosinski
Jun 9, 2015 at 9:28 pm
Jun 15, 2015 at 3:06 pm -
I have several Play applications in Heroku that I recently migrated to version 2.4. After deploying to Heroku I've noticed that applications do not return "Content-Length" header. Example: curl -v -X ...
Alexey Pismenskiy
Jun 26, 2015 at 8:54 pm
Jul 2, 2015 at 7:46 pm -
Hello I´m new and i become this mistake These routes have been tried, in this order : 1. GET /@projectdocs/files/{name} ProjectDocumentation.file 2. GET /@projectdocs/images/{name} ...
P Ma
Jun 23, 2015 at 4:21 pm
Jun 25, 2015 at 12:32 pm -
Hello, With a new connection pool implementation in Play 2.4 I need to specify some config parameters, separated by dots, for example db { default { driver = ${?DB_DRIVER} url = ${?DB_URL} username = ...
Alexey Pismenskiy
Jun 26, 2015 at 9:17 pm
Jun 29, 2015 at 5:05 pm -
I've just published the 2.4.0-SNAPSHOT versions of Deadbolt for Java and Scala. If anyone gets a chance to try them out, feedback is appreciated! You might need to add a resolver for snapshots ...
Steve Chaloner
Jun 4, 2015 at 10:52 am
Jun 17, 2015 at 2:22 pm -
Hello, currently I'm developing a WS Client to query an API which uses self signed certificates, for development I wanted to ignore everything and put it into my application.conf ...
Christian Schmitt
Jun 1, 2015 at 2:38 pm
Jun 12, 2015 at 10:23 pm -
-- You received this message because you are subscribed to the Google Groups "play-framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to ...
Shubham sharma
Jun 8, 2015 at 8:10 am
Jun 8, 2015 at 10:32 am -
Hello, currently I'm trying to get anorm running side-by-side with Slick 3. Is there a good way to do that? I'm trying to migrate a bigger code base to slick firstly i would start with sqlu and sql ...
Christian Schmitt
Jun 2, 2015 at 2:32 pm
Jun 3, 2015 at 6:07 am -
Hi Guys, I am working with the new 2.4 Play framework using Slick. I am using the play-slick plugin which makes Slick a first-class citizen in Play. I am trying to develop an app which accepts an ...
Fokko Driesprong
Jun 2, 2015 at 6:57 am
Jun 2, 2015 at 9:30 am -
Hi guys, Am having a lot of trouble updating to Play 2.4.1. I was using Play 2.3.9 before, here's what I've done so far. 1) Changed the play sbt plugin from 2.3.9 to 2.4.1. 2) Updated the ...
Ben Developer
Jun 25, 2015 at 1:35 am
Jun 28, 2015 at 2:08 am -
Hello, I'm thinking about using Play and I couldn't find a single drawing / article illustrating the internals of the pipeline (which handler exactly gets the HTTP request & parses it, when exactly ...
Nadav Yeheskel
Jun 22, 2015 at 1:16 pm
Jun 25, 2015 at 6:12 am -
Hi, I am using request().remoteAdress(); method to authenticate admin section to only allow localhost clients (admins connect remotely through ssh), i would like to know if a user can forge request ...
Luigister12
Jun 22, 2015 at 6:43 pm
Jun 23, 2015 at 10:29 am -
Hi. I installed activator, created a new project with: activator new I picked the 5th template (play-java) Then, I wanted to create project files for eclipse so I typed "activator eclipse" I got the ...
CameronM
Jun 2, 2015 at 2:54 pm
Jun 7, 2015 at 11:40 am -
Hi, According the the documentation, plugins are deprecated in 2.4. Does it mean that if we need an onStop method for anything, we have to use modules and runtime dependency injection? I really ...
Loic
Jun 28, 2015 at 8:19 am
Jun 28, 2015 at 11:42 pm -
The Testing the router <https://www.playframework.com/documentation/2.4.x/ScalaFunctionalTestingWithScalaTest#Testing-the-router section of the Play docs leaves me scratching my head. I believe the ...
Michael Slinn
Jun 27, 2015 at 10:51 pm
Jun 28, 2015 at 8:25 pm -
Scala 2.11.6 Play 2.4.0 Sbt 0.13.8 I'm looking for a way to override database config based on the current hostname and mode (run or test). With Play 2.3 I had Global.onLoadConfig handler like this ...
Alexander Sedov
Jun 24, 2015 at 9:08 pm
Jun 25, 2015 at 9:35 pm -
I'm looking for a tutorial or example of an app that instigates an object at startup in play 2.4 (replacing the Global object). I've seen the documentation at ...
Ben Souther
Jun 25, 2015 at 4:44 pm
Jun 25, 2015 at 6:46 pm -
Hi All, coming from .NET I'm into a bit of a puzzle. Hoping for some help. I'm on Play version 2.0.8 and have this challenge that my Play application(Y) is dependent on another JAR (application(X) I ...
Frank Døssing
Jun 12, 2015 at 11:20 am
Jun 15, 2015 at 12:12 pm -
I'm upgrading a working 2.3 Play application to 2.4, using scala and just the cake compile-time DI. I've followed the migration guides and DI guides as best I could, but maybe I've missed something ...
Steven Scott
Jun 4, 2015 at 4:41 pm
Jun 12, 2015 at 3:46 pm -
As described on this page: https://www.playframework.com/documentation/2.4.x/ScalaTemplateUseCases I'm trying to include a JS file from another page into the main template like this: @scripts = { ...
Slim Slam
Jun 5, 2015 at 8:45 pm
Jun 8, 2015 at 3:10 am -
Hi, After upgrading from play 2.3 to 2.4 I can't access files from the public folder of my submodule anymore. When browsing to a route like /submodule/assets/file.txt I get the response: Action not ...
Christian Dullweber
Jun 2, 2015 at 9:15 am
Jun 3, 2015 at 11:27 am -
Hi I have play Application Running successfully in production.but some time play server JVM stop itself and their is no Error in Application log itself. Could somebody please advice some pointers to ...
Anil Ahlawat
Jun 26, 2015 at 2:52 am
Jul 8, 2015 at 6:05 am -
Is there a list of all available Component traits that you can use with the Scala Compile Time Dependency Injection <https://playframework.com/documentation/2.4.x/ScalaCompileTimeDependencyInjection ...
Yevgeniy Brikman
Jun 29, 2015 at 7:58 am
Jun 30, 2015 at 6:06 pm -
trying to migrate to play 2.4.1 from 2.4.0 i'm getting this exception [info] p.a.l.c.ActorSystemProvider - Starting application default Akka system: application java.lang.NoClassDefFoundError ...
Peace MICHAELS
Jun 25, 2015 at 5:07 pm
Jun 25, 2015 at 6:09 pm -
While migrating reactive-stocks <https://github.com/typesafehub/reactive-stocks and reactive-stocks-java8 <https://github.com/typesafehub/reactive-stocks-java8 I realized that the updated test ...
Markus Jura
Jun 8, 2015 at 8:31 am
Jun 23, 2015 at 6:58 am -
Hi, Cross posting StackOverflow question I posted (http://stackoverflow.com/questions/30956704/java-scala-future-driven-by-a-callback) I am working on an application which deals with third-party SOAP ...
Kalpak Gadre
Jun 20, 2015 at 5:20 pm
Jun 23, 2015 at 5:37 am -
Hi, I'm trying to migrate from 2.3 to 2.4, following the migration guide and I came across the error described (by its stacktrace) at the end of my post. I just want to say that I Googled a few hours ...
Jirka Helmich
Jun 17, 2015 at 9:11 am
Jun 22, 2015 at 9:30 am -
I am trying to use System.out.print() to show strings so I can see their state and to check if the web application is going through some parts of the code but the message doesn't show on the browser ...
Caio Tsubake
Jun 16, 2015 at 2:39 pm
Jun 17, 2015 at 12:36 pm -
Hi, Use the new snapshot version 1.5.0 of https://github.com/pac4j/play-pac4j to test Facebook, Twitter, Google, SAML, CAS, OpenID Connect... authentication with Play 2.4 (Java / Scala). Just let us ...
Jérôme LELEU
Jun 13, 2015 at 10:59 am
Jun 15, 2015 at 3:03 pm -
I'm doing a POC on a play 2.4 project and need some basic security features but am struggling to find what I need -- things like a login page, session support, and path restrictions based on user ...
Mark Griffin
Jun 12, 2015 at 8:42 pm
Jun 15, 2015 at 6:21 am -
hi group, I am trying to build application on Playframework 2.4. I am getting this exceptions. kindly help and oblige. play.http.errorHandler [utils.ErrorHandler] was not loaded. No source available, ...
Ranganath s
Jun 6, 2015 at 3:16 pm
Jun 10, 2015 at 12:00 pm -
Hi! I just integrated Slick 3 in my Play 2.4 project using the play-slick plugin ( "com.typesafe.play" %% "play-slick" % "1.0.0" ). Reading through the docs, I didn't find any information on which ...
Dominik Dorn
Jun 8, 2015 at 10:02 pm
Jun 10, 2015 at 9:36 am -
Hi. I am new with Play Framework and IntelliJ Ultimate and I am trying to create a simple Play application but I got always an error stating: "play package not found" Are there any dependencies I ...
Rodel Hidalgo
Jun 10, 2015 at 5:00 am
Jun 10, 2015 at 8:47 am -
Hi, I'm using PlayFramework 2.3.7 and for the views I would like to use Scala templates, but I am having a lot of difficulty because I don't find complete documentation. There is one? -- You received ...
Gianfranco Tauro
Jun 3, 2015 at 7:55 am
Jun 3, 2015 at 8:42 am -
Hi, I'm currently evaluating Play 2.4 and running my application inside a docker container. After running activator docker:stage I end up with a stage directory and a Dockerfile in ../target/docker ...
Daniel Lindberg
Jun 6, 2015 at 7:27 pm
Jul 8, 2015 at 7:24 am -
Hi there, at every request to my app I have this issue. java.lang.ClassCastException: org.hibernate.internal.SessionImpl cannot be cast to org.hibernate.impl.SessionImpl at ...
Павел Севидов
Jun 24, 2015 at 12:37 pm
Jul 7, 2015 at 3:06 pm -
Hi guys, I have strange behaviour of my system after several akka ask timeout errors. In my application I have api function which receives JSON and passes its content to processing, which is ...
Sergey Sopin
Jun 28, 2015 at 8:12 pm
Jun 30, 2015 at 8:54 am -
The Play team is proud to announce the release of Play 2.4.1! This is a bug fix release, fixing the following issues: - 3532 <https://github.com/playframework/playframework/issues/3532 Don’t throw ...
James Roper
Jun 23, 2015 at 1:52 am
Jun 28, 2015 at 4:31 pm -
My play project is created with play framework 2.4. I want to configure two datasouroces for it, one for test purpose, one for production. test datasource db.test.driver=org.h2.Driver<br ...
Wenchun zhang
Jun 21, 2015 at 6:28 am
Jun 25, 2015 at 1:33 pm -
Hello :) I just ran through this group to see, if there is a way to create the secure login as a modal. Unfortunately I can't find a useful conversation. I already tried something like this: in my ...
Due
Jun 23, 2015 at 9:53 pm
Jun 25, 2015 at 6:15 am -
Hi, I use play 2.4.0 with play-slick 1.0. I tried to create a table and corresponding controlloer as follow: package tables import models.User import scala.slick.driver.JdbcProfile trait UserTable { ...
Takumi Shimada
Jun 18, 2015 at 1:42 pm
Jun 22, 2015 at 9:19 am
Group Overview
group | play-framework |
categories | scala |
discussions | 249 |
posts | 778 |
users | 278 |
website | playframework.org |
irc | #playframework |
278 users for June 2015
Archives
- June 2016 (348)
- May 2016 (535)
- April 2016 (569)
- March 2016 (649)
- February 2016 (319)
- January 2016 (389)
- December 2015 (298)
- November 2015 (364)
- October 2015 (440)
- September 2015 (357)
- August 2015 (454)
- July 2015 (732)
- June 2015 (780)
- May 2015 (747)
- April 2015 (669)
- March 2015 (584)
- February 2015 (641)
- January 2015 (555)
- December 2014 (496)
- November 2014 (604)
- October 2014 (847)
- September 2014 (927)
- August 2014 (759)
- July 2014 (1,116)
- June 2014 (851)
- May 2014 (726)
- April 2014 (784)
- March 2014 (633)
- February 2014 (525)
- January 2014 (618)
- December 2013 (518)
- November 2013 (696)
- October 2013 (944)
- September 2013 (998)
- August 2013 (978)
- July 2013 (632)
- June 2013 (814)
- May 2013 (940)
- April 2013 (1,064)
- March 2013 (1,122)
- February 2013 (1,289)
- January 2013 (1,394)
- December 2012 (891)