Uploaded image for project: 'FUSE Mediation Router'
  1. FUSE Mediation Router
  2. MR-332

pollEnrich preCheckPoll fails for route from jbi endpoint

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.2.0-fuse-02-00
    • 2.2.0-fuse-01-00
    • None
    • None

    Description

      The following route fails with a NullPointerException in PollEnricher.pollCheckPoll because the Exchange.getFromEndpoint() == null

      <camel:route>
      	<camel:from uri="jbi:endpoint:urn:jbi:FTP:FtpService:FtpPort" />
      	<camel:to uri="log:FtpServiceRequest?level=INFO&amp;showAll=true&amp;multiline=true" />
      	<camel:pollEnrich uri="file://tmp/file-in?delete=false" strategyRef="ftpAggregationStrategy"/>
      	<camel:convertBodyTo type="java.lang.String"/>
      	<camel:to uri="log:FtpServicePoll?level=INFO&amp;showAll=true&amp;multiline=true" />
      </camel:route>
      

      Attachments

        Activity

          People

            gertv_jira Gert Vanthienen (Inactive)
            scranton_jira Scott Cranton (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: