udffftw2âŸjklppllloug
Group: http://groups.google.com/group/play-framework/topics
- [2.2 java] Configure 404 page [4 Updates]
- [2.1.1-java] Building sign up/log in form [1 Update]
- Result and AsyncResult in Java [1 Update]
- [2.2-scala] onStart is called twice ?! (run & start) [1 Update]
- [play-2.2 Java] Regression in form(foo.class).bindFromRequest()? [1 Update]
- [2.2 Java] Form Fill [3 Updates]
- [2.1 scala test] play.api.test.FakeApplication doesn't seem to work in combination with composite play project [1 Update]
- [2.2] Stage or dist gives a java.lang.StringIndexOutOfBoundsException [3 Updates]
- [2.3 java] jpa as default: what about a finder? [1 Update]
- How to pass array of array (list of list) to view in play framework 2.x? [1 Update]
- [2.2] : Porting Yabe 1.x tutorial to 2.2: ManyToMany query [1 Update]
- [2.1 Java] Form data lost after failing the Validation [2 Updates]
- CSRF Filter token on query string [1 Update]
- What is the difference between object.update() and object.update(id) inEbean ORM ? [1 Update]
- How search by integer type column using morphia, mongodb, play framework [1 Update]
- [play 2.1-RC1-iteratee] Concurrent.unicast prevents process from terminating [1 Update]
- [2.2 Scala] Play 2.2 async migration difficulties... [1 Update]
- RPM deployment for Play Framework 2.2.0 samples (e.g. HelloWorld) doesn't work on Centos OS v6 [1 Update]
- Specs2 test timeout error when running more than 1 test [1 Update]
- [2.2] Coast-to-coast JSON: pickBranch with array of certain Reads? [4 Updates]
- Mailer error - must issue a STARTTLS command first [1 Update]
- JPA /Hibernate - model class not found [1 Update]
- [1.3] moduleOrder.conf - Re: [1.3] [gae 1.6.0] Can't start on GAE : There was a problem parsing .modulesOrder.conf [1 Update]
Ricardo Sacramento <card...@gmail.com> Oct 14 04:26AM -0700
Anyone can help me?
Em domingo, 13 de outubro de 2013 03h36min40s UTC-3, Ricardo Sacramento
escreveu:
...more
Jose Alfonso Mora Lores <josealf...@gmail.com> Oct 14 07:22AM -0700
At App/Global.java try this:
*import static play.mvc.Results.*;*
*
*
@Override
public Result onHandlerNotFound(RequestHeader request) {
return ...more
Ricardo Sacramento <card...@gmail.com> Oct 14 09:43AM -0700
This is for 2.1.
Similiar code I have posted.
I need for play 2.2
Em domingo, 13 de outubro de 2013 03h36min40s UTC-3, Ricardo Sacramento
escreveu:
...more
Guillaume Bort <guillau...@gmail.com> Oct 14 07:05PM +0200
I guess that `onHandlerNotFound` now returns a Promise<SimpleResult>. You
can create a direct successful promise of result using Promise.pure(...)
--
Guillaume Bort, @guillaumebort ...more
Xipe Totec <ashra...@gmail.com> Oct 14 09:34AM -0700
No one who knows a basic tutorial?
Il giorno lunedì 9 settembre 2013 13:47:13 UTC+2, Xipe Totec ha scritto:
...more
ita...@code972.com Oct 14 09:02AM -0700
Hi,
I'm starting a PoC with Play 2.2.0 and having some pain points with the way
sync/async Results are returned in Java.
Consider the following:
public static F.Promise<Result> ...more
Otto <ottovonw...@gmail.com> Oct 14 08:32AM -0700
Hm,
I've tried that and the callstacks seem to be similar, screenshots
attached. This error occurred after the update to 2.2.
Otto
On Friday, October 11, 2013 4:10:58 PM UTC+2, Otto wrote: ...more
Sushi <stoe...@gmail.com> Oct 14 07:25AM -0700
Hi,
I would be also interested in the reason for that!
Bests,
Sushi
...more
Sushi <stoe...@gmail.com> Oct 14 07:04AM -0700
Hi all,
I am trying to fill data into a form...
In my client I have
public static Result editIndex(Long id) {
Form<Client> clientForm = Form.form(Client.class).fill(Client.find. ...more
Sushi <stoe...@gmail.com> Oct 14 07:14AM -0700
Hi all,
so according to this post<https://groups.google.com/forum/?hl=de#!searchin/play-framework/JSR-303$20validated$20property/play-framework/dvCtLIBlBY0/KB5dctSujysJ>I found out that it seems ...more
Sushi <stoe...@gmail.com> Oct 14 07:17AM -0700
Hi all,
so according to another post I could figure out that we now (since play
2.2) need getters and setters...
When I add them to my client model class than the error mentioned above is ...more
Joost de Vries <joost....@gmail.com> Oct 14 05:10AM -0700
I've got a Play 2.1.x application that is broken up in 3 subprojects and a
root aggregate project.
It seems that FakeApplication doesn't find the application.conf file.
I've tried using sbt keys ...more
J <jes...@tray.io> Oct 14 12:56AM -0700
Hi,
Since upgrading to play 2.2 when I run stage (or dist) I get the following
error
java.lang.StringIndexOutOfBoundsException: String index out of range: -1 ...more
Johan Andren <johan....@mejsla.se> Oct 14 03:55AM -0700
Looking at line 236 in the play sbt plugin sources it seems to loop over
files ending with 'routes', something special with the stuff in your conf
directory?
...more
J <jes...@tray.io> Oct 14 04:23AM -0700
Just the routes file and a few other conf files, some of which are symlinked
application.conf
cluster.xml
logconfig.xml
play.plugins
prod.conf
routes
shared.conf -> ...more
Andreas <web...@gmail.com> Oct 14 04:22AM -0700
Bom dia Marcos,
looks actually like the concept needed in Play2@JPA!! Thanks a lot for your
input!
The only thing we would add is a possibility to add criterias in brackets ...more
Akshay Bhatt <akshay...@gmail.com> Oct 14 04:18AM -0700
I have been trying it for sometime and I have to create view for complex
frontend application. This looks like I am able to send array list like:
In Controller :
ArrayList<String> cname = new ...more
Marc Haubenstock <marc.dha...@gmail.com> Oct 14 03:28AM -0700
I am trying to implement the yabe tutorial from play 1.0 in play 2.0
Currently I am stuck at the tagging functionality:
http://www.playframework.com/documentation/1.2.3/guide6
...more
Dark Rider <johns...@gmail.com> Oct 13 11:43PM -0700
Using Play 2.1 Java version
I have a simple form
<div class="row">
<div class="col-md-6">
@inputText(userForm("usercode"), args = 'placeholder -> "User Code",'class
-> "form-control ...more
Mustafa Dumlupinar <dumlup...@gmail.com> Oct 14 12:45PM +0300
Sorry My English is bad.
In your controller (here is BankController)
Step 1: You have yo define a form handler, like this;
private final static Form<Bank> dataForm = form(Bank.class);
...more
marchaos <marc...@gmail.com> Oct 13 10:31AM -0700
Hey,
I'm using the CSRF Filters for forms. I'm wondering if there is a way to
configure it so that it uses a hidden field rather than a query string
parameter? I don't wish to have to token ...more
Thomas W <twhitm...@gmail.com> Oct 13 09:04PM -0700
Normally binding should "bind into" an entity which has been retrieved from
the database? Without having retrieved it already, there is no VERSION
stamp.. and hence no locking.
...more
Manoj Prasanna Handapangoda <hmd...@gmail.com> Oct 13 07:46PM -0700
Great, the used with <,> worked for me.
Thanks.
On Sunday, October 13, 2013 10:14:49 PM UTC+8, Justin Lee wrote:
...more
Carlos Feliz <kale...@gmail.com> Oct 13 07:20PM -0700
Has this been resolved in 2.2? I'm having this problem using play 2.2
Iteratees outside of play and can't seem to figure out how to shutdown
without system.exit().
On Saturday, January 5, 2013 ...more
Mike Bryant <mike...@gmail.com> Oct 13 04:52PM -0700
I've created an issue about this<https://github.com/playframework/playframework/issues/1827>here.
On Saturday, 12 October 2013 00:51:40 UTC+1, Mike Bryant wrote:
...more
Christopher Hunt <christop...@typesafe.com> Oct 13 03:34PM -0700
Hey guys,
Play 2.2 uses the sbt-native-packager - you may get more mileage by
consulting its docs and raising issues with the project there.
However if you don't get a good outcome then please ...more
David Weinberg <thym...@gmail.com> Oct 13 03:11PM -0700
I don't know how MongoDB works, but in an RDBMS, it's not the DML that's
causing the problem, but the concurrent DDL that might be on the same
tables. As 奥村 says, you can try to make it ...more
Jari Pennanen <cia...@oksidi.com> Oct 13 11:21AM -0700
Sorry, been trying to find a solution for few hours but as soon as I posted
this I figured it out:
?(__ \ 'invoiceRows)(Reads.of[JsArray] keepAnd Reads.list(invoiceRowJson))
...more
Pascal Voitot Dev <pascal.v...@gmail.com> Oct 13 09:40PM +0200
> ).reduce
> See the PSEUDO code line (I've made up the Reads.arr). The problem: how
> can I do the reading of array of JsObjects of certain Reads?
Can you try this?
val invoiceJson = ( ...more
Jari Pennanen <cia...@oksidi.com> Oct 13 01:01PM -0700
On Sunday, October 13, 2013 10:40:29 PM UTC+3, Pascal wrote:
> Can you try this?
Hey, that works too. Thanks.
Pascal, Do you know if it's possible to validate e.g. foreign key (which ...more
Pascal Voitot Dev <pascal.v...@gmail.com> Oct 13 10:44PM +0200
> f
> }
> }
Actually, you must deal with Reads[Future[JsValue]] and manage it yourself!
Json transformers don't work with it!
Maybe you should do it in 2 steps... ...more
Danny <danny...@gmail.com> Oct 13 01:34PM -0700
thanks Johan,
that was correct advice, the second error was indicating that the jre had
no access to the certificate and the solution is to get the certificate (in
my case I used Chrome to ...more
Holger Burde <hbur...@googlemail.com> Oct 13 01:12PM -0700
Hi;
Ok i resolved the error by adding javaJpa to Build.scala and now this error pops up:
javax.persistence.PersistenceException: No Persistence provider for EntityManager named true
...more
--
notalifeform <notali...@gmail.com> Oct 13 12:46PM -0700
Hi,
The issue has been resolved in 1.3.x/master.
regards,
Robert
On Sunday, September 29, 2013 3:49:38 PM UTC+2, Carl wrote:
...more
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 play-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.