161162163164165166167168169170171
catch (Exception e) { //if the inserting is failed, removed just created resource XfoafSscfResource xfsr = XfoafSscfResource.getXfoafSscfResource(uri,innerModel); if(xfsr!=null) bh.removeResource(xfsr, person); } return uri; }