Hi,

My test is composed of these services :
HTTP consumer
EIP : static-routing-slip named Test.drools.EIP that call
 - a Saxon service named xsltRemoveXmlns : a simple xsl transformation
 - a Drools service named Test.drools

my rule :
rule "TEST_RULE"
        when
                $me : Exchange( status == Exchange.ACTIVE, $in : in != null)
                eval($in.xpath("count(//test)>0"))
        then
                jbi.answer( "<result>" + $me.getStatus() + "</result>" );
end

Here is the complete log with sedaqueue in debug mode
http://servicemix.396122.n5.nabble.com/file/n3326715/Drools.log Drools.log 

Thanks
-- 
View this message in context: 
http://servicemix.396122.n5.nabble.com/Servicemix-3-3-2-drools-2010-01-Received-exchange-problem-tp3325976p3326715.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to