do not initialise the flowext subsystem
Change-Id: I760a95a27fce91c80b5f5f3d396c80e4b0eca378
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -62,7 +62,7 @@ import static org.slf4j.LoggerFactory.getLogger; | ... | @@ -62,7 +62,7 @@ import static org.slf4j.LoggerFactory.getLogger; |
62 | /** | 62 | /** |
63 | * Experimental extension to the flow rule subsystem; still under development. | 63 | * Experimental extension to the flow rule subsystem; still under development. |
64 | */ | 64 | */ |
65 | -@Component(immediate = true) | 65 | +@Component(immediate = false) |
66 | @Service | 66 | @Service |
67 | public class FlowRuleExtManager extends FlowRuleManager | 67 | public class FlowRuleExtManager extends FlowRuleManager |
68 | implements FlowRuleExtService { | 68 | implements FlowRuleExtService { | ... | ... |
... | @@ -71,7 +71,7 @@ import static org.slf4j.LoggerFactory.getLogger; | ... | @@ -71,7 +71,7 @@ import static org.slf4j.LoggerFactory.getLogger; |
71 | * Implement a simple routing-like mechanism to directly send service data to its master and push to device. | 71 | * Implement a simple routing-like mechanism to directly send service data to its master and push to device. |
72 | * This Router does not save any flow rule extension data in cache, it focus on routing mechanism. | 72 | * This Router does not save any flow rule extension data in cache, it focus on routing mechanism. |
73 | */ | 73 | */ |
74 | -@Component(immediate = true) | 74 | +@Component(immediate = false) |
75 | @Service | 75 | @Service |
76 | public class DefaultFlowRuleExtRouter | 76 | public class DefaultFlowRuleExtRouter |
77 | implements FlowRuleExtRouter { | 77 | implements FlowRuleExtRouter { | ... | ... |
-
Please register or login to post a comment