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-tp4...
Sent from the Drools: User forum mailing list archive at
Nabble.com.