This content has been marked as final.
Show 2 replies
-
1. Re: org.drools.command.CommandFactory.newFireAllRules() - java.lang.UnsupportedOperationException: This operation is no longer supported
abhijithumbe Sep 9, 2015 1:20 PM (in response to simplex-software)Hi,
Looks like you are trying to execute rule using approach which does support rule execution. Can you specify how exactly you are trying to execute rules ?
-
2. Re: org.drools.command.CommandFactory.newFireAllRules() - java.lang.UnsupportedOperationException: This operation is no longer supported
simplex-software Sep 11, 2015 6:31 AM (in response to simplex-software)Hello,
It seems that the use of org.drools.Command.CommandFactory is not any more supported, for some reason, and one needs to use instead org.kie.internal.command.CommandFactory, which works as expected.
Nicolas