135136137138139140141142143144145
throw new RepositoryException(e.getMessage()); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (rm != null) { rm.releaseConnection(); } } } } else { // start build uri from root-item
660661662663664665666667668669670
throw new RepositoryException(e); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (method != null) { method.releaseConnection(); } } } return descriptors; }
832833834835836837838839840841842
throw new RepositoryException(e); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (method != null) { method.releaseConnection(); } } } /**
22122213221422152216221722182219222022212222
23362337233823392340234123422343234423452346
136137138139140141142143144145146
561562563564565566567568569570571
730731732733734735736737738739740
21052106210721082109211021112112211321142115
22272228222922302231223222332234223522362237