Hi all, I am trying to add a DAO layer in my application, using the sample code provided at:
http://tapestry.formos.com/nightly/tapestry5/tapestry-hibernate/userguide.html The problem is that the annotation @CommitAfter is missing and HibernateTransactionDecorator cannot be found in the classpath. I am using T5.0.11. My classpath contains tapestry- {annotations, core, hibernate, ioc, spring, upload} -5.0.11.jar Am I missing anything or do I have to use a different version of Tapestry? Otherwise, what could be wrong? If it helps, I am using tomcat 6.0.14 Thanks in advance, Grigoris