src/main/java/org/apache/jackrabbit/ocm/manager/collectionconverter/impl/DefaultCollectionConverterImpl.java [206:212]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
			CollectionDescriptor collectionDescriptor,
			ManageableObjects objects, String jcrName)
			throws PathNotFoundException, RepositoryException,
			VersionException, LockException, ConstraintViolationException,
			ItemExistsException {
		ClassDescriptor elementClassDescriptor = mapper.getClassDescriptorByClass( ReflectionUtils.forName(collectionDescriptor.getElementClassName()));
        Node collectionNode = parentNode.getNode(jcrName);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/jackrabbit/ocm/manager/collectionconverter/impl/DefaultCollectionConverterImpl.java [307:315]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
									CollectionDescriptor collectionDescriptor,
									ManageableObjects objects, String jcrName)
									throws PathNotFoundException, RepositoryException,
									VersionException, LockException, ConstraintViolationException,
									ItemExistsException {
		
		
		ClassDescriptor elementClassDescriptor = mapper.getClassDescriptorByClass( ReflectionUtils.forName(collectionDescriptor.getElementClassName()));
        Node collectionNode = parentNode.getNode(jcrName);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



