Re: [rules-users] Logging and BIRT

2010-04-12 Thread Amit Kumar
/lastSuccessfulBuild/artifact/trunk/target/docs/drools-flow/html/ch05.html#d0e1593 ... and how to do reporting: https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/docs/drools-flow/html/ch12.html Kris - Original Message - *From:* Amit Kumar amitku

Re: [rules-users] Logging and BIRT

2010-04-08 Thread Amit Kumar
- Original Message - *From:* Amit Kumar amitku...@gmail.com *To:* Rules Users List rules-users@lists.jboss.org *Sent:* Monday, March 29, 2010 5:02 PM *Subject:* [rules-users] Logging and BIRT Hi Folks, I tried simple logging by using this code KnowledgeRuntimeLogger logger

Re: [rules-users] creating .pkg from .drl

2010-04-02 Thread Amit Kumar
Cool.. Thanks folks! On Fri, Apr 2, 2010 at 3:48 PM, Ansgar Konermann ansgar.konerm...@googlemail.com wrote: On 03.04.2010 00:40, Amit Kumar wrote: Hi Folks, I am trying to create a .pkg file (for probably faster loading) from a .drl file Does anybody has a code snippet which I can

[rules-users] Job opening at Cisco - San Jose, CA

2010-04-01 Thread Amit Kumar
Hi All, I have put a opening at job board http://jobs.athico.com/job/software-engineer-iv-san-jose-ca-cisco-systems-c9aab2e6a2/?d=1source=site_home We are looking for a strong candidate to model and design the new application for Intellectual Capital Management Drools experience and good UI

Re: [rules-users] Job opening at Cisco - San Jose, CA

2010-04-01 Thread Amit Kumar
. Regards, Amit 2010/4/1 Mark Proctor mproc...@codehaus.org On 01/04/2010 16:59, Amit Kumar wrote: Hi All, I have put a opening at job board http://jobs.athico.com/job/software-engineer-iv-san-jose-ca-cisco-systems-c9aab2e6a2/?d=1source=site_home We are looking for a strong candidate

[rules-users] Logging and BIRT

2010-03-29 Thread Amit Kumar
Hi Folks, I tried simple logging by using this code KnowledgeRuntimeLogger logger = KnowledgeRuntimeLoggerFactory.newFileLogger(ksession, test); It logs only basic stuff. How can I log rule runtime, etc. Trying to generate a report using BIRT as mentioned here

Re: [rules-users] Rules categorization/packages

2010-03-18 Thread Amit Kumar
editor... Thanks Amit 2010/3/18 Esteban Aliverti esteban.alive...@gmail.com I added a comment to your jira entry. Please take a look. 2010/3/17 Amit Kumar amitku...@gmail.com https://jira.jboss.org/jira/browse/GUVNOR-514 Model is also there :) 2010/3/17 Esteban Aliverti esteban.alive

Re: [rules-users] Rules categorization/packages

2010-03-16 Thread Amit Kumar
. Can you tell me what your model looks like? Toni Amit Kumar wrote: The latest builds seem to be no good for guvnor They do seem rich in features .. especially support for collect/accumulate in guvnor along with inbox and global packages. But But But.. on adding a fact in the when

Re: [rules-users] Rules categorization/packages

2010-03-16 Thread Amit Kumar
Probably because of OStype and OSversion. Let me fix that and convert to lower case and try. I remember facing this issue sometime back with 5.0 Thanks Amit On Tue, Mar 16, 2010 at 9:17 AM, Amit Kumar amitku...@gmail.com wrote: Its coming from a JAR Thanks Amit Equipment entityId

[rules-users] About fusion and collections

2010-03-15 Thread Amit Kumar
Hello All, Was doing some rule writing and am seeing some issues which I want to overcome. In Fusion when we send the facts into working memory.. there seems to be no way that rules are automatically getting triggered. We have to call fireAllRules after each fact insertion. Is this the way it

Re: [rules-users] About fusion and collections

2010-03-15 Thread Amit Kumar
et = new EventType(); et.setType( $type ); logicalInsert( et ); end []s Edson 2010/3/15 Amit Kumar amitku...@gmail.com Hello All, Was doing some rule writing and am seeing some issues which I want to overcome. In Fusion when we send the facts into working memory

Re: [rules-users] Rules categorization/packages

2010-03-15 Thread Amit Kumar
come.. not all of them. I am picking it from here https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/ Any other place I can look :) Thanks Amit On Mon, Feb 22, 2010 at 8:54 AM, Amit Kumar amitku...@gmail.com wrote: Thanks Jervis!! On Sun, Feb 21, 2010 at 7

[rules-users] Natural Language

2010-02-23 Thread Amit Kumar
Hi All, As you might have understood with my so many questions :) I am looking at the capabilities of Drools and our team is looking at a comparitive analysis between Drools and ILOG One of the feature which is greatly desired is natural language editor. So I am planning to create my own DSL

Re: [rules-users] Rules categorization/packages

2010-02-22 Thread Amit Kumar
comments or feedbacks will be highly appreciated. Cheers, Jervis Amit Kumar wrote: Hello All, I am looking to organize the rules in different categories. But for distribution purposes We are creating packages for different roles/processing phases So a rule will reside in one

[rules-users] Rules categorization/packages

2010-02-20 Thread Amit Kumar
Hello All, I am looking to organize the rules in different categories. But for distribution purposes We are creating packages for different roles/processing phases So a rule will reside in one pckage but for navigation it can belong to multiple categories So packages are like Shirts, Pants,

Re: [rules-users] What is the Best practice of using Drools Fusion in a Load balancing environment (ie temporal reasoning between 2 working memories)??

2010-02-19 Thread Amit Kumar
Currently we work off a database to share events for load balancing and issues related to restarts But that takes a hit on performance. It will also be good to have event type/event content based expiry times so that we can reduce the size of heap. -Amit 2010/2/19 Chetan Mahadev

[rules-users] Category Rules - Guvnor

2010-02-11 Thread Amit Kumar
Hi Folks, I am looking at the category rules and have a scenario to use it. Goes like this Person Name String City String income int I want to categorize the rules in states -US -- NewYork -- Seatle -- SanFrancisco I have created 3 rules rule people living in NY when

Re: [rules-users] Category Rules - Guvnor

2010-02-11 Thread Amit Kumar
...@franklinamerican.com wrote: The category rule should just extend all child rules in that category. If all is working your generated DRL should have extends in the tax (etc) rules. -Michael On Feb 11, 2010, at 6:33 PM, Amit Kumar amitku...@gmail.com wrote: Hi Folks, I am looking

Re: [rules-users] Category Rules - Guvnor

2010-02-11 Thread Amit Kumar
ok it seems to be working.. I can see the extends keyword getting generated. I will try to simulate a simple scenario again.. thanks folks for your help Thanks Amit On Thu, Feb 11, 2010 at 6:44 PM, Amit Kumar amitku...@gmail.com wrote: Thanks Michael for the quick reply I don't see

[rules-users] Parsing input text file

2009-04-30 Thread Amit Kumar
Hi All , I am new to this drools technology and want to do a prototype for checking its feasibility for our use. Most of the places I believe it will work fine.. but I have a use case of parsing input files recd in different formats. Scenario: I have 2 input files 1.