[
http://jira.jboss.com/jira/browse/JBRULES-818?page=comments#action_12361054 ]
Venkat Garlapati commented on JBRULES-818:
------------------------------------------
I am able to resolve this issue, this is occuring because in the class path it is
referring to two antlr.jar files, all I need to do is removing the reference of one of
those two jar files.
Please read the description below
---------------------------------
Key: JBRULES-818
URL:
http://jira.jboss.com/jira/browse/JBRULES-818
Project: JBoss Rules
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.0.6
Environment: Oc4j server
Reporter: Venkat Garlapati
Assigned To: Mark Proctor
Attachments: RuleEngineConfig.java, RuleSetManager.java
RuleExecutionSetProvider ruleExecutionSetProvider;
RuleExecutionSet ruleExecutionSet =
ruleExecutionSetProvider.createRuleExecutionSet(source.toString(), null);
I am passing my drl file which is in the jar file to the method call at that time it is
giving the following error.
07/04/24 19:56:45 CharScanner; panic: ClassNotFoundException:
org.antlr.stringtemplate.language.ChunkToken
I have following version of antlr.jars in the class path
antlr2.7.6.jar
antlr3.0-ea8.jar
stringtemplate-2.3b6.jar
It is giving me a error even after changing the antlr2.7.6.jar to antlr2.7.7.jar and I
have even got the new Stringtemplate.jar but still is giving the same error.
I have trying to load the rule set file as part of initialization of the application.
Please provide me some input so that I can resolve this issue, it is taking lot of time
for me to resolve.
Thanks a lot
Venkat Garlapati
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira