1. Unexpected error using newRequest in FunctionalTests stackoverflow.comI don't understand why I have this error. When I use newRequest, I have a RuntimeException when calling the makeRequest(request); method. The exception message is : "play.mvc.results.NotFound : POST /" But what is odd, is ... |
2. Java Play Framework UnexpectedException applying PropertiesEnhancer stackoverflow.comI get the following error on compile: An unexpected error occured caused by exception UnexpectedException: While applying class play.classloading.enhancers.PropertiesEnhancer on controllers.xxxxx I've narrowed it down to the following line in my controller: String sender_alert_string = ... |
3. playframework problem with routes:NoRouteFoundException stackoverflow.comTrying out the custom editor portion in play tutorial,I created the routes as below
|
4. WSRequest in FunctionalTest would end up timeout stackoverflow.comI have the following functional test. For some reason, the get() call always end up getting a java.util.concurrent.TimeoutException: No response received after 60000ms. Any insights? Also, I tried the same url ... |
5. Unplanned Exception play.classloading.enhancers.PropertiesEnhancer stackoverflow.comI'm using the play framework for a few separate projects and have run into this more than once. I get the following error message on startup: An unexpected error occured caused ... |
6. Persistence Exception when using pojo binding in play framework controller stackoverflow.comI have the following entity:
I have the following controller :
|
7. Unhandled exception type NoSuchFieldException (java reflection) stackoverflow.comI am using Play Framework about 1 month and it is a great thing, but I had one big problem . I`ve try to run following code in secure controller:
|