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

Add missing options for Marshall component to Camel Editor Properties view

    XMLWordPrintable

Details

    Description

      It should be possible to specify following json attributes in Camel Editor:
      One can select library for marshalling and optional pretty print in XML but not in editor

          <route id="currencies">
            <from id="_from4" uri="servlet:currencies" />
            <to id="_to1"
              uri="sql:select currencycode as code, currencyname as name from currencyexchange?dataSource=MyCamelDS" />
            <marshal id="_marshal2">
                 <!-- note the library=json and prettyPrint options here -->
              <json library="Jackson" prettyPrint="true" />
            </marshal>
          </route>
      

      There is no advanced tab or fields in property view:

      Used sniped comes from this demo project: https://github.com/jludvice/currency-demo

      Attachments

        1. camel-marshall.png
          camel-marshall.png
          124 kB
        2. marshal.webm
          2.73 MB

        Issue Links

          Activity

            People

              apupier@redhat.com Aurélien Pupier
              jludvice Josef Ludvicek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: