Hi, 

I registered drools component to servicemix in servicemix.xml as follows:

<sm:activationSpecs>
        <sm:activationSpec componentName="DroolsComponent"
                service="foo:DroolsComponent">
                <sm:component>
                        <bean
                                
class="org.apache.servicemix.components.drools.DroolsComponent">
                                <property name="ruleBaseResource"
                                        value="classpath:/Workflow.xml" />
                        </bean>
                </sm:component>
</sm:activationSpec>

However, when I try to use jbi.forwardToService("http://stationsimulator2/";,
"Station") in <java:consequence>, where Statsion is also registered in
servicemix.xml , I get the warning: 

WARN [main] DefaultBroker - InterfaceName
({http://stationsimulator2/}DroolsComponent) specified for routing, but
can't find any matching components

Any idea why?
-- 
View this message in context: 
http://www.nabble.com/Drools-routing-warning-tf2277581.html#a6325402
Sent from the ServiceMix - Dev forum at Nabble.com.

Reply via email to