| Summary: | It is not possible to install optaplanner-engine feature in OSGI environment | ||
|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Jiri Petrlik <jpetrlik> |
| Component: | OptaPlanner | Assignee: | Geoffrey De Smet <gdesmet> |
| Status: | CLOSED EOL | QA Contact: | Jiri Petrlik <jpetrlik> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.3.0 | CC: | etirelli, rrajasek |
| Target Milestone: | CR1 | 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 19:11:46 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
Jiri Petrlik
2016-04-18 15:41:56 UTC
It's a stupid copy-paste error by yours truly in optaplanner-persistence-common's pom.xml. To bad that none of the unit tests detect it (I ran all tests both in optaplanner and in drools-osgi.) Fixed on master http://github.com/droolsjbpm/optaplanner/commit/2d6d6a406 Fixed on 6.4.x http://github.com/droolsjbpm/optaplanner/commit/908afbf06 The problem with wrong bundle symbolic name of bundle "optaplanner-persistence-common" was fixed in BxMS 6.3.0.CR1. Now, it is possible to successfully install "optaplanner-engine" feature. |