Re: [rules-users] Cant seem to fire a dynamically added rule

2008-03-03 Thread samirsss
Just wanted to update on the status: I did try the DrlDumper and the result was I get is the exact rule I put into the DRL file. It works fine when its there in the DRL file and it doesnt fire when I just add it dynamically from my java code. samirsss wrote: > > I did try the DRLDumper and eve

[rules-users] Executing BRMS Snap shot

2008-03-03 Thread SB.Raghavendra
Hi All, I have a snaphot URL as : http://localhost:8080/drools-jbrms/org.drools.brms.JBRMS/package/org.acme.insurance.base/InsuranceDemo . I configured above URL in one propertied file and accessing in one class i written flollowing code in the class that iam going to execute. private static RuleB

Re: [rules-users] Help Needed on BRMS with Tomcat

2008-03-03 Thread Mark Proctor
http://wiki.jboss.org/wiki/Wiki.jsp?page=RulesTomcat SB.Raghavendra wrote: Hi All, Iam very new to Drools BRMS.In one of the project we are implementing drools.Currentluy iam working on BRMS.I have downloaded Insurance Example from Jboss and deployed in BRMS.I have downloaded Binary package t

Re: [rules-users] Rules syntax checking

2008-03-03 Thread Mark Proctor
Jai Vasanth wrote: Hi, Is there any syntax checker for drools that not only checks for rule syntax but also checks the presence of used attribute variables in the corresponding fact objects? the drools-verifier is a work in progress in trunk: http://wiki.jboss.org/wiki/Wiki.jsp?page=RuleAnal

[rules-users] Rules syntax checking

2008-03-03 Thread Jai Vasanth
Hi, Is there any syntax checker for drools that not only checks for rule syntax but also checks the presence of used attribute variables in the corresponding fact objects? Thanks Jai ___ rules-users mailing list rules-users@lists.jboss.org https://li

[rules-users] Help Needed on BRMS with Tomcat

2008-03-03 Thread SB.Raghavendra
Hi All, Iam very new to Drools BRMS.In one of the project we are implementing drools.Currentluy iam working on BRMS.I have downloaded Insurance Example from Jboss and deployed in BRMS.I have downloaded Binary package to "c:\Raghu".Now i want to use this downloaded binary package in one of my rule p

Re: [rules-users] Cant seem to fire a dynamically added rule

2008-03-03 Thread samirsss
I did try the DRLDumper and everything seems to be correct. Also just to let users know i am using 4.0.4 which is almost the lastest release. Thanks for any help Regards Samir -- View this message in context: http://www.nabble.com/Cant-seem-to-fire-a-dynamically-added-rule-tp15810172p15815325

Re: [rules-users] Cant seem to fire a dynamically added rule

2008-03-03 Thread Edson Tirelli
Samir, First thing to try is to use DRLDumper to dump your descriptor to DRL source... it will be easy to "see" if you are doing anything wrong with the descriptor classes... []s Edson 2008/3/3, samirsss <[EMAIL PROTECTED]>: > > > Hi, > > Here's the source code of the rule I am tryin

Re: [rules-users] Cant seem to fire a dynamically added rule

2008-03-03 Thread Mark Proctor
check 4.0.x branch as we have lots of fixes there. If you continue to have problems, let me know. http://anonsvn.labs.jboss.com/labs/jbossrules/branches/4.0.x/ samirsss wrote: Hi, Here's the source code of the rule I am trying to add: public void testDynamicRules() { //Create a r

[rules-users] Cant seem to fire a dynamically added rule

2008-03-03 Thread samirsss
Hi, Here's the source code of the rule I am trying to add: public void testDynamicRules() { //Create a rule dynamically and check if it fired from log statements RuleBase ruleBase = wm.getRuleBase(); Package[] pkg = ruleBase.getPackages(); if(pkg[0] !=

Re: [rules-users] Serializing WorkingMemory Problem.

2008-03-03 Thread Pedro Costa
Edson, Thank you very much for your quick reply and fix. Do you have any idea when will 4.0.5 be released? Thanks again. Pedro. 2008/2/29, Edson Tirelli <[EMAIL PROTECTED]>: > > >Pedro, > >This is a bug. I opened a JIRA for it: > > http://jira.jboss.com/jira/browse/JBRULES-1491 > >

[rules-users] Import rules written in Eclipse into the BRMS

2008-03-03 Thread Nicolas Baron
Hello guys, I'm working on a little project (1 ruleflow, 2 - 3 decision tables and about 5 rules) using JBoss Rules 4.0.4. I'm looking for a way to import this components, initially developed in Eclipse. I've successfully imported the decision tables, the domain model and the ruleflow but I can