Hi all,

I don't know if anyone have encounter this problem before or not.

In my module, I have a ReminderResponse object which extends the
BaseOpenmrsData. Basically I want to send a list of the above object
through the controller using the @ResponseBody annotation.

@ResponseBody List<ReminderResponse> searchResponses(...);

When I open the jsp page, I receive HTTP 500 and the stacktrace only
shows this line of message:
2011-08-24
23:25:30.067::WARN:  
/openmrs/module/clinicalsummary/response/responseSearch.form: 
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions 
for property "voided": org.openmrs.BaseOpenmrsData#isVoided(0 params) vs 
org.openmrs.BaseOpenmrsData#getVoided(0 params) (through reference chain: 
java.util.ArrayList[0])

Is there any particular reason we have both isVoided and getVoided?

-Win 

_________________________________________

To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to 
[email protected] with "SIGNOFF openmrs-devel-l" in the  body (not 
the subject) of your e-mail.

[mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

Reply via email to