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

generated XML when changing the diagram tends to have <camelContext> not indented properly...

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Obsolete
    • Minor
    • None
    • None
    • Camel Editor
    • None

    Description

      the generated XML for the <camelContext> tree should be indented already, so its children are indented twice. Right now it comes out wrong as follows...

      <?xml version="1.0" encoding="UTF-8" standalone="no"?>
      <beans ...>
      
          <camelContext xmlns="http://camel.apache.org/schema/spring" autoStartup="true" lazyLoadTypeConverters="false" streamCache="false" trace="false">
          <route>
              <description>Route: route1</description>
              <from uri="file:data/inbox"/>
          </route>
      </camelContext>
      
      </beans>
      

      Attachments

        Activity

          People

            lheinema@redhat.com Lars Heinemann
            jastrachan_jira James Strachan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: