111112113114115116117118119120121
backupContext.setApplicationName(currentContext.getApplicationName()); try { backupContext.SymTab_initForRequest(true); } catch (Throwable e) { e.printStackTrace(); }
328329330331332333334335336337338
if(currentContext == null) { try { currentContext = (FusionContext)getBackupFusionContext().clone(); currentContext.SymTab_initForRequest(true); FusionContext.setCurrent(currentContext); } catch (CloneNotSupportedException e) {