-
Feb 22nd, 2011, 05:38 AM
#1
Did not realize init() exception thrown by servlet spring:
Hi All,
I am new to springs and I am getting the following error message.
2/22/11 15:50:40:257 IST] 0000001a ServletWrappe E SRVE0100E: Did
not realize init() exception thrown by servlet spring:
org.springframework.beans.factory.BeanCreationExce ption: Error creating
bean with name 'hierarchyManagerService' defined in ServletContext resource
[/WEB-INF/application-config.xml]: Cannot resolve reference to bean
'HierarchyManager' while setting bean property 'objHierarchyManager';
nested exception is
org.springframework.beans.factory.BeanCreationExce ption: Error creating
bean with name 'HierarchyManager' defined in ServletContext resource
[/WEB-INF/application-config.xml]: Instantiation of bean failed; nested
exception is org.springframework.beans.BeanInstantiationExcepti on: Could
not instantiate bean class [com.citi.gmr.service.HierarchyManagerBase]:
Constructor threw exception; nested exception is
com.citi.gmr.util.GmrExceptio
I know that some where in the dependency injection I am doing wrong. But I am not able to identify. Please help me in resolving this issue
-
Feb 23rd, 2011, 08:48 AM
#2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules