-
Jul 13th, 2009, 02:04 AM
#1
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'?
-
Dec 7th, 2009, 05:10 AM
#2
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
-
Forum Rules