启动时报The prefix "aop" for element "aop:config" is not bound
我用的是spring2.5.2
已经把spring.jar,spring-aop.jar,spring-hibernate3.jar,spring-tx.jar,spring-core.jar,cglib-nodep-2.1_3.jar都放进来了 哪位朋友知道是什么原因造成的吗? 麻烦请告诉我谢谢!

解决方案 »

  1.   

    暂时没有用到那么高的spring2.5版本。
    替你关注中。。
      

  2.   

    <beans xmlns="http://www.springframework.org/schema/beans"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     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.xsd 
                         http://www.springframework.org/schema/tx 
                         http://www.springframework.org/schema/tx/spring-tx.xsd 
                         http://www.springframework.org/schema/aop 
                         http://www.springframework.org/schema/aop/spring-aop.xsd">