Search:

Type: Posts; User: rboere; Keyword(s):

Search: Search took 0.03 seconds.

  1. lazy loading error with OpenEntityManagerInViewFilter

    persistence.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0"...
  2. lazy loading error with OpenEntityManagerInViewFilter

    web.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4"
    xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  3. lazy loading error with OpenEntityManagerInViewFilter

    Hello,

    i am struggling with lazy loading in my web application with JPA.
    I am using the OpenEntitymanagerInViewFilter, but i still got a LazyInitializationException.

    I created a simple...
  4. Replies
    0
    Views
    895

    problem with PropertyPlaceholderConfigurer

    Hello,

    i am using a property placeholder confirure in my applicationcontext.xml
    It reads the properties of a rmi.properties file.
    This works fine when starting the webserver (with an...
  5. How to use a temporary session in Hibernate Interceptor

    In the hibernate documentation is explained that it is not allowed to use the original hibernate session within an interceptor callback.
    This means that i should have access to the Sessionfactory...
  6. How to use an hibernate interceptor with spring

    I want to use my own hibernate interceptor to achieve history functions in my database tables.

    My question is how to make spring to use the interceptor.

    The messege i get is :'Bean with name...
Results 1 to 6 of 6