1. Informix XA Driver in Play! Framework application stackoverflow.comI am trying to use Informix database with a Play! Framework application. I am new to Informix. I have Informix 11.70 installed on my windows machine and I am running Play ... |
2. JPA and Threads in play framework stackoverflow.comI'm trying to create a multithreading server. The problem is that I get the following error: play.exceptions.JPAException: The JPA context is not initialized. JPA Entity Manager automatically start when one or more ... |
3. Basic JPA issue: "Could not determine type for: java.util.Set" stackoverflow.comI'm just getting started building my JPA schema in a Play Framework web app. I have a reasonable understanding of SQL, but I'm a JPA newbie, and I'm being tripped ... |
4. Menu Tree with Hibernate in Play! stackoverflow.comMy first project with Hibernate/JPA and Play!, I've got a menu that once working, will support changes (i.e. easily add nodes to the tree). Struggling (in the >5 hours sense) just ... |
5. Tree with JPA[/Hibernate] stackoverflow.comGrrrrrr, trying to implement a very simple tree. It doesn't need to be bidirectional (since traversals are only top-down), so I assume it would be better (i.e. more space efficient) if ... |
6. combine entityManeger methods with standard play methods stackoverflow.comI need extend |
7. PersistenceException from a simple CRUD for a simple class stackoverflow.comUsing the in-memory database (db=mem), I'm simply trying to insert a new object into the database using CRUD. The class is as follows:
|
8. Do you need JPA when using MongoDB? stackoverflow.comI'm quite confused between those two. I'm looking at the Play! java framework and it says it uses JPA. I'm thinking about using Play! and MongoDB for the first time in ... |
9. Can Play be used without JPA, swapping in your own CRUD implementation? stackoverflow.comI am evaluating play for usage as an admin system over a family of applications in an SOA environment. Each application has their own persistence, and the various CRUD operations can be ... |
10. JPAException occur when trying to access to any page after Secure login stackoverflow.comOn my website using Play!, I have an Admin part. All Admin controllers have a |
11. OrderedColumn in combination playframework gives me for all entries 0 as index stackoverflow.comI have the following model (playframework):
|
12. Why is my ConstraintViolationException not being caught? stackoverflow.comI'm using Play Framework, and have the following code:
|
13. Play! not shutting down H2 correctly stackoverflow.comI'm using Play to write a webapp which is deployed in Tomcat. Because the app won't be processing very much data I'm using the default H2 database with Hibernate. ... |
14. Private members in Model stackoverflow.comI'm working with play. I defined a private member in my model, hoping that JPA wouldn't try to handle it. For some reason I get this error : A JPA error occurred (Unable to build ... |
15. How to get the most occured set of objects? stackoverflow.comI have two objects.
I ... |
16. QueryDSL and Play Framework stackoverflow.comI'm using QueryDSL with JPA2 for some time, and it's the most powerful combination for ORM I know. JPA Criteria API is a disaster. With QueryDSL I've forgotten about JPQL too. I'd ... |
17. Display EmbeddedId in view (Hibernate/PlayFramework) stackoverflow.comI have a class model which is inherits GenericModel. In this class there is an EmbeddedId. My model class :
My ... |
18. Is there a way to use MyBatis with the Play! framework? stackoverflow.comFirst of all, Kudos \m/ on selecting the best Java web framework... Since we have good Oracle PL/SQL developers, we want to ditch the default JPA plugin and use MyBatis instead. I ... |
19. JPA.getJPAConfig method not found on Play's API stackoverflow.comI'm using the most recent version of Play (v.1.2.3) and my system need to read data from one database and persist it to another one. I found on Play documentation there's a ... |
20. How do I create an object with nested objects using Hibernate? stackoverflow.comI'm getting the following exception:
Here's what I'm trying to do:
I think understand the error ... |