Hola buenas tardes a todos, pasa que tengo el siguiente mensaje de error cada que deployo mi proyecto en eclipse, es un proyecto web y tengo implementado Ibatis y Spring:
************************************************** ************************************************
org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'consolidacionService' defined in file [/home/ecuevas/workspaceDPOC/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/cu_desarrollo/WEB-INF/classes/config/serviceContext.xml]: Cannot resolve reference to bean 'consolidacionDAO' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'consolidacionDAO' defined in file [/home/ecuevas/workspaceDPOC/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/cu_desarrollo/WEB-INF/classes/config/daoContext.xml]: Cannot resolve reference to bean 'sqlMapClientFactoryBean' while setting bean property 'sqlMapClient'; nested exception is org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'sqlMapClientFactoryBean' defined in file [/home/ecuevas/workspaceDPOC/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/cu_desarrollo/WEB-INF/classes/config/MyBatisDaoContext.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse config resource: class path resource [config/mapperMyBatis.xml]; nested exception is com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMap/resultMap/result'. Cause: com.ibatis.common.beans.ProbeException: There is no WRITEABLE property named 'nom' in class 'mx.consolidacion.ConsolidacionBean'
************************************************** ************************************
Ese es el error y ya vi todos mis mapeos y estan muy bien no me falta nada, que puede ser?
Agradezco mucho si apoyo.
Saludos.