Look at advanced enums in the Guvnor User Guide. You can define an enum that obtains its values from a Java class; the implementation of which can be whatever you want (i.e. reading from a database).
With kind regards, Mike On 3 September 2013 10:05, ashish6276 <[email protected]> wrote: > Hi > > I have created decission table in drools guvnor. it has similar > structure like > > country city airport setRemark > ind delhi ndls gold grade > > I need to connect some database to fill these values of column. some > drop down sort of thing from which admin can select and create rule. Is it > possible to configure drools column so that it can pull data from some > database. > > > > -- > View this message in context: > http://drools.46999.n3.nabble.com/connecting-drools-decision-table-to-database-tp4025772.html > Sent from the Drools: User forum mailing list archive at Nabble.com. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users >
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
