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

XML source view validator - Yellow hint box may show wrong expectations

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 2.0
    • None
    • Camel Editor
    • None
    • 1.1.71

      I have this route

        <camelContext xmlns="http://camel.apache.org/schema/spring">
          <route id="myRoute">
              <from uri="timer:foo?period=5000"/>
              <marshal>
                  <jaxb contextPath="com.foo" prettyPrint="true"/>
              </marshal>
              <log message="blah"/>
          </route>
      </camelContext>
      

      Now if I chose the source view tab, and start editing the XML. For example to make a mistake in the <jaxb> tag inside the <marshal> then I get a red underline and a yellow hint box what to expect.

              jastrachan_jira James Strachan (Inactive)
              cibsen@redhat.com Claus Ibsen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: