`
esffor
  • 浏览: 1371879 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Spring配置文件加载时出现Bean property 'newscontentDAO' is not writable or has an invalid setter method错误的解决

阅读更多

因为Spring要求注入的成员变量要按照sun的命名规范,所以,注入 变量名必须首字母小写
<property name="target">
          <bean class="com.bjjdsy.ky.zl.service.StationServiceImpl">
            <property name="stationDAO">
                <ref bean="StationDAO"/>
           </property>
          </bean>
 </property>

 

StationServiceImpl 中要这样定义 stationDAO
private StationDAOImpl stationDAO;

 

注意,其中 stationDAO必须首字母小写,否则会提示不可写或者没有setter方法

 

Spring真是严谨



分享到:
评论

相关推荐

    dubbo-admin 管理后台2.5.4 for JDK8

    org.springframework.beans.NotWritablePropertyException: Invalid property 'URIType' of bean class [com.alibaba.citrus.service.uribroker.uri.GenericURIBroker]: Bean property 'URIType' is not writable or...

    支持jdk8版本dubbo-admin

    property 'URIType' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? 这个问题我也在网上找了很久也没有好的解决方案,最后还是...

    org.springframework.web.servlet-3.0.1.RELEASE-A.jar

    nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'error_view' of bean class [com.demo.controller.action.AuthorAction]: Bean property 'error_view' is not ...

    Dubbo管理控制台dubbo admin2.X for jdk8 (window,liunx)

    [com.alibaba.citrus.service.uribroker.uri.GenericURIBroker]: Bean property 'URIType' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of ...

    proxool jar包

    Invalid property 'houseKeepingSleepTime' of bean class [org.logicalcobwebs.proxool.ProxoolDataSource]: Bean property 'houseKeepingSleepTime' is not writable or has an invalid setter method. Does the ...

    org.springframework.transaction-3.1.2.RELEASE.zip

    org.springframework.beans....: Bean property 'transactionManagerBeanName' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?

    dubbo-admin jdk1.8

    dubbo-admin 在jdk1.8 环境下会出现Bean property 'URIType' is not writable or has an invalid setter,此版本通过替换citris,spring的低版本解决了这个问题

    dubbo-admin-2.5.8.war(编译环境JDK8)

    org.springframework.beans.NotWritablePropertyException: Invalid property 'URIType' of bean class [com.alibaba.citrus.service.uribroker.uri.GenericURIBroker]: Bean property 'URIType' is not writable or...

    dubbo_admin-2.54.war和dubbo_admin_2.54forJDK8

    property 'URIType' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? 把其中的spring2的系列JAR包换成了spring3的,就可以在JDK8...

    精通pl/sql part2

    精通pl/sql part2

    Storage Not Writable(解决方案).md

    Storage Not Writable(解决方案).md

    Directory Not Writable(解决方案).md

    Directory Not Writable(解决方案).md

    Backup Directory Not Writable(解决方案).md

    Backup Directory Not Writable(解决方案).md

    Cache Directory Not Writable(解决方案).md

    Cache Directory Not Writable(解决方案).md

    解决内存不能为read,write

    标题 "解决内存不能为read,write" 描述的是一个常见的计算机错误提示,通常在Windows操作系统中出现。这个错误表示程序在尝试访问内存时遇到了问题,可能是由于软件bug、硬件故障或者系统兼容性问题导致的。下面我们...

    浅析is_writable的php实现

    这里使用了错误抑制操作符@来避免打开文件时可能出现的警告或错误。 知识点三:对不存在文件的处理 如果文件不存在,函数尝试以'w'模式(写)打开文件。这个模式会创建一个新的空文件,如果能够成功创建文件,那么...

    php is_writable判断文件是否可写实例代码

    - **错误处理**:在使用`is_writable()`时,应考虑文件不存在或权限不足的情况,并给出适当的错误信息或处理策略。 以上内容涵盖了`is_writable()`函数的核心知识点,以及在实际开发中如何使用和注意事项。熟悉这些...

    TR069错误码介绍

    该协议定义了一系列的错误码,以便在设备管理和配置过程中能够快速地检测和解决问题。在TR069协议中,错误码分为ACS错误代码和CPE错误代码两大类。 ACS错误代码主要包括以下几种: * 8000 Method not supported:...

Global site tag (gtag.js) - Google Analytics