Index: dna-jcr/src/main/java/org/jboss/dna/jcr/SessionCache.java =================================================================== --- dna-jcr/src/main/java/org/jboss/dna/jcr/SessionCache.java (revision 777) +++ dna-jcr/src/main/java/org/jboss/dna/jcr/SessionCache.java (working copy) @@ -368,7 +368,7 @@ * @return the new instance of the {@link Property}; never null */ private AbstractJcrProperty createAndCacheJcrPropertyFor( PropertyInfo info ) { - boolean multiValued = info.getProperty().isMultiple(); + boolean multiValued = info.isMultiValued(); JcrPropertyDefinition definition = nodeTypes().getPropertyDefinition(info.getDefinitionId(), multiValued); assert definition != null; if (multiValued) {