Re: [rules-users] How do you use Ruleflows with StatelessSession's?

2008-03-11 Thread Mehak
Hi I am using StatelessSession code in Java file and my rules are in drl file. Which drools variable are you talking about? How can I use it in java file to set focus? Mark Proctor wrote: > > > The drools variable is available and you can get the working memory from > that. >> Do we have a s

Re: [rules-users] How do you use Ruleflows with StatelessSession's?

2008-03-11 Thread Kris Verlaenen
Mehak, You can use rules to activate your ruleflow, where you can use the drools variable in the rule consequence. For example, this rule would activate a sample ruleflow automatically at the start of the session: rule "Test" salience 10 when then drools.getWorkingMemory().startProcess("

[rules-users] How to block until RuleAgent has loaded up a ruleset?

2008-03-11 Thread Irving Reid
I have an application built on Drools 4.0.3, using JBRMS to manage the rule base and the RuleAgent class to load the rules into my application. My problem is that the application gets the rulebase from the agent and starts processing events (using a StatelessSession for each event) immediately a

Re: [rules-users] Do you have a Bug?

2008-03-11 Thread Narendra Valada
I had reported an issue a couple of weeks ago with nested inner classes not being handled correctly. I made some changes to the org.drools.base.ClassTypeResolver class to resolve it and everything appears to work fine. How do I provide the fix and test case to you? Do you want me to raise a JIRA?

[rules-users] Drools.NET

2008-03-11 Thread anishanc
Hello friends.. Is drools.net support plain drl file example: when .. then .. Actually i want to use the same plain drl file used in the drools for java to drools.net -- View this message in context: http://www.na

Re: [rules-users] Do you have a Bug?

2008-03-11 Thread Mark Proctor
Narendra Valada wrote: I had reported an issue a couple of weeks ago with nested inner classes not being handled correctly. I made some changes to the org.drools.base.ClassTypeResolver class to resolve it and everything appears to work fine. How do I provide the fix and test case to you? Do

[rules-users] conversion of .pkg file to other formats

2008-03-11 Thread Rick Lacy
Greetings. I'm using Drools for a project at work. I'm investigating the feasibility of using the BRMS in our environment. I have a question about the binary packages that are available for download from the BRMS. Given one of these .pkg files, is there an easy API call that would get me a text

Re: [rules-users] conversion of .pkg file to other formats

2008-03-11 Thread Mark Proctor
Rick Lacy wrote: Greetings. I'm using Drools for a project at work. I'm investigating the feasibility of using the BRMS in our environment. I have a question about the binary packages that are available for download from the BRMS. Given one of these .pkg files, is there an easy API call t

Re: [rules-users] conversion of .pkg file to other formats

2008-03-11 Thread Rick Lacy
I see. That's what I figured, but I thought I'd ask in case I was missing something. Oh well; Drools seems pretty flexible in its deployment options, so I'm sure I can find something that will work for us. Thanks for the prompt response! Rick On 3/11/08, Mark Proctor <[EMAIL PROTECTED]> wrot

[rules-users] Eclipse Drools Project external jar

2008-03-11 Thread Krkvak
Hello, I think I have a pretty trivial qeuestion, but still, I cannot come up with an answer. I'm exploring drools and I have a little Drools project in Eclipse, created using the drools plugin ver. 4.0.4. I can include classes defined in the project in the guided editor, but not classes that I a