Description
Imagine you have destroyed by mistake a descriptor, but the database still exists.
You might want to write a groovy code like this one:
def descriptor = new WikiDescriptor("existingDatabase", "myAlias"); services.wiki.saveDescriptor(descriptor);
but it throws a NullPointerException.