This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { |