{
try
{
ObjectContentManager ocm = getObjectContentManager();
ObjectContentManagerImpl ocmImpl = (ObjectContentManagerImpl) ocm;
Session session = ocmImpl.getSession();
Node root = session.getRootNode();
root.addNode("test");
MultiValue multiValue = new MultiValue();
multiValue.setPath("/test/m1");