[rules-users] Help needed - Repository not getting initialised?

2011-11-13 Thread Praveen
Hi, Repository is not getting initialised, throws NPE. Please advise. TIA. public static Repository repository; public static Session getSession() throws Exception { return getSession(true); } public static synchronized Session getSession(boolean erase) {

Re: [rules-users] Help needed - how to get Number and intValue in Guvnor

2011-10-20 Thread Praveen
Hello, Anyone out there who has come across the above issue? Regards, Praveen. -- View this message in context: http://drools.46999.n3.nabble.com/Help-needed-how-to-get-Number-and-intValue-in-Guvnor-tp3430730p3437459.html Sent from the Drools: User forum mailing list archive at Nabble.com.

[rules-users] Help needed - how to get Number and intValue in Guvnor

2011-10-18 Thread Praveen
Hello, I am new to Drools and trying to write rules using Guvnor GUI. I have uploaded POJO's that are required for my rules. I am facing issue trying to get Number()(the one in Bold-Italics) and intValue in the Guvnor GUI. Below is the rule for reference, its taken from one of the examples

Re: [rules-users] Help needed

2011-08-08 Thread Mattias Nilsson Grip
prasad.pbc wrote: Hi Guys, Iam using Eclipse tool for writing drl , i have written drl . Then i have written an ant script to convert this drl to PKG . i have used drools5.1.1.jars. i was sucessfully convert drl to pkg. knowledgeBuilder kbuilder =

Re: [rules-users] Help needed in configuring drools guvnor with MySql

2011-04-07 Thread Nicolas Héron
Hello, and does your procedure work for Postgres ? Thanks Nicolas - Nicolas Héron -- View this message in context: http://drools.46999.n3.nabble.com/Help-needed-in-configuring-drools-guvnor-with-MySql-tp844676p2791862.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] Help needed in activationCreated and activationCanceled event

2010-11-04 Thread Michael Anstis
Please don't email me direct. I won't reply in the future. All questions and answers are of value to the community as a whole. To quote what I replied to an almost identical request a couple of days ago and posted to the drools-user mailing list. AFAIK, Activation Cancelled events would

[rules-users] Help needed in Rule flow in Guvnor

2010-08-09 Thread Vignesh
Hi, I am using Rule flow in Guvnor for setting some value out of the flow which would be used for my further processing. Below is what I'm trying to achieve, I have two rule groups in the rule flow, out of which the first one would set a key, value pair in a Map which is a field in one of the

Re: [rules-users] Help Needed in Drools Flow

2010-07-15 Thread santosh mukherjee
Hi, I have inserted some objects into the process session through ksession.insert(Object arg0) method call in the class file that starts the process.Now I want to access those objects in my workItem on entry action code. Can I do it? If yes please let me know how?? Thanks Santosh Mukherjee. On

Re: [rules-users] Help Needed in Drools Flow

2010-07-15 Thread santosh mukherjee
This is the code that I am using in the OnEntryActions part of my workItem. System.out.println(context.getProcessInstance().getWorkingMemory()); FactHandle fac=context.getProcessInstance().getWorkingMemory().insert(new Name(santosh)); System.out.println(fac); org.drools.runtime.rule.WorkingMemory

[rules-users] Help Needed in Drools Flow

2010-07-14 Thread santosh mukherjee
Hi, I want to add some of my own customized components to Drools Flow components pannel. How can this be done. Is there some API available to do so ?? Thanks Santosh Mukherjee ___ rules-users mailing list rules-users@lists.jboss.org

Re: [rules-users] Help Needed in Drools Flow

2010-07-14 Thread Chris Raschl
Am 14.07.2010 12:05, schrieb santosh mukherjee: Hi, I want to add some of my own customized components to Drools Flow components pannel. How can this be done. Is there some API available to do so ?? Hi, i guess you want to add domain specific work items to use them in the process designer

[rules-users] Help needed in configuring drools guvnor with MySql

2010-05-26 Thread Dinesh kumar
Hi, I am trying to configure Drools Guvnor with MySql. I am using JBoss 4.0 . I searched the web and changed my repository.xml that was created in my JBoss/bin . But I am getting one exception after another and finally I am struck up in this exception. Any help on this will be of great help..

Re: [rules-users] Help needed - Problems with forall operator

2009-11-07 Thread Tom.E.Murphy
the sender immediately by reply e-mail and delete this message.  Thank you for your cooperation. -- Message: 1 Date: Sat, 7 Nov 2009 09:55:37 +0100 From: Wolfgang Laun wolfgang.l...@gmail.com Subject: Re: [rules-users] Help needed

[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

Re: [rules-users] Help Needed.

2007-06-05 Thread Fernando Meyer
Hi Rajesh, You MUST use the org.drools.util.BinaryRuleBaseLoader to load a precompiled binary package into your RE classes. public void testLoadAndExecBinary() throws Exception { Person p = new Person(); BinaryRuleBaseLoader loader = new BinaryRuleBaseLoader();

Re: [rules-users] Help needed in using working memory logger !

2007-05-08 Thread Kris Verlaenen
Sent: Monday, May 07, 2007 6:56 PM Subject: Re: [rules-users] Help needed in using working memory logger ! Dear Kris, I try to create a filter for my logger, in order to obtain some simple output (e.g. list modified objects), but the output is still very complex :( . I think that I did

[rules-users] Help Needed on garbage collection

2007-02-19 Thread shilpa.raghavendra
Hi, I need to know how garbage collection will happen in Drools. Because my system is taking too much time to execute the business logic. Please tell me how to rectify it? One more question I will generate the email content

RE: [rules-users] Help Needed

2007-02-13 Thread shilpa.raghavendra
Williams Sent: Tuesday, February 13, 2007 9:21 AM To: Rules Users List Subject: Re: [rules-users] Help Needed Hi Shilpa, You can pass your DAOs (or any other object) into the working memory as globals and then use them in the consequence of your rules. cheers Steve On 2/13/07, [EMAIL PROTECTED

[rules-users] Help Needed

2007-02-12 Thread shilpa.raghavendra
Hi, I am using Drools 3.0 in our business logic. I need help in the below situation I will take the records from the database on daily basis and each record is fact in the rule engine I will check the fact against some constant value; if it

Re: [rules-users] Help Needed

2007-02-12 Thread Steven Williams
Hi Shilpa, You can pass your DAOs (or any other object) into the working memory as globals and then use them in the consequence of your rules. cheers Steve On 2/13/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am using Drools 3.0 in our business logic. I need help in