org/springframework/ide/eclipse/beans/core/BeansCorePlugin
运行项目报错如下
Error creating bean with name 'daoSupport': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionTemplate' defined in class path resource [spring/ApplicationContext.xml]: Cannot resolve reference to bean 'sqlSessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring/ApplicationContext.xml]: Invocation of init method failed; nested exception is java.lang.ClassFormatError: Unknown constant tag 99 in class file com/sun/org/apache/xpath/internal/functions/Function
一般都是eclipse环境问题 clean一下project 或者maven clean,或者maven updata一般能解决
是不是jar没导进来?如果是maven的话 clean一下,不是的话,,找找缺少那个jar包
少了spring里面的jar包了吧,你检查一下spring框架的必备jar看一下