}
@Test
public void testComponentConfiguration() throws Exception {
OptaPlannerComponent component = context.getComponent("optaplanner", OptaPlannerComponent.class);
EndpointConfiguration configuration = component.createConfiguration("optaplanner:org/apache/camel/component/optaplanner/solverConfig.xml?"
+ "synchronous=false&contentCache=true");
assertEquals("true", configuration.getParameter("contentCache"));
ComponentConfiguration componentConfiguration = component.createComponentConfiguration();
String json = componentConfiguration.createParameterJsonSchema();
assertNotNull(json);