I found out interesting thing – when you debug your app with active connection to Mongo it could cause unexpected issue at least if use spring mongo data What I noticed If you remove all data from collection you will not be able insert any new record to that collection Sometimes getAll method could return list of nulls instead [...]
Andriy Andrunevchyn
I reinstalled my OS so that mongo either. When I deploy project, following error appeared in log I spend few hours adding user in robomongo and directly from shell and restarting mongo and OS until figured out it could be issue with version of Spring Data MongoDB And yes it was that Here mentioned the same [...]
Andriy Andrunevchyn
Цікаву багу(особливість?) знайшов у mongo/spring-data-mongo Коли зберігаєш пустий ArrayList на зразок То при вичитці монго повертає HashSet і відповідно кидає помилку Чому так стається наразі не вияснив, просто заборонив поки що зберігати порожні масиви та колекції
Andriy Andrunevchyn
Recent Comments