Bug 1037572
| Summary: | Incremental compilation fails with declared types | ||
|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Mario Fusco <mfusco> |
| Component: | BRE | Assignee: | Mario Fusco <mfusco> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tomas Schlosser <tschloss> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0.0 | CC: | etirelli, mwinkler |
| Target Milestone: | ER6 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-06 20:15:59 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: | |||
|
Description
Mario Fusco
2013-12-03 11:54:06 UTC
Fixed by https://github.com/droolsjbpm/droolsjbpm-knowledge/commit/c3b5b46b1 and https://github.com/droolsjbpm/drools/commit/b88dab153 Davide Sottara <dsotty> updated the status of jira DROOLS-363 to Reopened Davide Sottara <dsotty> made a comment on jira DROOLS-363 If the new DRL contains a REDECLARATION of a previously declared type X, and any other class Y is generated during its compilation process, a package-level rewire of X might "orphan" existing instances. Should they match any rule, a ClassCastException will be thrown. Mario Fusco <mario.fusco> updated the status of jira DROOLS-363 to Resolved Both commits are in product repository. Since the incremental build is internal feature and test for this fix was provided in community, I mark this issue as verified. |