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

Problem with loading existing camelContext files - no components order

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Obsolete
    • Major
    • 7.1.0
    • None
    • None
    • None

    Description

      hi, i've encountered problem with loading existing camel contexts using Camel IDE. I dont know if its a bug or if this scenario is not supported in current version, but the result of this operation was a bit surprising.
      There is a route from http://camel.apache.org/spring-xquery-example.html:

      <camelContext xmlns="http://camel.apache.org/schema/spring">

      <!-- lets parse files, transform them with XQuery and send them to JMS -->
      <route>
      <from uri="file:src/data?noop=true"/>
      <to uri="xquery:myTransform.xquery"/>
      <to uri="jms:MyQueue"/>
      </route>

      <!-- now lets write messages from the queue to a directory -->
      <route>
      <from uri="jms:MyQueue"/>
      <to uri="file:target/outputFiles"/>
      </route>

      </camelContext>

      <!-- lets configure the default ActiveMQ broker URL -->
      <bean id="jms" class="org.apache.camel.component.jms.JmsComponent">
      <property name="connectionFactory">
      <bean class="org.apache.activemq.ActiveMQConnectionFactory">
      <property name="brokerURL" value="vm://localhost?broker.persistent=false"/>
      </bean>
      </property>
      </bean>

      and in designer view (screen attached) all components are on the same level - there is no sequence.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: