Session « Search « JPA Q&A





1. Hibernate search problem - could not initialize proxy - no Session    stackoverflow.com

I have the following exception when adding a new record using hibernate. I am also using Hibernate search to create index. This is my exception.

Jun 11, 2009 1:01:23 PM org.hibernate.LazyInitializationException <init>
SEVERE: could ...

2. Use the Hibernate Session in a ClassBridge    stackoverflow.com

I have created a ClassBridge in Hibernate-Search. Inside the bridge I have some Hibernate queries that I can not use because the application freezes when accessing the Hibernate Session. Actually I can not ...