Hide Forgot
project_key: SOA JBoss Rules throws the following exception 2010-07-13 14:37:41,959 ERROR [org.jboss.resource.adapter.jms.inflow.JmsServerSession] (WorkManager(2)-2) Unexpected error delivering message delegator->JBossMessage[5238885009162844]:PERSISTENT, deliveryId=88 java.lang.NoClassDefFoundError: org/antlr/runtime/tree/TreeNodeStream at org.drools.compiler.PackageBuilder.addPackageFromDrl(PackageBuilder.java:251) Accroding to this document the issue is caused by changes in ANTLR 3 http://www.antlr.org/wiki/display/ANTLR3/Migrating+from+ANTLR+2+to+ANTLR+3
antlr 2 and antlr 3 have different package namespaces, looks like the antlr3 jar has not been included in the jbrules.esb deployment.
Security: Removed: Public Added: JBoss Internal
Security: Removed: JBoss Internal Added: Public
Fixed with revision 6191 of: build-tools/builders/brms/build.xml build-tools/dependencies.properties Commit message: SOA-2156 Add additional jars to our brms distribution (used for jbrules.esb): antlr-runtime-3.1.3.jar jxl-2.6.10.jar xpp3_min-1.1.4c.jar
Verified in ER3
Temporarily reopening to update release note info.
Release Notes Docs Status: Added: Not Required Writer: Added: dlesage