Hello,
I need to put "AND" log into my spring based xml.
Here is the snappit:

            <when>
              <description>Transaction Imports</description>
              <simple>${in.header.CamelHttpPath} contains
'/trans/Inventory/'</simple>
             AND
             <simple>${in.header.CamelHttpMethod} != 'DELETE'</simple>
              
              <log
                message="Validating [Trans Inventory Import] web request
xml." />
              <to uri="validator:com/xyzcomp/ws/rs/validation/inventory.xsd"
/>
            </when>

My question is:

How to use "AND" here?

Thanks,
--Gary

--
View this message in context: 
http://camel.465427.n5.nabble.com/Compound-Predicate-For-Camel-Route-tp5716112.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to