-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
8.0.0
-
None
If I create an empty Fuse Integration Project, the Camel Context XML file contains redundant namespace definition xmlns:order="http://fabric8.com/examples/order/v7", which can cause some problems.
<camelContext id="_camelContext1" xmlns="http://camel.apache.org/schema/spring" xmlns:order="http://fabric8.com/examples/order/v7">
<camelContext id="_context1" xmlns="http://camel.apache.org/schema/blueprint" xmlns:order="http://fabric8.com/examples/order/v7">
- duplicates
-
FUSETOOLS-2013 Remove "order" namespace of Simple project
- Closed