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

provide a resultType combo box when editing XPath expressions so we can specify things like String return types

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Obsolete
    • Major
    • None
    • None
    • None
    • None

    Description

      For example to edit things like this...

       <camelContext trace="false" xmlns="http://camel.apache.org/schema/spring" xmlns:foo="http://example.com/bar">
          <route>
              <from uri="direct:MyEndpoint"/>
              <log message="Input Message ${body}"/>
              <setHeader headerName="rid">
                  <xpath resultType="java.lang.String">/foo:Request/@requestid</xpath>
              </setHeader>
      ...
          </route>
        </camelContext>
      

      we need to switch to the XML editor

      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: