On Tue, 09 Dec 2014 12:45:34 -0200, Stefan Böcker <m...@v13dev.de> wrote:

Hi,

Hi!

Now I want to use the session handling of the third-party library. Is
there any way to tell Tapestry not to handle the Hibernate-session the
default way, but to use some session-handling logic that I (or some
third-party library) provide?

In this case, don't use tapestry-hibernate (i.e. not have it in your classpath. Just create a org.hibernate.Session service in your AppModule so you can @Inject Session in services, components and pages.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to