Upon External Serialization, do a nulll check on modificationDate. It is...
Upon External Serialization, do a nulll check on modificationDate. It is possible that the modificationDate is null, if the room was just created through REST API. That results in an NPE, partial room creation, and failure in communicating the room updated event via hazelcast. If modification date is null, send the creationDate value instead. see https://discourse.igniterealtime.org/t/openfire-hazelcast-clustering-rest-api-room-creation-npe-when-no-modificaitondate-sent/80619/2
Showing
Please register or sign in to comment