public String printProperty(javax.jcr.Property property) {
   try {
     return printObject(JcrResourceUtil.toJavaObject(property));
   } catch (RepositoryException e1) {
     return e1.getMessage();
   }
 }