[rules-users] How to use global hashmap in drools

bbarani bbarani at gmail.com
Wed Oct 30 16:16:56 EDT 2013


Sorry, I think I didn't explain my problem correctly.

Consider I have to process 2 records.

Each record will pass through the rule in drl file.

Name Count<br>
a       100<br>
b       200<br>
a       100<br>

Now I want to store the above values in a global hash map as below (When I
process the 3rd document).

I will 

key  value
a    200 <br>
b    200<br>

To achieve the above solution, I need a global hashmap which I can use as
temp storage to store the values.



--
View this message in context: http://drools.46999.n3.nabble.com/How-to-use-global-hashmap-in-drools-tp4026555p4026559.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list