Jon L wrote > Is there a schema for the drools planner configuration file? > I'd like to validate a configuration file at the beginning of my > application. It would also help in knowing the possible values for some > of the configuration entities. > > Thanks, > > Jonathan
Currently no xsd schema file exists. If there isn't a jira for it yet, feel free to open one, it would make usage a lot easier indeed. To know the possible values for some of the configuration entities, take a look at SolverConfig and the other Config classes. https://github.com/droolsjbpm/drools-planner/blob/master/drools-planner-core/src/main/java/org/drools/planner/config/solver/SolverConfig.java#L44 Although the best info is in the reference manual of course. -- View this message in context: http://drools.46999.n3.nabble.com/Drools-Planner-configuration-schema-tp4020446p4020450.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
