diff options
Diffstat (limited to 'sandbox/slaws/bank-challenge/bank-contribution/src/main/resources/Bank.composite')
-rw-r--r-- | sandbox/slaws/bank-challenge/bank-contribution/src/main/resources/Bank.composite | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sandbox/slaws/bank-challenge/bank-contribution/src/main/resources/Bank.composite b/sandbox/slaws/bank-challenge/bank-contribution/src/main/resources/Bank.composite index 60919c0bfe..e774169dc2 100644 --- a/sandbox/slaws/bank-challenge/bank-contribution/src/main/resources/Bank.composite +++ b/sandbox/slaws/bank-challenge/bank-contribution/src/main/resources/Bank.composite @@ -26,6 +26,8 @@ <implementation.java class="bank.impl.BankServiceImpl"/> <service name="BankService"> </service> + <service name="ChallengeControl"> + </service> </component> </composite> |