its a very strange behaviour of camel don't know what went wrong
for validation 
<to uri="validator:file:C:/Users/kumarini/eIntegrationXml/xsd/abc.xsd"/>

works fine

but when i tring to do like this body become null

<setHeader headerName="xsdFilepro">
           
<simple>validator:file:C:/Users/eIntegrationXml/xsd/abc.xsd</simple>
 </setHeader>
                                       
                       
          <recipientList>
                            <header>xsdFilepro</header>
            </recipientList>       


but again when i tring to save my file using recipientList without
validation it works fine
 <setHeader headerName="outbox">
                               
<simple>file:C:/Users/eIntegrationXml/${header.batchID}/${header.orgnumber}/</simple>
                            </setHeader>
                   
                            <recipientList>
                                <header>outbox</header>
                            </recipientList>

Please help if anybody have any info about this strange behaviour of camel

Thanks in advance
           
                   



--
View this message in context: 
http://camel.465427.n5.nabble.com/recipientList-not-working-properly-tp5731447p5731532.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to