Bug 773615
Summary: | Backport JBRULES-3122 to BRMS 5.3 | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise BRMS Platform 5 | Reporter: | Lukáš Petrovický <lpetrovi> |
Component: | BRE (Expert, Fusion) | Assignee: | Nobody <nobody> |
Status: | CLOSED UPSTREAM | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | BRMS 5.3.0.GA | CC: | ldimaggi |
Target Milestone: | --- | ||
Target Release: | BRMS 5.3.0.GA | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
When running JBoss BRMS with AspectJ a classloader error occurred because org.drools.rule.JavaDialectRuntimeData$PackageClassLoader.getResources returned null. This was resolved by changing the return type of getResources to a boolean.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2025-02-10 03:14:38 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Lukáš Petrovický
2012-01-12 12:28:04 UTC
Edson Tirelli <ed.tirelli> updated the status of jira JBRULES-3122 to Resolved Edson Tirelli <ed.tirelli> made a comment on jira JBRULES-3122 Patch applied. Thanks for providing it. Edson Tirelli <ed.tirelli> updated the status of jira JBRULES-3122 to Closed Patch applied to both master (5.4) and 5.3.x branches. Test comment - please disregard. Thanks! Jesper S. Møller <jesper> made a comment on jira JBRULES-3122 I found another place where a null is being returned from a Drools class loader, this time it is the CompositeClassLoader in knowledge-api. For the life of me, I cannot find the tests for it, but I've added a pull request for it as well. Pull request at: https://github.com/droolsjbpm/droolsjbpm-knowledge/pull/17 Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: When running JBoss BRMS with AspectJ a classloader error occurred because org.drools.rule.JavaDialectRuntimeData$PackageClassLoader.getResources returned null. This was resolved by changing the return type of getResources to a boolean. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |