Re: [rules-users] Not able to achieve combination of NOT & FROM keyword in a brl through Guvnor

2011-01-19 Thread Harshit Bapna
Hello All, I have created the bug: https://issues.jboss.org/browse/GUVNOR-1159 in the tracker. Please let me know if any other info is required. On Mon, Jan 17, 2011 at 6:35 PM, Harshit Bapna wrote: > Yes I will create Jira Issue and next time will wait for the response. > > A

[rules-users] KnowledgeAgent doesn't throw an exception even if it is not able to get the resource

2011-01-18 Thread Harshit Bapna
Hello All, I am using knowledgeAgent to retrieve a resource from Guvnor. I have deliberately stopped the Guvnor to check if it throws any error but KnowledgeAgent eats up the error. *How can it be detected that an error occurred during creation of knowledgeBase?* *ConsoleOutput:* Although Knowled

Re: [rules-users] Not able to achieve combination of NOT & FROM keyword in a brl through Guvnor

2011-01-17 Thread Harshit Bapna
- Blog @ http://ilesteban.wordpress.com > > > 2011/1/17 Harshit Bapna > >> Hello All, >> >> From the Expert documentation, I am trying to create the rule(below) in >> Guvnor >> Guvnor Version : 5.1.1 >> >> I am not able to achieve the combination

Re: [rules-users] What is the SVN Tag for Drools version 5.2 M1

2011-01-17 Thread Harshit Bapna
for new users might be helpful http://help.github.com/msysgit-key-setup/ On Mon, Jan 17, 2011 at 1:47 PM, Geoffrey De Smet wrote: > Hi Bapna, > > We're using git now. > See the blog and http://github.com/droolsjbpm/droolsjbpm > > Op 17-01-11 09:06, Harshit Bapna

[rules-users] What is the SVN Tag for Drools version 5.2 M1

2011-01-17 Thread Harshit Bapna
Hello All, Tortoise Rep Browser is showing two tags for version 5.2 http://anonsvn.jboss.org/repos/labs/labs/jbossrules/tags/5.2.0.36341-SNAPSHOT http://anonsvn.jboss.org/repos/labs/labs/jbossrules/tags/5.2.0.35956.JBossTools-3.2.0.Beta2 Guvnor bug: 1124 https://issues.jboss.org/browse/GUVNOR-

[rules-users] Not able to achieve combination of NOT & FROM keyword in a brl through Guvnor

2011-01-16 Thread Harshit Bapna
Hello All, >From the Expert documentation, I am trying to create the rule(below) in Guvnor Guvnor Version : 5.1.1 I am not able to achieve the combination of NOT & FROM in a business rule. *Is it possible to create the below drl rule into a brl rule in Guvnor?*

[rules-users] Not able to achieve NOT & FROM keyword in a brl through Guvnor

2011-01-12 Thread Harshit Bapna
Hello All, >From the Expert documentation, I am trying to create the rule(below) in Guvnor Guvnor Version : 5.1.1 I am not able to build a rule which has 'from' keyword. Is it supported in Guvnor ? Also I am not able to achieve the combination of NOT & FROM in a business rule. Is it possible ?

[rules-users] LHS Condition not able to achieve through Guvnor GUI.

2011-01-11 Thread Harshit Bapna
Hello All, I want to create below LHS condition in a Guvnor BRL rule. (or not (exists TransactionInfo()) TransactionInfo(action == null || action == "") ) I am not able to achieve this though Guvnor. After setting up an OR prefix, then the NOT option isn’t offered in the drop down

Re: [rules-users] Integration Of Guvnor with CustomApp

2010-12-28 Thread Harshit Bapna
mbed-assets-editor-in-your-application/ > > > Best Regards, > > XXXXXXXX > > Esteban Aliverti > - Developer @ http://www.plugtree.com > - Blog @ http://ilesteban.wordpress.com > > > 2010/12/23 Harshit Bapna > >> Hello All,

[rules-users] Integration Of Guvnor with CustomApp

