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

Source code generated should use spring 3.0 XSD schema instead of 2.5

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Minor
    • 1.1.32
    • 1.1
    • Camel Editor
    • None

    Description

      The source code it generates

      <?xml version="1.0" encoding="UTF-8" standalone="no"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd        http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
      
        <camelContext xmlns="http://camel.apache.org/schema/spring" trace="false">
          <route id="route2">
              <from uri=" file:src/data?noop=true"/>
              <to uri="file:target/messages/others "/>
          </route>
      </camelContext>
      
      </beans>
      

      Has Spring 2.5 as the XSD

      http://www.springframework.org/schema/beans/spring-beans-2.5.xsd  
      

      We should use Spring 3.0 as that's the default spring version used by Fuse

      http://www.springframework.org/schema/beans/spring-beans-3.0.xsd  
      

      Attachments

        Activity

          People

            jastrachan_jira James Strachan (Inactive)
            cibsen@redhat.com Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: