Re: [rules-users] Drools Licence

2011-03-22 Thread Diego López León
Hi Anderson, Drools is licensed under Apache Software License. I suggest you to take a look at http://www.apache.org/foundation/licence-FAQ.html#IsItFee best. 2011/3/22 Anderson Neves : > Hi everybody. > > Can Drools be used in a commercial application? Like Hibernate can. I read > the licence, b

Re: [rules-users] Question regarding drools example

2011-03-18 Thread Diego López León
Yannick, those constants are defined in org.drools.runtime.process.WorkItem which is one of the interfaces implemented by org.drools.process.instance.impl.WorkItemImpl Regards 2011/3/18 DECOUX Yannick : > Hi, > > > > I’m new to drools and i’m trying to learn through the drools examples. > > Insid

[rules-users] Drools command line interface

2011-03-10 Thread Diego López León
Hi ppl, in my spare time I've been working on a tool that may be of interest to some of you. I call it Drools Shell. "The aim of this project is to provide a simple command line interface to test rules allowing you to insert, modify and retract facts. You also have commands to query the state of t

Re: [rules-users] Drools Java and .Net

2011-01-25 Thread Diego López León
Frank, you can try the IKVM project from Mono[0]. >From their site: "Mono is able to run Java code side-by-side with .NET as well as having Java and .NET object interoperate with each other" Let us know if that worked. Regards. [0]:http://www.mono-project.com/Java On Tue, Jan 25, 2011 at 12:04

Re: [rules-users] Drools 5.1 Flow in a "Clustered" environment

2010-11-02 Thread Diego López León
@krisv, I have an implementation running in a branch, but I have to update it with the ideas you discussed with Esteban and Mauricio during ORF. If you have some time, would be great if you could summarize some main points into that Jira. I'll also add there an abstract about what we already have.

Re: [rules-users] Adding a programmatically created RuleFlowProcess to a KnowledgeBuilder

2010-10-21 Thread Diego López León
Jason, once you have your RuleFlowProcess instance you can add it directly into the KnowledgeBase as follows: RuleFlowProcess process = new RuleFlowProcess(); // ruleflow definition KnowledgeBase kbase = KnowledgeBaseFactory.newKnowledgeBase(); ((AbstractRuleBase) (

Re: [rules-users] How to use Drools Flow?

2010-08-02 Thread Diego López León
On Mon, Aug 2, 2010 at 6:45 AM, XiaoMiTang wrote: > > I have taken a look at the Human Task ,but i can not understand it. > The ruleflow.rf  file should be split into two ? > =  ruleflow.rf  = > Start--->Action1(need user A to do it)>Action2(need user B to do > it)-->Email-->End >

Re: [rules-users] How to use Drools Flow?

2010-08-01 Thread Diego López León
On Mon, Aug 2, 2010 at 12:37 AM, XiaoMiTang wrote: > > Hi, I am tring to use Drools Flow in a B/S project,but get in trouble. > a simple ruleflow.rf  file like this: > ===Start > Start-->Action->Email->End > End== > > User A log in the system by a browser,press a button,execute

Re: [rules-users] RuleContext aka kcontext in workItem

2010-06-01 Thread Diego López León
Hi Blackrosey, take a look at this conversation[1], it's not exactly the same problem but it could give you some hints. Regards. [1]: http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Flow-how-to-get-knowledge-session-ID-from-WorkItem-td775649.html On Tue, Jun 1, 2010 at 12:47 AM, blac

[rules-users] loading dsl based rule using KnowledgeAgent

2009-04-14 Thread Diego López León
Hi all, I'm on 5.0.0.CR1 and when I try to use KnowlegeAgent to load my dsl-based rules the builder is unable to expand them. I'm using KnowledgeAgent for a future transparent migration to guvnor but at this stage I want to load the rules locally. My changesets.xml is The error [2009:04:1