Invalid property 'startDate' of bean class org.openmrs.Location

We recently upgraded from version 1.7 to 1.12. We are seeing the following error when navigating to Administration > Manage Locations > Select a location from the list. I found a few tickets related to this, but they all appear to be closed (TRUNK-2216https://issues.openmrs.org/browse/TRUNK-2116?jql=text%20~%20"Invalid%20property%20'startDate'%20of%20bean%20class", TRUNK-2121https://issues.openmrs.org/browse/TRUNK-2121?jql=text%20~%20"Invalid%20property%20'startDate'%20of%20bean%20class", TRUNK-4168https://issues.openmrs.org/browse/TRUNK-4168?jql=text%20~%20"Invalid%20property%20'startDate'%20of%20bean%20class"). Any ideas why we are still seeing this issue in 1.12?

RequestContextAwareTag.doStartTag|2017-04-06 09:01:42,087|Invalid property ‘startDate’ of bean class [org.openmrs.Location]: Bean property ‘startDate’ is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter?

Thanks, David Ely Software Developer Children’s Health Services Research IU School of Medicine Phone: 317-278-1642 Email: davely@iu.edu

startDate should be a field on PersonAddress and not Location, seems like a bug to me. I still think we should some day change PersonAddress to extend Location or have a location field

Should I go ahead and create a ticket for this?

Sure, thanks! Please include in the ticket description the steps to reproduce it.