Hello Thiago,
Thanks for the reply. > The First Tapestry project doesn't use tapestry-hibernate, so this JAR shouldn't be in its classpath. The intent of mentioning the “First Tapestry Project” is to say it is the most basic application. And, the intent of mentioning "(with Tapestry 5.4-alpha-24, a DB with One Table, with proper Hibernate Tool Configuration and Code Generation) “ is to point out that I have used "tapestry-hibernate" dependency at the POM. “hibernate.cfg.xml “ properly created using Hibernate Tool. Hibernate Console is properly created. Validation of above could be checked at the Hibernate Perspective/View where I could see DB and the Tables. With this config in place, I have generated Table/Model Code Class (i.e. User) and added an entry at the Hibernate configuration hibernate.cfg.xml to map model class. > Have you checked whether the project is correctly configured at Eclipse, with the right source folders, no exclusions, etc? That the database configurations are correct? As I mentioned, this stack is working fine in Eclipse Helios. When I Run the Jetty, the Application Page is displayed in the browser and the Jetty Console is displays “INFO: HHH000046: Connection properties: {user=root, password=****}” info and beyond (as I mentioned in my primary message). But If I load this stack/project in Eclipse Juno/Kepler and Run, the Jetty Console displays content to the point till “INFO: HHH000046: Connection properties: {user=root, password=****}” and infinitely stuck to this point and the browser never loads the application page. Same app, same config, same everything is working in Eclipse Helios but not in Eclipse Juno/Kepler. > By the way, this error isn't related to Tapestry at all. It seems to me the same and hoping it to be that way, but what I was hopeful for is if anybody using Eclipse Juno/Kepler with T5.3.2/T5.4-alpha-24 & Hibernate & MySQL might have faced similar problem and could help me resolve the issue. Thanks & Best Regards, Anil