Unable to launch business application in dev mode
Hi ,
I am unable to launch my spring boot based embedded kie server application using dev mode which provided connectivity to the business central.
kie-server config
kieserver.serverId=product-management-service
kieserver.serverName=product-management-service
kieserver.location=http://localhost:8090/rest/server
kieserver.controllers=http://localhost:8080/business-central/rest/controller
Error while running business application-
11:27:40.886 [KieServer-ControllerConnect] WARN org.kie.server.services.impl.controller.DefaultRestControllerImpl - Exception encountered while syncing with controller at http://localhost:8080/business-central/rest/controller/server/business-application-service-dev error Error while sending PUT request to http://localhost:8080/business-central/rest/controller/server/business-application-service-dev response code 405
Reference : https://access.redhat.com/documentation/es-es/red_hat_process_automation_manager/7.13/pdf/integrating_red_hat_process_automation_manager_with_other_products_and_components/red_hat_process_automation_manager-7.13-integrating_red_hat_process_automation_manager_with_other_products_and_components-en-us.pdf
Section-7.2. RUNNING BUSINESS APPLICATIONS IN DEVELOPMENT MODE
Please assist.