Bug 1088169
| Summary: | Quickstart business-resource-planner failed on ER1 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Ryan Zhang <rzhang> | ||||
| Component: | OptaPlanner | Assignee: | Geoffrey De Smet <gdesmet> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | jvahala | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.2 | CC: | gdesmet, lpetrovi, rrajasek | ||||
| Target Milestone: | ER2 | ||||||
| Target Release: | 6.0.2 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 19:54:17 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: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Ryan Zhang
2014-04-16 07:43:33 UTC
Created attachment 886777 [details]
server.log
Quickstart business-resource-planner has been written against bom.brms 6.1.0-build-8: https://github.com/jboss-developer/jboss-brms-quickstarts/blob/6.1.x-develop/business-resource-planner/pom.xml#L46 Since it's written against BRMS 6.1 and therefore it's not written against BRMS 6.0.x, so it's not compatible with BRMS 6.0.2.ER2. Important note: OptaPlanner 6.1.0.CR1 will be the first version that has a public API which is backwards compatible in 6.2, 6.3, etc. Important note: BRMS optaplanner 6.1 is still changing. Only once community OptaPlanner 6.1.0.CR1 is out, the API will be stable. This means that the current quickstart business-resource-planner might need to do a few changes to be compatible with 6.1.0.CR1 (and every version later), as specified in the upgrade recipe: https://github.com/droolsjbpm/optaplanner/blob/master/optaplanner-distribution/src/main/assembly/filtered-resources/UpgradeFromPreviousVersionRecipe.txt#L3714 Hi, Rafael Could you have a look on this issue? Hi Ryan, Unfortunately I would have to setup an environment, to start debugging and fix it. I'm afraid that I don't have time to do that since it's a high:high priority/severity. and also based on what Geoffrey De Smet said, its possible that it could need a refactor to run on 6.0.2 (which will consume more time). Sorry, but I'm returning the ticket assignment to you since I can't work on that at the moment. Fixed with this commit: https://github.com/jboss-developer/jboss-brms-quickstarts/commit/f1b293c41e96aa24230918f735a5cbfe10122a00 I've also added a unit test to smoke test it: https://github.com/jboss-developer/jboss-brms-quickstarts/commit/23aa75f89cc8eb66531e5652196ab07e23eb1dfc Verified on BPMS 6.0.2 ER2 |