Details
-
Bug
-
Resolution: Won't Do
-
Neutral
-
None
-
4.4.3
-
None
Description
The code goes like this
try { addParagraphToCache(paragraphNode); } catch (Exception e) { log.error("Can't reload the node " + paragraphNode.getUUID() + " on location: " + paragraphNode.getHandle()); }
... so there is absolutely no other way than debugging to see what is going on. (a ClassCastException in my case)
Checklists
Acceptance criteria