1. Wicket, Spring and Hibernate - Testing with Unitils - Error: Table not found in statement [select relname from pg_class] stackoverflow.comI've been following a tutorial and a sample application, namely 5 Days of Wicket - Writing the tests: http://www.mysticcoders.com/blog/2009/03/10/5-days-of-wicket-writing-the-tests/ I've set up my own little project with a simple shoutbox ... |
2. Hibernate not showing sql statement even with sql_show=true stackoverflow.comI am not sure why it doesn't show sql statement. I have it working before (on older spring, I am using 3 this time) In ApplicationContext I have :
|
3. Select statement not recognised in native hibernate query forum.springsource.orgJan 20th, 2005, 06:06 PM #1 Aslam View Profile View Forum Posts Private Message Junior Member Join Date Sep 2004 Posts 25 Select statement not recognised in native hibernate query Hi ... |
4. Hibernate Unexpected token in statement exception forum.springsource.orgHibernate Unexpected token in statement exception Hello everybody, i have a problem with hibernate, spring and hsqldb. I try to get a list of Employees matching a companyId. I'll get this ... |
5. JdbcTemplate: logging sql statement just like hibernate? forum.springsource.orgHi, I'm developing an application where I have both Hibernate and direct jdbc access (to two different databases, one new, one legacy). I like the way Hibernate logs the sql statements, ... |
6. Spring/Hibernate Application Hangs after 8 sql statement forum.springsource.orgSpring/Hibernate Application Hangs after 8 sql statement I am using SQL server and its simple application to read data from it via hibernate/springs but my application ALWAYS hangs after 8 sql ... |
7. no import statements needed for plain hibernate 3 DAO? forum.springsource.orgeclipse is complaining about sessionFactory being undefined... but i'm not supposed to add import statements right? so is there some way to have it not show this error in Eclipse? i ... |
8. Hibernate Log statements getting logged in the stdout of tomcat forum.springsource.orgHibernate Log statements getting logged in the stdout of tomcat Hi all, I am using Spring Hibernate tomcat 6 java 6 log4j in my application. in the application context file i ... |
9. Hibernate + Spring + select statement : Update Exception forum.hibernate.org |