Description
An NPE will be generated on the server (and resulting in client getting MarshallingException) if exists() is called on a node with null data.
workaround is to create the node with non-null data.
be sure to update the tests for this case