[rules-users] RuleBase Refresh

2010-03-01 Thread Jeffrey Schneller
I am having issues refreshing my RuleBase. It works in some cases [small numbers of rules] and doesn't work in others. I am using the Guvnor to maintain rules and all my rules are in Excel decision table. To test, I created a simple package that contains 1 excel decision table which has 1

[rules-users] KnowledgeAgent

2010-03-01 Thread Jeffrey Schneller
Can someone explain how to use the knowledge agent when the rules are stored on the guvnor. I also do not want to use an xml configuration file [change-set] to specify the url of the guvnor. The url is retrieved through the code in my case and I can't set it via a change-set since we don't know

Re: [rules-users] Unable to see Rules Debugging info in Drools IDE

2010-03-01 Thread H.C.
Hey, I am having the same problem. I have tried dubugging both as a Drools Application and a Drools Unit Test and in either case, I get no agenda, working memory or globals in the views even when I select an data item from Variables view in the Debug perspective. I saw some posts recommending

[rules-users] Drools memory usage issue

2010-03-01 Thread Shah, Malay
Hi, We have an drools 5.0.1 application that uses StatelessSession and high volume of objects (facts) that we need to apply static rules on, and having out of memory issues doing so. We added the following three properties as given in the drools documentation for decreasing the memory usage:

[rules-users] Unable to pipeline Jms TEXT messages

2010-03-01 Thread Adam Sussman
I am getting the following error: org.apache.activemq.command.ActiveMQTextMessage cannot be cast to javax.jms.ObjectMessage at org.drools.runtime.pipeline.impl.JmsUnwrapMessageObject.receive(JmsUnwrapMessageObject.java:18) at

[rules-users] ClassCastException when debugging as a drools unit test with a ruleflow

2010-03-01 Thread H.C.
Hi, I have a unit test written which tests my rules. In my setup, I am loading my drl and rf files via a changeset into an agent and getting my knowledge base. The test then sets globals and facts on my stateful session and execute my ruleflow. I can execute this unit test in JUnit and debug. My

[rules-users] LinkedList NullPointerException

2010-03-01 Thread Jian Feng Ng
Hi.. I am getting the nullpointerexception from LinkedList. But I am wondering why it happened because I googled and found that it has already been fixed in version 3?INFO | jvm 1 | 2010/03/02 13:21:11 | Caused by: java.lang.NullPointerExceptionINFO | jvm 1 | 2010/03/02 13:21:12 | at