[rules-users] Decision Table( How to use PRIORITY in the Decision table, i am unable to find in the documentation provided please help)

2009-02-27 Thread Mohiuddin Shaik
Hi, I am using Decision table to represent the business rules, i want to give priority to set of rules (here rows) to be executed first before other rules i found the keyword to achieve that but i am unable to find how to means where should i add this keyword in the Excel file. Please provide

Re: [rules-users] How to set JANINO compiler with Drools5 M5

2009-02-27 Thread Shigeaki Wakizaka
Hi Gupta. Thank you!! Gupta, Ankit (Ankit) : If you are using Eclipse Version: 3.4.0 ,you can set the path of org.eclipse.jdt.core_3.4.0.v_814.jar as external jar in your drools project(reflect in classpath). The location of jar is Eclipse(Folder) - Plugin(Folder) -

[rules-users] Re: am trying to develop a DSL in Guvnor. facing some issues..

2009-02-27 Thread David Sinclair
Here is the URL for the section on DSLs. http://downloads.jboss.com/drools/docs/4.0.4.17825.GA/html_single/index.html#d0e4177 Let me know if u have other questions dave On Fri, Feb 27, 2009 at 2:26 AM, deivee...@yahoo.com wrote: It would be great if you can redirect to some doc/url which

[rules-users] Working with compiled packages

2009-02-27 Thread Dan Seaver
Drools 5.0 - I'm planning on using compiled rule packages in our J2EE production environment. I'm very interested in performance. I assume that once a package is loaded, it doesn't matter if or how it was compiled, so the primary concern is in the load time (unless there are other issues I'm

Re: [rules-users] Working with compiled packages

2009-02-27 Thread Dan Seaver
Sorry...correction to last two lines below: rulePackage.Base = KnowledgeBaseFactory.newKnowledgeBase(config); rulePackage.Base.addKnowledgePackages(builder.getKnowledgePackages()); should be: KnowledgeBase= KnowledgeBaseFactory.newKnowledgeBase(config);

[rules-users] Drools Flow Trigger process by ruleset

2009-02-27 Thread Garrett Conaty
I've seen in the latest docs on trunk that it's possible to set some constraints on a start node so that a process would execute when the appropriate rules matched. However I can't see an example of this, nor can I edit the properties through the Eclipse UI. Is it possible to define a

[rules-users] NPE in JavaDialectConfiguration

2009-02-27 Thread cyclemenow
I am getting a NullPointerException while trying to call: RuleAgent ruleAgent = RuleAgent.newRuleAgent(prop); The exception looks like this: 13:15:08,754 ERROR [STDERR] org.drools.RuntimeDroolsException: Unable to load dialect