-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
NEW
-
NEW
That button should basically do this:
SolverFactory<TestdataSolution> solverFactory = SolverFactory.createFromKieContainerXmlResource(
kieContainer, "my/domain/solverConfig.solver");
Solver<TestdataSolution> solver = solverFactory.buildSolver();
If any exception is thrown (usually IllegalArgumentException or IllegalStateException), then it should be shown to the user (later on we'll want to make the validation more helpful).
- is blocked by
-
PLANNER-522 scanAnnotatedClasses is not compatible with non-default ClassLoader or KieContainer because it doesn't take it into account
- Resolved