Re: [rules-users] problem in Maven tests: class antlr CharStream not found, although it is there!

2009-02-05 Thread tim tim
thanks edson your hints helped me search in the right direction. i resolved the problem although i do not know what exactly was the problem.. i did have this antlr dependency in my pom: dependency groupIdorg.antlr/groupId artifactIdantlr-runtime/artifactId

[rules-users] How to pass Decision Table (XLS file) into RuleBase in Drools version 4.0.7?

2009-02-05 Thread Hong-Qiang Gao
Hi All, Is this a correct way to pass Decision Table (XLS file) into RuleBase in Drools version 4.0.7? Are the exceptions related to the org.drools.decisiontable.model changes (V2.1 Parameter file:///D:\Drools\2.1Drools\drools-2.1\docs\apidocs\org\drools\decisiontabl e\model\Parameter.html ,

[rules-users] drools-solver results question

2009-02-05 Thread Andrew Waterman
Hello, I'm starting to work with the drools-solver to help on a gaming project. Basically, we have a game that works in two modes: 1) a competitive game where humans (or agents) compete with one another on a well defined game board to achieve 24 points by using three (or four)

[rules-users] Need help to pass Decision Table (XLS file) into RuleBase in Drools version 4.0.7

2009-02-05 Thread Hong-Qiang Gao
Hi All, In Drools version 2.1, I can pass the Decision Table (XLS file) into RuleBase and it works great; ... file = new File(dir, XLS _filename); InputStream stream = null; RuleBase ruleBase = null; WorkingMemory wm = null; try { stream = new FileInputStream(file); }

[rules-users] drools-solver XML schema/detailed description?

2009-02-05 Thread Andrew Waterman
Hi, My apologies for my earlier double post, I'm having some troubles with my mail client. I'm writing to see if anyone has any detailed information on an XML- schema, or, a more detailed break-down of the drools-solver configuration files. Basically, I'm trying to find out the set of

[rules-users] one question about asserting facts

2009-02-05 Thread Senlin Liang
Hi all, I am trying to assert (or insert) a large number of facts (or DataClass objects) in to a session, what i am doing right now is to insert them one by one as - while (line != null) { str = bufRead.readLine(); session.insert(new

[rules-users] Eclipse guvnor plugin issue

2009-02-05 Thread Steven Williams
Hi all, I am using the snapshot version of the eclipse plugin from Feb 5. When I attempt to drag a file from the repository explorer into the Navigator view I get the following exception: java.lang.Exception: Could not create directory C:\Documents and

[rules-users] Java Bean dependency

2009-02-05 Thread Sachin Mangal
Hi, I want to use Drools as a part of a classification system which consist of Machine Learning based classification (semi supervised) followed by an expert system (rule based classification). The issue is that ML part and the framework is in C++ and Drools supports Java. So, I will use some IPC

[rules-users] Can different application use different rules compiled in one rulebase?

2009-02-05 Thread Sachin Mangal
Thanks in advance -- Sachin Mangal ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] Eclipse guvnor plugin issue

2009-02-05 Thread Toni Rikkola
Hi Please do a Jira. Then we can take a better look at it and see if it needs to be fixed. Thank you Toni Rikkola Steven Williams wrote: Hi all, I am using the snapshot version of the eclipse plugin from Feb 5. When I attempt to drag a file from the repository explorer into the Navigator