On Thu, 07 Oct 2010 21:20:11 -0300, ael <alan-lua...@dash.com.ph> wrote:

This is my code in Hibernate returning LIST...

Your code isn't using Tapestry-Hibernate nor Tapestry-IoC at all. Check the steps at http://tapestry.apache.org/tapestry5.1/tapestry-hibernate/userguide.html, section Managing Transactions using DAOs. Make your DAO implemenation a Tapestry-IoC service and inject a Session on it (through constructor or @Inject private Session session).

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.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