Hi Claus, Thanks again for your help! I resolved my problems by following configuration: <camelContext xmlns="http://camel.apache.org/schema/spring"> <route id="timer-to-console"> <from uri="timer://foo?fixedRate=true&amp;period=10s"/> <!-- set filter into Exchange In Body--> <process ref="ldapProcessor"/> <to uri="ldap:ldapserver?base=ou=subject,ou=test,o=point&amp;scope=onelevel&amp;returnedAttributes=name"/> <marshal><xstream/></marshal> <to uri="stream:out"/> </route> </camelContext> BTW: I have ordered your book Camel In Action. Looks like very helpful for Camel newbie. Thanks for that!
-- View this message in context: http://camel.465427.n5.nabble.com/An-LDAP-Consumer-would-be-the-LDAP-server-itself-tp5721864p5721891.html Sent from the Camel - Users mailing list archive at Nabble.com.