This is an automated email from the ASF dual-hosted git repository. myrle pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-demo-server.git
commit 66f14b2712a8059bd452659480373f4c45a1296e Author: Mark <mark.vanv...@gmail.com> AuthorDate: Wed Aug 16 17:26:03 2017 +0200 Add missing customer service --- src/main/java/io/mifos/dev/ServiceRunner.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/io/mifos/dev/ServiceRunner.java b/src/main/java/io/mifos/dev/ServiceRunner.java index 3c62613..a093c49 100644 --- a/src/main/java/io/mifos/dev/ServiceRunner.java +++ b/src/main/java/io/mifos/dev/ServiceRunner.java @@ -37,6 +37,7 @@ import io.mifos.core.test.servicestarter.ActiveMQForTest; import io.mifos.core.test.servicestarter.EurekaForTest; import io.mifos.core.test.servicestarter.IntegrationTestEnvironment; import io.mifos.core.test.servicestarter.Microservice; +import io.mifos.customer.api.v1.CustomerEventConstants; import io.mifos.customer.api.v1.client.CustomerManager; import io.mifos.deposit.api.v1.client.DepositAccountManager; import io.mifos.identity.api.v1.client.IdentityManager; @@ -411,6 +412,8 @@ public class ServiceRunner { io.mifos.rhythm.spi.v1.PermittableGroupIds.forApplication(portfolioManager.name()), schedulerUser.getIdentifier()))); } + provisionApp(tenant, ServiceRunner.customerManager, CustomerEventConstants.INITIALIZE); + provisionApp(tenant, depositAccountManager, io.mifos.deposit.api.v1.EventConstants.INITIALIZE); provisionApp(tenant, ServiceRunner.tellerManager, io.mifos.teller.api.v1.EventConstants.INITIALIZE); -- To stop receiving notification emails like this one, please contact my...@apache.org.