2010-12-23 Thread Harshit Bapna
Hello All, I am able to successfully integrate Guvnor into my custom app. (based on spring) ( http://drools-java-rules-engine.46999.n3.nabble.com/How-to-integrate-Guvnor-GUI-in-a-test-app-td1595617.html ) I have written some code in the index.jsp which invokes the ServiceImplementation of Guvnor.

Re: [rules-users] rulebase configuration Options

2010-12-17 Thread Harshit Bapna
Hello Ravendra, I think you are looking for knowledgeBase configuration. The below code snippet might help you. // KNOWLEDGE BASE CONFIGURATION. The following properties are supported /* *drools.maintainTms = drools.assertBehaviour = d

Re: [rules-users] Can I create sub packages in Guvnor

2010-12-15 Thread Harshit Bapna
Thanks Gerret. After sending the mail I also observed this behavior. The 'dot' approach has the inheritance issue which u have rightly raised in your response mail. Another way to achieve this, though its a workaround is Steps to create knowledgeBase with combination of package & category: 1. Ju

Re: [rules-users] Can I create sub packages in Guvnor

2010-12-15 Thread Harshit Bapna
ckage? You might be able to achieve same > result using other things, like categories. > > Cheers, > Jervis > > On 2010/12/15 22:13, Harshit Bapna wrote: > > Hello All, > > > > I have gone through the Guvnor UI and I couldn't find a way to create > &g

[rules-users] Can I create sub packages in Guvnor

2010-12-15 Thread Harshit Bapna
Hello All, I have gone through the Guvnor UI and I couldn't find a way to create sub packages under parent package. for ex: Under package Mortgage, I want to create subMortgage. *Also I found a method createSubPackage in RepositoryService but not able to get the UI way to create a subpackage.*

Re: [rules-users] Questions regarding Guvnor

2010-12-14 Thread Harshit Bapna
is the reason that Guvnor.gwt.xml file is missing?) Now I am going to do more analysis as the setup is working & will update you. Thanks for the samples. Harshit On Tue, Dec 14, 2010 at 9:12 PM, Harshit Bapna wrote: > Hello Esteban, > > I have read your post and was excited about

Re: [rules-users] Questions regarding Guvnor

2010-12-14 Thread Harshit Bapna
back. > > Best Regards, > > > > Esteban Aliverti > - Developer @ http://www.plugtree.com > - Blog @ http://ilesteban.wordpress.com > > > 2010/12/14 Harshit Bapna > > Thanks Mark for the clarification. >> >> 2010/12/14 Mark

Re: [rules-users] Questions regarding Guvnor

