cancel
Showing results for 
Search instead for 
Did you mean: 

RadixTreeImpl bug in Activiti Explorer

gfredericks
Champ in-the-making
Champ in-the-making
For a while I've been seeing a bug in Activiti Explorer's User Cache that seemed to be caused by having several users with the same name. I finally found the time to write some failing tests, and it seems to be an issue with the RadixTreeImpl directly. I don't have time to dig into it, nor do I have a jira account, but the 5 source files are attached below. Let me know if you need it in another format. I tried to attach a patch file but the form wouldn't let me.
1 REPLY 1

gfredericks
Champ in-the-making
Champ in-the-making
I created a Jira account and created an issue.

For my own uses I wrote a much simpler replacement RadixTree in Clojure (which is also thread-safe as an added bonus), which has been working fine. I've looked at the RadixTreeImpl code but I find it difficult to follow at first glance, so I haven't found a fix for it yet.