126127128129130131132133134135136
}catch(Exception e){ LogFactory.getLog(Viewer.class.getName()).error(e); return null; } finally { try { jaweController.closePackage(null, true); } catch (Exception e) { // ignore } } }