Bug 773615 - Backport JBRULES-3122 to BRMS 5.3
Summary: Backport JBRULES-3122 to BRMS 5.3
Keywords:
Status: VERIFIED
Alias: None
Product: JBoss Enterprise BRMS Platform 5
Classification: JBoss
Component: BRE (Expert, Fusion)
Version: BRMS 5.3.0.GA
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: BRMS 5.3.0.GA
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-12 12:28 UTC by Lukáš Petrovický
Modified: 2023-05-01 08:27 UTC (History)
1 user (show)

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.
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBRULES-3122 0 Major Closed Classloading error with AspectJ and Drools 5.2.0.Final 2015-12-04 14:56:31 UTC

Description Lukáš Petrovický 2012-01-12 12:28:04 UTC
The following bugfix would be great to have in the 5.3 branch:
https://issues.jboss.org/browse/JBRULES-3122

Comment 1 JBoss JIRA Server 2012-01-12 15:37:53 UTC
Edson Tirelli <ed.tirelli> updated the status of jira JBRULES-3122 to Resolved

Comment 2 JBoss JIRA Server 2012-01-12 15:37:53 UTC
Edson Tirelli <ed.tirelli> made a comment on jira JBRULES-3122

Patch applied. Thanks for providing it.

Comment 3 JBoss JIRA Server 2012-01-12 15:37:58 UTC
Edson Tirelli <ed.tirelli> updated the status of jira JBRULES-3122 to Closed

Comment 4 Edson Tirelli 2012-01-12 15:39:01 UTC
Patch applied to both master (5.4) and 5.3.x branches.

Comment 5 Len DiMaggio 2012-01-12 16:41:07 UTC
Test comment - please disregard.

Comment 7 Lukáš Petrovický 2012-01-23 12:50:31 UTC
Thanks!

Comment 10 JBoss JIRA Server 2012-01-30 14:46:58 UTC
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

Comment 11 lcarlon 2012-06-05 06:30:57 UTC
    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.


Note You need to log in before you can comment on or make changes to this bug.