Results 1 to 2 of 2

Thread: Invalid Bean property or Invalid setter method

  1. #1
    Join Date
    Jul 2009
    Posts
    5

    Default Invalid Bean property or Invalid setter method

    Hi,
    I am getting the following message when i name the property in XML as iDCodeQualifier and it is working fine when i change the name to IDCodeQualifier irresoective of setter and getter.What are the possible reasons for this case sensitive exceptions
    the String in VO is defined as String iDCodeQualifier;

    Caused by: org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'com.wellpoint.ebp.provider.medical.integration.mo dels.refauth.bx.tx27813.SubscriberNameDocument.Sub scriberName' defined in class path resource [saf_config.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyExcep tion: Invalid property 'iDCodeQualifier' of bean class [com.wellpoint.ebp.provider.medical.integration.mod els.refauth.bx.tx27813.impl.SubscriberNameDocument Impl$SubscriberNameImpl]: Bean property 'iDCodeQualifier' is not writable or has an invalid setter method. Did you mean 'IDCodeQualifier'?

  2. #2
    Join Date
    Jun 2009
    Posts
    190

    Default

    Hi,

    I had faced a similar issue and was surprised with the same till i found out that the setter methosd was static. Are you also having your setter as a static method?

    Hetal

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •