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

Camel editor is blank if a root element is <route>

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • 7.2.0
    • 7.2.0
    • Camel Editor
    • None

    Description

      It seems that the camel editor needs <routes> a the root element. If the route looks like

      <?xml version="1.0" encoding="ASCII"?>
      <route xmlns="http://camel.apache.org/schema/spring">
      <from uri="switchyard://SimpleService"/>
      <log message="SimpleService - message received"/>
      <bean ref="MyAction" method="displayMessage"/>
      <log message="SimpleService - playing with message content"/>
      <bean ref="MyAction" method="playWithMessage"/>
      <bean ref="MyAction" method="displayMessage"/>
      <to uri="switchyard://PrintService"/>
      </route>

      then the editor is blank.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: