9 Replies Latest reply on Jul 22, 2013 9:02 PM by stonesoft

    switchyard 0.8 doneFileName needs %7B %7D instead of { }

    stonesoft

      I have <file:doneFileName>${file:name}.DONE</file:doneFileName> in my switchyard.xml.  When I deploy my jar the Endpoint is file:///mnt/test?doneFileName=name.DONE

      So, I have to drop a file named "name.DONE" in the folder to kick off the processing instead of a .DONE file for each unique file name that is in the folder.  This worked in 0.7

       

       

       

       

      OK, I solved the problem but I think there should be a better solution.  If anybody knows one, please let me know.

       

      I replaced { with %7B  and } with %7D  and it worked

       

      Message was edited by: Kevin Stone