You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/09/19 11:42:41 UTC

[jira] Resolved: (CAMEL-1648) Bespin editor mangles route XML

     [ https://issues.apache.org/activemq/browse/CAMEL-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1648.
--------------------------------

    Fix Version/s: 2.5.0
                       (was: Future)
       Resolution: Won't Fix

The bespin editor has been removed from 2.5 onwards

> Bespin editor mangles route XML
> -------------------------------
>
>                 Key: CAMEL-1648
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1648
>             Project: Apache Camel
>          Issue Type: Sub-task
>            Reporter: Jonathan Anstey
>             Fix For: 2.5.0
>
>
> The Bespin editor in the web console takes nice route XML like 
> {code}
> <route id="route1" xmlns:ns2="http://camel.apache.org/schema/web" xmlns="http://camel.apache.org/schema/spring">
>     <description>This is an example route which you can start, stop and modify</description>
>     <from uri="seda:foo"/>
>     <to uri="mock:results" id="to1"/>
> </route>
> {code}
> and spits out
> {code}
> <route id="route1" xmlns:ns2="http://camel.apache.org/schema/web" xmlns="http://camel.apache.org/schema/spring">
>     <description>This is an example route which you can start, stop and modify</description>
>     <from uri="seda:foo">
>     <to uri="mock:results" id="to1">
> </to>
> </from></route>
> {code}
> which will blow up Camel when we try and save it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.