*/
public void initialize() throws Exception {
this.propertyHelper = new WebDAVRepositoryPropertyHelper(this.credentials, this);
this.transactionHelper = new WebDAVRepositoryTransactionHelper(this.credentials, this);
this.versioningHelper = new WebDAVRepositoryVersioningHelper(this.credentials, this);
LifecycleHelper lh = new LifecycleHelper(this.getLogger(),
null,
this.manager,
null,
null);
lh.setupComponent(this.propertyHelper, true);
lh.setupComponent(this.transactionHelper, true);
lh.setupComponent(this.versioningHelper, true);
}