org.springframework.beans.factory.BeanDefinitionStoreException:Unexpected Exception parsing XML document from file [F:\java6\idear2010\idear2010\WEB-inf\classes\applicationcontext.xml]; Nested exception is java.lang.IllegalStateException:Annotationforclass [ Com.idearsoft.idear.module.SystemMaintain.action.HomeAction] conflicts with existing, non-class [com.idearsoft.idear.module.Main.action.HomeAction]
I have two classes of the same name in a different package, except that the class is in a different directory. For example, there is a homeaction.java under the Com.idearsoft.idear.module.SystemMaintain.action, Com.idearsoft.idear.module.Main.action also has a homeaction.java. These two homeaction conflicts are always prompted when the application server starts.
From: http://blog.sina.com.cn/s/blog_4b6f8d1501015jt4.html
"Spring" non-compatible bean definition of same name and class