Remove service annotation for ImperativeBluePrintWorkflowService 35/109435/2
authorJozsef Csongvai <jozsef.csongvai@bell.ca>
Mon, 22 Jun 2020 21:24:39 +0000 (17:24 -0400)
committerKAPIL SINGAL <ks220y@att.com>
Wed, 24 Jun 2020 02:49:33 +0000 (02:49 +0000)
commit86d310a51662379343579f6850710c376fd865fb
treee8914c6a4276d8eaa1f000a00f56250c59ffc1e8
parentaee530a92b14041b73d5c15bf4fa0709c92a82d0
Remove service annotation for ImperativeBluePrintWorkflowService

Even with the PROTOTYPE_SCOPE annotation the bean was in effect
a Singleton, as it was only injected in one other service. The
class has field variables which would be shared by every thread,
potentially causing severe errors under parallel execution.

Removed annotations to disable dependency injection, and instead
create a new instance with every execution call.

Issue-ID: CCSDK-2473
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I9e7148540781dcd869d55d932f4187c5f81cb3f5
ms/blueprintsprocessor/modules/services/workflow-service/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/services/workflow/ImperativeWorkflowExecutionService.kt
ms/blueprintsprocessor/modules/services/workflow-service/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/services/workflow/ImperativeWorkflowExecutionServiceTest.kt