Details
-
Bug
-
Status: Closed
-
Should
-
Resolution: Won't Fix
-
OpenMRS 1.9.7
-
None
Description
Occasionally when you go to the setting page you get this error:
HTTP Status 500 - Could not instantiate bean class [java.util.List]: Specified class is an interface.
SettingsController.getSettingsForm(...) has an argument of type List<String>, it needs to be set to a concrete class like ArrayList<String> or Vector<String>, spring attempts to create an instance of the specified argument type before passing it to the controller hence the exception
Gliffy Diagrams
Attachments
Issue Links
- is duplicated by
-
TRUNK-3485 Settings Page throws BeanInstantiationException: Could not instantiate bean class [java.util.List]
-
- Closed
-