Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-1461

Camel XML file is disturbed by loop flow

XMLWordPrintable

    • Hide

      1. Import sample.zip project in JBDS 8.1.
      2. Open file of /test_loop/src/main/resources/OSGI-INF/blueprint/blueprint.xml.
      3. Modify something to blueprint.xml on the design page.
      4. Save blueprint.xml on the design page.

      Show
      1. Import sample.zip project in JBDS 8.1. 2. Open file of /test_loop/src/main/resources/OSGI-INF/blueprint/blueprint.xml. 3. Modify something to blueprint.xml on the design page. 4. Save blueprint.xml on the design page.
    • Hide

      Save on the source page.

      Show
      Save on the source page.

      When the Camel XML file which is including loop flow is saved on the design page, it will be disturbed.

      before:

          <route id="timerToLog">
            <from uri="timer:foo?period=5000"/>
            <loop>
            	<simple>5</simple>
            	<setBody>
            		<method ref="helloBean" method="hello"/>
            	</setBody>
            	<log message="* The message contains ${body}"/>
            </loop>
            <log message="***** The message contains ${body}"/>
            <to uri="mock:result"/>
          </route>
      

      after:

        <route id="timerToLog">
          <from uri="timer:foo?period=5000"/>
          <loop>
            <simple>5</simple>
            <setBody>
              <method ref="helloBean" method="hello"></method>
            </setBody>
            <log message="* The message contains ${body}"/>
            <log message="***** The message contains ${body}"/>
            <to uri="mock:result"/>
          </loop>
        </route>
      

              lheinema@redhat.com Lars Heinemann
              rhn-support-enagai Eiichi Nagai (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: