本帖最后由 lunererer 于 2009-09-26 11:55:38 编辑

解决方案 »

  1.   

    把/WEB-INF/applicationContext.xml文件的schema声明改成一下这样的<beans xmlns="http://www.springframework.org/schema/beans"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:context="http://www.springframework.org/schema/context"
           xmlns:aop="http://www.springframework.org/schema/aop"
           xmlns:tx="http://www.springframework.org/schema/tx"
           xsi:schemaLocation="http://www.springframework.org/schema/beans
               http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
               http://www.springframework.org/schema/context
               http://www.springframework.org/schema/context/spring-context-2.5.xsd
               http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
               http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">
      

  2.   

    改过了,还是一样。不知道您找出什么错误了么?这会是和tomcat有关么?或者是其它原因?
      

  3.   


    我从没遇见过这个错误啊 我部署完项目一点问题都没有 我也不太清楚是否和tomcat有关,要不然你从新解压缩一个绿色版的tomcat?
      

  4.   

    我感觉和tomcat有关系。我装了个tomcat运行后跑一样的程序(虽然程序本身有问题),新tomcat启动时不会出现那样的错误。谢谢您了。