[Wicket-user] config file on classpath

2007-03-13 Thread Udora
Hi all, I have the following spring configuration in my web.xml: context-param param-namecontextConfigLocation/param-name param-valueclasspath*:applicationContext-service.xml/param-value /context-param The applicationContext-service.xml references a hibernate-cfg.xml file.

Re: [Wicket-user] config file on classpath

2007-03-13 Thread Udora
Ok, again I solved my own problem. I inserted a classpath:hibernate-cfg.xml and it now works in the applicationContext.xml file. Regards On 3/13/07, Udora [EMAIL PROTECTED] wrote: Hi all, I have the following spring configuration in my web.xml: context-param