2010-12-14 Thread Harshit Bapna
Thanks Mark for the clarification. 2010/12/14 Mark Proctor > On 14/12/2010 12:00, Harshit Bapna wrote: > > Hello All, > > Few questions: > 1. What is the release date of Guvnor 5.2 ? (Couldn't find it from the site > of the documentation) > I am interested in

[rules-users] Questions regarding Guvnor

2010-12-14 Thread Harshit Bapna
Hello All, Few questions: 1. What is the release date of Guvnor 5.2 ? (Couldn't find it from the site of the documentation) I am interested in the functionality to add the guvnor editors in another app for rule editing. i.e. StandaloneEditorServlet 2. Which SVN TAG of the Guvnor (which has st

[rules-users] Questions regarding Guvnor

2010-12-12 Thread Harshit Bapna
Hello All, Few questions: 1. What is the release date of Guvnor 5.2 ? (Couldn't find it from the site of the documentation) I am interested in the functionality to add the guvnor editors in another app for rule editing. 2. I have created sub categories under categories using guvnor. Rules cre

Re: [rules-users] Does guvnor 5.1 uses hibernate ?

2010-12-09 Thread Harshit Bapna
have to check more carefully if > we want to exclude hibernate or not. > In any case, since it's just for the HQL editing AFAIK, you can probably > safely remove it for any other scenario. > > Op 09-12-10 07:11, Harshit Bapna schreef: > > > > Hello All, > > &

[rules-users] Does guvnor 5.1 uses hibernate ?

2010-12-08 Thread Harshit Bapna
Hello All, I am investigating Drools Guvnor for its rule authoring capabilities. *The site says the Gunor License is ASL but it packages hibernate jars. Hibernate license is LGPL.* I removed the hibernate jars from Guvnor & still it is able to perform db operations. Note: Guvnor is using Oracle d

Re: [rules-users] Doubt regardging Drools-RETE

2010-11-10 Thread Harshit Bapna
> On 11/11/2010 05:28, Harshit Bapna wrote: > > Hello everyone, > > 1. If there are not many common facts i.e all rules are operating on > distinct facts / data. Does this mean the algorithm will not bring in much > benefit ? > 2. Also if the facts are same but the LHS of a

[rules-users] Doubt regardging Drools-RETE

2010-11-10 Thread Harshit Bapna
Hello everyone, 1. If there are not many common facts i.e all rules are operating on distinct facts / data. Does this mean the algorithm will not bring in much benefit ? 2. Also if the facts are same but the LHS of a rule is quite different from others then will RETE have its benefits. I have go

Re: [rules-users] Stateless K-Session but no Sequential Mode

2010-10-20 Thread Harshit Bapna
nly for the addressee. If you > have received this message in error, please immediately notify the > postmas...@nds.com and delete it from your system as well as any copies. > The content of e-mails as well as traffic data may be monitored by NDS for > employment and s

[rules-users] Approach for loading the rules| How to use MultithreadEvaluationOption.YES

2010-10-12 Thread Harshit Bapna
Hi All, 1. Is it a good idea to categorize rules, place each category of rules in a different drl file and load the different drls in a same knowledge base ? Approaches to loading of rules in the knowledge base: 1. Load different drl files in a single knowledge builder and add the package to a si

[rules-users] How to integrate Guvnor GUI in a test app

2010-09-28 Thread Harshit Bapna
Hi All, I have just started learning Drools. I have gone through various Guvnor screens. My requirement is to integrate the Rule Mgmt functionality of guvnor into my test app. 1. Is there any way where I can integrate Guvnor GUI in my test app ? Are there any suggested steps to do so ? __

Re: [rules-users] Is RETE algo optimizes the performance in a stateless session.

2010-09-27 Thread Harshit Bapna
;>> >>> >>> ___ >>> rules-users mailing list >>> rules-users@lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/rules-users >>> >>> >> >> __

[rules-users] Is RETE algo optimizes the performance in a stateless session.

2010-09-24 Thread Harshit Bapna
Hi All, In a scenario where lets say 10 rule are to be fired (in any order) in a stateless session than will I get the benefits of RETE algorithm (i.e increased performance). i.e Whether the engine will fire all the ten results in a parallel fashion or Whether the engine will file each rule one by

[rules-users] Drools License ?

2010-09-24 Thread Harshit Bapna
Hi All, The Drools 5.1 download link gives the license information as ASL. ( http://jboss.org/drools/downloads.html) Is it Apache Software License ? If yes which version of apache license is used ? Where can I get a link to the actual license ? --harshit

Re: [rules-users] How does drools loads a modified rule ?

2010-09-23 Thread Harshit Bapna
ng below. > > > > Thomas > > > > *From:* rules-users-boun...@lists.jboss.org [mailto: > rules-users-boun...@lists.jboss.org] *On Behalf Of *Harshit Bapna > *Sent:* 23 September 2010 10:15 > *To:* rules-users@lists.jboss.org > *Subject:* [rules-users] How does drools l

[rules-users] How does drools loads a modified rule ?

2010-09-23 Thread Harshit Bapna
Hi All, I am new to Rule Engine concept. I am investigating the Drools 5.0 to check if it meets our requirements. Questions: 1. I am not able to find a resource to learn the syntax of drool rules. I have gone through the shopping example in Drools 5.1 examples but not able to get the basics r