-
Bug
-
Resolution: Done
-
Major
-
7.3.0
the following changes when switching between source and design views:
Before
<camel:route id="DemoServiceInformation"> <camel:from uri="direct:DemoServiceInformation"/> <camel:to uri="bean:serviceInfo?method=getServiceInfo"/> </camel:route>
After
<route id="DemoServiceInformation"> <from uri="direct:DemoServiceInformation"/> <to uri="bean:serviceInfo?method=getServiceInfo"/> </route>