WeblogCategoryData destCd =
(WeblogCategoryData) this.strategy.load(
destId, WeblogCategoryData.class);
// TODO: this check should be made before calling this method?
if (destCd.descendentOf(srcCd)) {
throw new RollerException(
"ERROR cannot move parent category into it's own child");
}
// get all entries in category and subcats