Skip to content

Instantly share code, notes, and snippets.

18-08-09 Thu 15:14:30.470 [INFO ] - [ GATE-2] ImageReader : Reading ce810f42-2159-4fcc-9e53-12b7507eee49 images for device 391
18-08-09 Thu 15:14:30.511 [DEBUG] - [ GATE-2] StepScope : Creating object in scope=step, name=scopedTarget.imageWriter
18-08-09 Thu 15:14:30.514 [DEBUG] - [ GATE-2] ResourcelessTransactionManager : Creating new transaction with name [org.springframework.batch.core.repository.support.SimpleJobRepository.updateExecutionContext]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
18-08-09 Thu 15:14:30.514 [DEBUG] - [ GATE-2] ResourcelessTransactionManager : Initiating transaction commit
18-08-09 Thu 15:14:30.514 [DEBUG] - [ GATE-2] ResourcelessTransactionManager : Committing resourceless transaction on [org.springframework.batch.support.transaction.ResourcelessTransactionManager$ResourcelessTransaction@6dede95c]
18-08-09 Thu 15:14:30.514 [DEBUG] - [ GATE-2] RepeatTemplate : Starting repeat context
@waeljammal
waeljammal / PersistentRouterOutlet.ts
Last active June 21, 2021 06:35
Angular 2 Persistent Router
import * as hookMod from 'angular2/src/router/lifecycle_annotations';
import * as routerMod from 'angular2/src/router/router';
import {isBlank, isPresent} from 'angular2/src/facade/lang';
import {StringMapWrapper} from 'angular2/src/facade/collection';
import {Promise, PromiseWrapper} from 'angular2/src/facade/async';
import {BaseException} from 'angular2/src/facade/exceptions';
import {
ElementRef, DynamicComponentLoader, Directive, Injector, provide, ComponentRef, Attribute
} from 'angular2/core';
import {