Hi,
i am using tapestry 5 together with hibernate (3.2.5), hibernate-search (3.0.0) and the tapestry-hibernate module. Hibernate-Search is crashing because of the tapestry-hibernate module proxy the hibernate-session object and hibernate-search, especially FullTextSessionImpl, do some casting to session object.
So question is, why do FullTextSessionImpl cast org.hibernate.Session to org.hibernate.classic.Session? Is that anything because backwards compatibility? Any chance to remove this cast in future release to allow a session proxy?
Thanks a lot,
Thomas
|