Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Re: Hibernate - NullPointerException : PreparedStatement.java:1709

    Yes you'd need to close the session...it sounds like some refactoring is in your future. If you truly want lazy loading from the Client/jsp page, then you'll need some way of closing the session. If...
  2. Re: Hibernate - NullPointerException : PreparedStatement.java:1709

    Its been a long time since I used Hibernate, but if I remember correctly JDBC connections (and connection pools) are managed above the Session level. In other words, if you obtain a Session instance...
  3. Re: Hibernate - NullPointerException : PreparedStatement.java:1709

    See MySQL Bugs: #41628: NullPointerException from Statement.execute() when closing from another thread

    I noticed you are using a static method to retrieve the list of games. My guess (and only a...
Results 1 to 3 of 3