Re: [rules-users] Rules stop firing when white-space is changed

2011-08-23 Thread Esteban Aliverti
What are the steps you are following? Something like this?: 1. The agent creates the kbase 2. Get kbase from kagent 3. Create a stateless ksession 4. insert some facts 5. fire all rules 6. check result 7. modify drl 8. wait until kagent rebuilds the kbase 9. get the new

Re: [rules-users] Drools 5.2 performance building KnowledgeBase

2011-08-23 Thread darktyco
In case anyone else is struggling with this problem I found that using the latest beta mvel jar (beta 6) helps a lot. Performance and memory use building and loading my large KnowledgeBase is much better- on my slower machine I'm down to 20 minutes (from 60) of compile time. Not back to Drools 5.1

[rules-users] Artificial Intelligence Headlines Rules Fest '11

2011-08-23 Thread Mark Proctor
rulesfest.org /A conference by developers for developers/ Forward this message to a friend October 24-27, 2011 • Bu

Re: [rules-users] Drools Fusion demo using twitter4j, Drools Workshop, Argentina (2011)

2011-08-23 Thread Edson Tirelli
Hi Alex, It is here: https://github.com/droolsjbpm/droolsjbpm-contributed-experiments/tree/master/twittercbr We would like to develop a proper web GUI for it and integrate it with Guvnor that now supports CEP constructs, but did not had the time to do it yet... if anyone would like to help,

Re: [rules-users] Drools Fusion demo using twitter4j, Drools Workshop, Argentina (2011)

2011-08-23 Thread Tihomir Surdilovic
https://github.com/droolsjbpm/droolsjbpm-contributed-experiments/tree/master/twittercbr On 8/23/11 5:12 PM, Alex Ross wrote: Did Edson ever post the example code. If yes, from where might I download it? ___ rules-users mailing list rules-users@lists

[rules-users] Drools Fusion demo using twitter4j, Drools Workshop, Argentina (2011)

2011-08-23 Thread Alex Ross
Did Edson ever post the example code. If yes, from where might I download it? ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] DroolsCompilerAntTask bugs?

2011-08-23 Thread lhorton
I think I have found a couple of bugs in DroolsCompilerAntTask. I am using it to compile xls decision tables. My config for the compiler is: I copied the source and added debug log entries. I found two problems: (1) in the method compileAndAddFiles(KnowledgeBuilder kbuilde

Re: [rules-users] Rules stop firing when white-space is changed

2011-08-23 Thread dcrissman
It seems that the rules that stop firing are dependent on another rule which is responsible for creating drools declared objects with a logicalInsert. Seems to be the only commonality that I can find. Oh, and I am using a stateless session. Example: declare MyClass end rule "Create Instance" wh

[rules-users] Rules stop firing when white-space is changed

2011-08-23 Thread dcrissman
I have an issue where I am changing white-space in a drl file and suddenly some rules stop firing, but others do not. Has anyone seen behavior like this? I have the resource-change-scanner configured to watch the drl file for changes, and then the following output is displayed: KnowledgeAgent appl

Re: [rules-users] DroolsCompilerAntTask task to build jBPM5 package

2011-08-23 Thread lhorton
Sorry, we don't use Eclipse (we use Netbeans) so I can't compile this. maybe another Drools user who has Eclipse can help? -- View this message in context: http://drools.46999.n3.nabble.com/DroolsCompilerAntTask-task-to-build-jBPM5-package-tp3275567p3278776.html Sent from the Drools: User forum

Re: [rules-users] Insert a fact into drools server from a web application or java application

2011-08-23 Thread kkelleyjr
I have progressed with this a little further, however I am wondering if anyone know of an end to end example using drools server and jsp web interfaces to display what is in the knowledge base and add to the knowledge base... I got the httpclient to work, but I am looking for what the suggested d

Re: [rules-users] Ant Task to pre-compile xls spreadsheet

2011-08-23 Thread lhorton
the path element where you see those jars is defining the path(s) to the jar(s) containing my company's domain object model, so you won't find those abc jars anywhere! you should change those entries to point to whatever jar file(s) contain your own domain model (the classes that are used in your

Re: [rules-users] Ant Task to pre-compile xls spreadsheet

2011-08-23 Thread qwertyqwerty
Hi there thanks for the reply. I am unable to find the two abc jars, can you point me in the right direction for these? many thanks, -- View this message in context: http://drools.46999.n3.nabble.com/Ant-Task-to-pre-compile-xls-spreadsheet-tp3275067p3278239.html Sent from the Drools: User forum

Re: [rules-users] Using JBPM 5 with Container Managed Persistence

2011-08-23 Thread Nicolas LE BAS
Hi, Container Managed Persistence refers to Entity Beans, and there are no Entity Beans anymore in EJB3. So I assume you're refering to Container Managed Transactions. The transaction needs to be started after the StatefulKnowledgeSession has been created; so with CMT you would need to create the