[
http://jira.jboss.com/jira/browse/JBRULES-1247?page=all ]
Markus Wolf updated JBRULES-1247:
---------------------------------
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
The '=' in the agenda-group option does caused this error. I know it is an invalid
char at that position, but the error message is confusing and should state a syntax
error.
rule "SomeName"
agenda-group = "action"
when
SomeThing()
then
System.out.println("Test");
end
Bug during rule parsing
-----------------------
Key: JBRULES-1247
URL:
http://jira.jboss.com/jira/browse/JBRULES-1247
Project: JBoss Drools
Issue Type: Bug
Affects Versions: 4.0.1
Reporter: Markus Wolf
Assigned To: Mark Proctor
Fix For: FUTURE
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
org.drools.compiler.DroolsParserException: Unknown error while parsing. This is a bug.
Please contact the Development team.
at org.drools.compiler.DrlParser.compile(DrlParser.java:180)
at org.drools.compiler.DrlParser.parse(DrlParser.java:61)
at org.drools.compiler.PackageBuilder.addPackageFromDrl(PackageBuilder.java:156)
--
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