Hi Devs,

Concatenation of String and number doesn't work in script mediator.

   <script language="js">
var result = 'result';
        var test = "test";
        var i = Math.floor((Math.random() * 100000) + 1);
        result = result + i;
        mc.setProperty("MESSAGE_ID", result);
        mc.setProperty("TEST", test);
   </script>

Is this a known issues in ESB 4.8.1?

-- 
Thanks
Abimaran Kugathasan

Software Engineer | WSO2 Inc
Data & APIs Technologies Team
Mobile : +94 773922820

<http://stackoverflow.com/users/515034>
<http://lk.linkedin.com/in/abimaran>  <http://www.lkabimaran.blogspot.com/>
<https://github.com/abimarank>  <https://twitter.com/abimaran>
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to