|
Please refer to the description in DROOLS-342.
If you re-deploy the rules-interview quickstarts multiple times, there is no problem, since it uses KieBuilder and a new KieContainer.
However, if you re-deploy the rules-interview-container quickstart, the LHS of the rules will NOT match, because of the classloader issue described in DROOLS-342.
If we can't get the Drools fix, we will have to use internal APIs to manually construct a new KieClasspathContainer.
|