Bug 779913 (SOA-2273)

Summary: Missing JARs for Drools
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Lukáš Petrovický <lpetrovi>
Component: JBoss RulesAssignee: Julian Coleman <jcoleman>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: urgent    
Version: 5.1.0.ER1Keywords: TestBlocker
Target Milestone: ---   
Target Release: 5.1.0 GA, 5.1.0.ER2   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2273
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-11 04:11:52 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:
Bug Depends On: 724426    
Bug Blocks:    

Description Lukáš Petrovický 2010-09-08 08:53:04 UTC
project_key: SOA

Compared to SOA-P 5.0, 5.1 ER1 is missing the following libraries in jboss-as/server/${config}/deploy/jbrules.esb/:

jsr94-1.1.jar
janino-2.5.15.jar

They cannot be found anywhere else either.

This issue had a negative impact on running the Drools test suite with some tests getting CNFE, particularly in modules drools-compiler and drools-jsr94.

Impact in production code is also anticipated, since (at least) the JSR94 APIs are missing.

Comment 1 Len DiMaggio 2010-09-09 15:18:30 UTC
Changed priority to blocker as testing is blocked.

Comment 2 Len DiMaggio 2010-09-09 15:18:30 UTC
Affects Testing: Added: [Blocks Testing]
Blocked Tests: Added: Rules regression tests, BRMS 5.1 integration tests


Comment 3 Julian Coleman 2010-09-14 11:11:55 UTC
Link: Added: This issue depends BRMS-371


Comment 4 Julian Coleman 2010-09-17 12:52:51 UTC
The jars are present in jbrules.esb now that BRMS-371 is resolved.

Comment 5 Len DiMaggio 2010-11-01 15:38:45 UTC
Verified in 5.1 ER3 build:

$ pwd
/jboss/local/51_ER3/jboss-soa-p-5/jboss-as/server

find . -name janino*.jar -print
./all/deploy/jbrules.esb/janino-2.5.15.jar
./production/deploy/jbrules.esb/janino-2.5.15.jar
./default/deploy/jbrules.esb/janino-2.5.15.jar

find . -name jsr94*.jar -print
./all/deploy/jbrules.esb/jsr94-1.1.jar
./production/deploy/jbrules.esb/jsr94-1.1.jar
./default/deploy/jbrules.esb/jsr94-1.1.jar


Comment 6 trev 2010-11-08 11:02:37 UTC
Link: Added: This issue related SOA-2552


Comment 7 David Le Sage 2011-02-11 04:11:21 UTC
Temporarily reopening to update release note info.

Comment 8 David Le Sage 2011-02-11 04:11:40 UTC
Release Notes Docs Status: Added: Not Required
Writer: Added: dlesage