| Summary: | Execution server controller doesn't notify Kie server when creating/deleting container | ||
|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Karel Suta <ksuta> |
| Component: | Business Central | Assignee: | manstis |
| Status: | CLOSED EOL | QA Contact: | Karel Suta <ksuta> |
| Severity: | high | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 6.3.0 | CC: | alazarot, kverlaen, lpetrovi, rrajasek |
| Target Milestone: | ER2 | Keywords: | Regression |
| Target Release: | 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-27 20:06:04 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Karel Suta
2016-03-18 10:37:40 UTC
Alessandro, you may want to be aware of this. This is a backwards compatibility issue - we are being told that, essentially, the old API should only be considered read-only. To clarify this: In 6.2 there is REST controller for Kie server available on URL SERVER:HOST/business-central/rest/controller/admin Using this controller user can control kie server instances, create and control containers. In 6.3 this controller is deprecated, can be used just to read informations about kie servers and containers. To start or stop containers user has to use new controller located on URL SERVER:HOST/business-central/rest/controller/management This new controller brings additional functionality like specifying container configuration. kie-wb-common master: https://github.com/droolsjbpm/kie-wb-common/commit/49aa207ecc8854e4c0c228282ff9b87e935bcb7e 6.4.x: https://github.com/droolsjbpm/kie-wb-common/commit/f5147c35b20f3b057b1bb0d735d57c9d4898bcb9 Verified in 6.3.0ER2. |