mutablePersistentAttribute.setValue(null);
fail("Cannot assign null to a primitive attribute; exception expected");
} catch (/* IllegalArgument */Exception expected) {
} finally {
kernel.shutdown();
}
}
// 4a. @todo BUG: It's possible to set a value to a persistent
// attribute while online; IllegalStateException expected