generally it means you are missing some jar file. google about it.
Type: Posts; User: ashishlin; Keyword(s):
generally it means you are missing some jar file. google about it.
try @Resource(mappedName="toDoModel") instead.
Check this thread
are you sure you have hibernate 3 jar files in your WEB-INF/lib ?
Hi amar4kintu,
Frist, if you are working with Spring 3.x release please use ZK Spring 3.0RC release. You can download it from here
Second, it seems you are using some code from zktodo2 application...
Hi,
This is regarding Extensible XML authoring. In one of the BeanDefinitionParser implementation I need to access standard form login filter i.e. UsernamePasswordAuthenticationFilter filter which...
Hi,
I'm upgrading from Spring security 2.0.3 to 3.0.2. I have a NameSpaceHandler + BeanDefinitionParser implementation to author my own framework(or call it a spring security extension) specific XML...