Why this one does not work as expected?

     <route>
       <from uri="timer://kickoff?period=10000"/>
       <setBody><el>bla'l</el></setBody>
        <setHeader headerName="Body">
          <el>${in.body}</el>
        </setHeader>
        <setBody>
          <el>
            ${in.body.replace("'","cc")}
          </el>
        </setBody>
       <to uri="mock:Status"/>
     </route>

I have output "blacl" instead of "blaccl"

-- 
>From RFC 2631: In ASN.1, EXPLICIT tagging is implicit unless IMPLICIT
is explicitly specified

Reply via email to