Re: [rules-users] rules-users Digest, Vol 34, Issue 38

2009-09-14 Thread Bill Tarr
http://www.jboss.org/community/wiki/DroolsGuvnor50inJBossAS5 As the wiki mentions, the error should not stop you from deploying.  BTW, a better subject line would be nice, but I guess I'm using it too :-) ___ rules-users mailing list rules-us

Re: [rules-users] Runtime addition of rules to a kbase

2009-09-14 Thread Edson Tirelli
Yes, once you do: kbase.addKnowledgePackages(kbuilder.getKnowledgePackages()); Throw away your kbuilder and use a new one to add new rules. Obviously, keep the same kbase. []s Edson 2009/9/14 Justin King > Hi Edson, thanks for the response. > > Are you sure about the no reusable

Re: [rules-users] Runtime addition of rules to a kbase

2009-09-14 Thread Justin King
Hi Edson, thanks for the response. Are you sure about the no reusable kbuilder thing? If I dont reuse the same one It does not work for me. Inserting the new rule has no effect. Thanks, Justin 2009/9/15 Edson Tirelli > >Justin, > >This is a valid use case and should work just fine.

Re: [rules-users] Runtime addition of rules to a kbase

2009-09-14 Thread Edson Tirelli
Justin, This is a valid use case and should work just fine. Just make sure you your a new kbuilder instance every time. KnowledgeBuilders should not be reused, but when you add the knowledge package to the knowledge base, Drools will merge packages as necessary. If still not working, ple

[rules-users] Fwd: Drools Boot Camp Co-Located with ORF 2009

2009-09-14 Thread Edson Tirelli
All, I will write a proper blog about it and distribute e-mails to the list, but let me use the opportunity to reinforce the invitation. October Rules Fest is "THE" technical conference for those interested in Business Rules technology and related fields. It is a no fluff conference. All ses

Re: [rules-users] java.lang.NoSuchMethodError on every Action node

2009-09-14 Thread Ana F Santos
Kris, Thanks for trying to help. I just downloaded drools-5.1.0.SNAPSHOT-bin from https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/ - which I found in a thread from this mailing list - and changed my drools runtime in Eclipse. Since then, it seems that all

Re: [rules-users] java.lang.NoSuchMethodError on every Action node

2009-09-14 Thread Kris Verlaenen
Whenever you add a Java action in your process, the compiler will generate a Java class in the background that will be used for executing this action. The error seems to indicate that the class generated by the compiler is not what the runtime is expecting. Which version of Drools are you using?

Re: [rules-users] java.lang.NoSuchMethodError on every Action node

2009-09-14 Thread Ana F Santos
Sorry!!! I forgot to mention I'm using Eclipse 3.5 (Galileo) in Windows XP. I even wonder if it would be better to use Ganymede instead, as it's known JBoss Tools in general work better with this Eclipse version, for JBoss Tools' stable version. ANA FLÁVIA FONSECA DOS SANTOS Analista de Desenv

[rules-users] java.lang.NoSuchMethodError on every Action node

2009-09-14 Thread Ana F Santos
Hi everyone. I've been trying to use Drools for the past month, and sometimes I have problems I can't guess anymore how to solve. This time, every action I try to insert in a ruleflow, I receive a java.lang.NoSuchMethodError. I'm even trying a really simple ruleflow with just one simple action

Re: [rules-users] Drools Fuson and Deltas (differences)

2009-09-14 Thread Anstis, Michael (M.)
Let me understand you better. The events do not contain any information about source other than what can be implied from their temporal position? Source 1 : 0s, 15s, 30s, 35s etc Source 2: 5s, 20s, 35s, 40s etc What if the period between events for a specific source were greater than 15s (as you