After I saw that there is the possibility for show logging in console I used
it. And I tested another approach. Reading the logging I saw, that the
output with the help of
rule "show recomms"
        salience -999
        when
                $recomm : Recommendation()
        then
                System.out.println($recomm);
end

distorts the result. Objects are shown and after that are correctly
retracted.
How can I get only the Recommendation instances from working memory in my
main java class?
I think it has to be something with the /getObjects/ method for my ksession
variable!?



--
View this message in context: 
http://drools.46999.n3.nabble.com/mixing-activation-group-and-ruleflow-group-tp4020058p4020078.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

Reply via email to