final ShpDocPropertyParser parser = new ShpDocPropertyParser(url);
parser.setFeatureDocumentInfos(feature, new ArrayList<DocumentInfo>());
parser.writeProperties();
attachDir = parser.getFeatureAttachDir(FEATURE);
attachSource = new ShpAttachmentSource(geoResource);
cleaupAttachDir();
}