Tagged Questions

0
votes
1answer
34 views

What is the this[’’] accessor that shows up in Drools

Just looking for a way to pass parameters into a getter in Drools... I have noticed in Eclipse Ganymede that intellisense is helpful in determining the getters that can be used to …
0
votes
1answer
44 views

In Drools Rules, how to use two different ArrayList objects,obj1 is used in rule 1 and obj2 used in rule2?

I am doing ksession.insert(list) and after that I have to fire rule 1 in the drl file, then ksession.insert(list) and fire rule 2 in the drl. Could someone tell me how to achieve …
0
votes
1answer
248 views

Efficient Drools evalution for element in array or collection

Using Drools 3.0.6 (old, I know), what is an efficient evaluation for finding a fact in a known, fixed and quite large array or collection (the inverse of contains, i.e. "is contai …
0
votes
3answers
125 views

Could the Drools update method potentially be causing my problems.

I am currently writing an application using Drools 5.0. This application seems to be running a little slow, but I have a theory why. This application receives many updates for fact …
0
votes
1answer
94 views

Drools with Netbeans 6.1

I've downloaded and started to use Drools on a pilot project via it's "default" platform Eclipse. However, I would like to use it in Netbeans just the way plug-in works in Eclipse. …
1
vote
1answer
324 views

Drools Flow Persistence with MySQL (jpa, hibernate)

Needed steps for implementing Drools Flow Persistence with MySQL. I was following the Drools Flows Documentation on chapter 5.1.3.: Configuring Persistence.(https://hudson.jboss.o …
0
votes
1answer
25 views

Drools Debug listeners pointless as events don’t have toString()?

I'm new to Drools and they have these very nice debug listeners, DebugAgendaEventListener and DebugWorkingMEmoryEventListener, that spit events out to System.err. That's all well a …
-1
votes
0answers
68 views

Drools Flow - Quartz Scheduler Integration for Human Task deadline

Hi, We are developing the Drools flow based workflow engine for our internal application. I would like to hear from expert inputs on Integrating drools flow with Quartz Sched …
0
votes
1answer
55 views

Drools SubProcess out mapping failed - what am I doing wrong?

I created two "Hello World" processes to give the subProcess nodes a whirl. I'm having trouble getting output from the subProcess back to the main process. I'm hoping someone can e …
1
vote
1answer
41 views

Is Drools SubFlow/SubProcess used much at all? Drools documentation lacking…

I'm trying to prototype a workflow using a rule flow and rules. I started testing subProcess because it's obviously useful to be able to call or reuse a subroutine. After much fidd …
0
votes
1answer
311 views

Evaluation of Drools Flow with Drools Expert on a web based J2ee project

I am evaluating drools flow as wrokflow engine with drools expert rule. Key evaluation points: Generating Customize Rules and Workflow through own custom Web UI Admin user can …
0
votes
2answers
193 views

Drools collect pattern problem

I have a rule LHS like that when $location : Location() $cabinets : ArrayList() from collect ( Cabinet() from $location.elements() ) then an when I print the content o …
0
votes
0answers
53 views

Drools JEE Application

Anyone build a JEE application using Drools?. I'm not found any example of application tha use drools, EJB, Jboss and JTA. I'm try to use drools-flow on my JEE project, and its bre …
1
vote
2answers
89 views

Problems building Drools 4 project in Eclipse

I'm having trouble compiling a drools 4 project. I'm getting errors in the rules file saying Only a type can be imported. <<MyClassName>> resolves to a package The …
0
votes
2answers
103 views

drools expert / solver - 5.0.1 matches

I am fairly new to drools and I'm running into some issues I can't really understand. I'm trying to solve an allocation problem and one of my LHS goes like this $leftAlloc: SlotA …

1 2 next
15 30 50 per page