Creating a drools route in Camel
问题 I'm getting the following error while deploying a Camel route using the drools-camel component. This is how my route looks like. <route id="drools-route"> <from uri="direct:drools-ep" /> <policy ref="droolsPolicy"> <unmarshal ref="xstream" /> <to uri="drools:node1/ksession1" /> <marshal ref="xstream" /> </policy> </route> <bean id="droolsPolicy" class="org.drools.camel.component.DroolsPolicy" /> 268 [ http-bio-8080-exec-5] SpringCamelContext INFO Apache Camel 2.10-SNAPSHOT (CamelContext: