OPI Blog
Learn from experts in their fields

Browsing Tags: spring-jpa

Mar 9, 2017
Camel is closing JPA sessions
So I was writing a simple Camel route where I was fetching a JPA-backed entity on one step and then using it on another. While executing that second step, I got this error: org.hibernate.LazyInitializationException: could ...
Getting more properties through Spring HATEOAS
HATEOAS is a standard (though they use the word constraint) on a REST-based architecture. The idea is that the client can find out about everything via hyperlinks in the responses. Spring has a good overview ...