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"...
Type: Posts; User: rboere; Keyword(s):
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"...
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"...
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...
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...
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...
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...