- Timestamp:
- 12/19/06 19:09:29 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_BDP/com/scenari/m/bdp/module/save/HModuleSave.java
r7589 r7818 270 270 try { 271 271 vWsp.hSaveItem(vResult, vTrans, pClientId); 272 vWsp.hGetRepository().hGetContentAccess().hDeleteRes(vResult.hGetId(), fItemType.hGetContentFormat(), pUriRes .endsWith("/") ? pUriRes.concat("*") : pUriRes, vTrans);272 vWsp.hGetRepository().hGetContentAccess().hDeleteRes(vResult.hGetId(), fItemType.hGetContentFormat(), pUriRes, vTrans); 273 273 vWsp.hTransactionCommit(vTrans); 274 274 } catch (Exception e) {
Note: See TracChangeset
for help on using the changeset viewer.