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;amp;period=10s"/>         <!-- set
filter into Exchange In Body-->         <process ref="ldapProcessor"/>        
<to
uri="ldap:ldapserver?base=ou=subject,ou=test,o=point&amp;amp;scope=onelevel&amp;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.

Reply via email to