spring 配置文件出错

<?xml version="1.0" encoding="UTF-8"?>
<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.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop.xsd
http://www.springframework.org/schema/tx 
http://www.springframework.org/schema/tx/spring-tx.xsd">

错误提示为第一行和最后一行。错误提示的信息如下

Multiple annotations found at this line:

- schema_reference.4: Failed to read schema document 'http://www.springframework.org/schema/beans/spring-beans.xsd', because 1) 
 could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.

- cvc-elt.1: Cannot find the declaration of element 'beans'.

看了提示之后以为是没找到http://www.springframework.org/schema/tx/spring-tx.xsd这个文件,就去把这个导入进来:window -> Preference ->在搜索框输入XML Catalog,添加进去之后发现问题还存在。

我就试着看能不能工程运行起来,运行后报错了,看了错误提示信息才知道原来是配置

<bean id="adminCompanyAction" class="com.lfc.graduate.company.adminaction.AdminCompanyAction" scope="prototype">
<property name="companyervice" ref="companyService"/>
</bean>

的时候companyervice写错了,应该为companyService。好低级的错误啊(捂脸)!!!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值