i am getting
Failed to instantiate java.util.List using constructor NO_CONSTRUCTOR with arguments ] with root cause
org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.List]: Specified class is an interface
this exception while updating the mongodb nested document.
the problem is the same as it is dicscuseed it this link
but still no clue how to solve it. anyone gone thorugh this??
Listwhich won't work because it is an interface. A workaround would be to convince your mapper to instead instantiate anArrayListwhenListis needed.