I have a class xyz that accesses a DB to populate the dropdown:

'mybean.q1' : (new QueryThins()).getList("FOO", "BAR")

This works, except that when the backing store changes, the dropdown don't
update even if you leave and re-enter the editor.  I have a workaround
below.

I there a fix for this on github?

I have been searching github checkins by cloning and doing "git search"
within eclipse, but didn't find anything.  Are there any other ways to
search commits that might be a better approach?


workaround
1. Edit the Integration.enumeration file. 
       - Click the [Add enum] to create a blank entry at the bottom of the
list 
       - Click [-] to delete that enum 
       - Save 
2. Close Any Rules that are open. 
3. Reopen a Rule. The Dropdown will be refreshed. 

Next time through, delete the blank entry so the .enumeration is dirty. 



--
View this message in context: 
http://drools.46999.n3.nabble.com/6-0-1-F-Enumerations-that-hit-class-that-access-DB-don-t-update-as-expected-tp4029913.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to