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

Namespaces are removed by editor

XMLWordPrintable

      the following changes when switching between source and design views:

      Before

      <camel:route id="DemoServiceInformation">
         <camel:from uri="direct:DemoServiceInformation"/>
         <camel:to uri="bean:serviceInfo?method=getServiceInfo"/>
      </camel:route>
      

      After

      <route id="DemoServiceInformation">
         <from uri="direct:DemoServiceInformation"/>
         <to uri="bean:serviceInfo?method=getServiceInfo"/>
      </route>
      

              lheinema@redhat.com Lars Heinemann
              lheinema@redhat.com Lars Heinemann
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: