Hi,
I was using the code below to initialize rule agent from a url. Is it possible to load the
latest version of all the packages from brms, instead of name specific ones? Our use case
is we will have new packages created on the fly through brms. Can someone shed some light
on this?
config.setProperty("url",
"http://localhost:8080/drools-jbrms/org.drools.brms.JBRMS/package/MyPkg/LATEST");
RuleAgent.newRuleAgent(config);
thanks
Jeff