File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Spring and the fly likes spring bean property is not writable or has an invalid setter method Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "spring bean property is not writable or has an invalid setter method" Watch "spring bean property is not writable or has an invalid setter method" New topic
Author

spring bean property is not writable or has an invalid setter method

Kshitiz Agarwal
Ranch Hand

Joined: Dec 15, 2011
Posts: 36
Hi,

I am using spring in my application and m facing this problem:



The code of class MCQSingleAnsController.java is:



And spring config file is:




Here,
MCQSingleAnsValidator implements questionValidatorInterface
MCQSingleAnsmanager implements questionmanagerInterface


What is the problem...all setters are correct...
Murali Ranga
Ranch Hand

Joined: Dec 16, 2011
Posts: 38
config file
questionValidatorInterface :com.infosys.enr.question.validator.MCQSingleAnsValidator
In java file
questionValidatorInterface:com.infosys.enr.question.validator.QuestionValidatorInterface

change code in java file as

private MCQSingleAnsValidator questionValidatorInterface;

Kshitiz Agarwal
Ranch Hand

Joined: Dec 15, 2011
Posts: 36
Murali Ranga wrote:config file
questionValidatorInterface :com.infosys.enr.question.validator.MCQSingleAnsValidator
In java file
questionValidatorInterface:com.infosys.enr.question.validator.QuestionValidatorInterface

change code in java file as

private MCQSingleAnsValidator questionValidatorInterface;



Thanks for the reply.. I did it but the same error is coming



The modified java file is:



Is the problem related to jar files...like any compatibiloty issue or something...? I am using Tomcat 6, spring 3.0.6, spring-webmvc 3.0.3 and web module 2.5
srinivas muni
Greenhorn

Joined: Oct 04, 2010
Posts: 15
Use MCQSingleAnsmanager instead of questionmanagerInterface in your java code

Kshitiz Agarwal
Ranch Hand

Joined: Dec 15, 2011
Posts: 36
svm muni wrote:Use MCQSingleAnsmanager instead of questionmanagerInterface in your java code



I did it...but no effect ...what can be the cause of error...jar files, xml config...??? I have pasted the entire code here http://forum.springsource.org/showthread.php?121005-Webpage-not-running-in-tomcat-6&p=397016#post397016
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: spring bean property is not writable or has an invalid setter method
 
Similar Threads
Error getting Spring security 2 to set up in Spring 2.5
Unable to connect to database
NotWritablePropertyException,BeanCreationException
unable to start jbilling
Error defining a bean. Please help