I was using Eclipse's ant editor as XML editor to edit spring's config files. I was also using built-in formating functionality to format the XML file. Well, the stupid thing added a newline at the...
Type: Posts; User: prane; Keyword(s):
I was using Eclipse's ant editor as XML editor to edit spring's config files. I was also using built-in formating functionality to format the XML file. Well, the stupid thing added a newline at the...
Are you sure the jdbc connection configuration parameters are OK?
also try replacing
jdbc:hsqldb:data/projectx
by full path to your database files.[/quote]
My HibernateTemplate based DAO works...
I am trying HibernateInterceptor and HibernateTemplate. HibernateTemplate works like a charm. No luck with HibernateInterceptor though. Here is my spring config file:
<?xml version="1.0"...