Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You need to configure the ESB to use the VFS transport /wiki/spaces/EI6xx/pages/49613697 for processing the files, and the MailTo transport /wiki/spaces/EI6xx/pages/49613800 for sending the email message. You also need to configure the message formatter as specified. 

...

  1. You can find the CSV smooks library milyn-smooks-csv-1.2.4.jar in the attached sample.zip archive. You can find the file in the  <SAMPLE_HOME>/lib directory.
  2. Copy the library to the <WSO2ESB_HOME>/repository/components/lib directory.

    Note
    titleNote

    These configuration changes make system-wide changes to the ESB and the ESB has to be restarted for these changes to take effect.

  3. Configure a local entry as follows. For information on how to add a local entry, see this link /wiki/spaces/EI6xx/pages/49612515. This local entry will be used to refer to the smooks configuration saved in the <SAMPLE_HOME>/resources/smooks-config.xml file.

    Code Block
    languagexml
    <localEntry key="smooks" src="file:resources/smooks-config.xml"/>

...