Description of problem: Currently, a deployed kjar via maven-wagon doesn't have its deployment unit, so it's not possible to start any business process. To create the deployment unit, user is pushed to create one manually in Deployment Units view. Business central REST API doesn't provide any method to create a deployment unit for a kjar remotely.
Deploying through REST api is currently not supported. Manually creating the deployment through the UI, or creating a deployment using the command line tool are the recommended approaches.
Not a test blocker. We can get around that with Selenium.
Fixed. The work included the following: - Creating the REST services - A fix to drools-persistence-jpa (tx's in separate threads) - Refactoring a couple interfaces to the kie-internal module These commits have added 4 new REST operations and 1 new helper interface/framework. I hope to have documentation for them finished by the ned of this coming week (dec 6). 6.0.x: https://github.com/droolsjbpm/droolsjbpm-integration/commit/a22e172aff9bc5 https://github.com/droolsjbpm/jbpm/commit/6bf53b6113e3bb0d7e861186a89cf2d8 https://github.com/droolsjbpm/jbpm/commit/1bd00a5c63194b5bb815a99f6ad7a92a https://github.com/droolsjbpm/droolsjbpm-knowledge/commit/7534dcb59ca5c0db https://github.com/droolsjbpm/drools/commit/fb071affcbd9bccc935359b1091cf1 (for refactoring) https://github.com/droolsjbpm/jbpm-console-ng/commit/e98adc0721890161c300f master: https://github.com/droolsjbpm/droolsjbpm-integration/commit/d31b04979eb362 https://github.com/droolsjbpm/jbpm/commit/2a6c88ac7a181ac2c4280ed48f3fc423 https://github.com/droolsjbpm/jbpm/commit/271ec580aeb9d60bec3f74a2bbdb08ea https://github.com/droolsjbpm/droolsjbpm-knowledge/commit/b5ad5f823c202334 https://github.com/droolsjbpm/drools/commit/d80b4a08e774b9c859bc6cab730c7e (for refactoring) https://github.com/droolsjbpm/jbpm-console-ng/commit/cce15b26ed4ea139c1153
Verified in BPMS 6.0.0.ER7