Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-12423

Error message on deploying war with spring-ws-core on Fuse over EAP

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • fuse-7.6-CR3
    • fuse-7.5-GA
    • Fuse EAP
    • % %
      • Install Fuse 7.5 over EAP 7.2.4
      • unzip reproducer zip attached, and mvn clean and package
      • copy war in target/ to EAP install directory

    Description

      Deploying a simple example that contains both a Camel Spring XML DSL route, and org.springframework.ws.* classes from spring-ws-core, results in an runtime exception

      Unable to locate Spring NamespaceHandler for XML schema namespace http://camel.apache.org/schema/spring

      Attached reproducer. Once you delete all definitions from org.springframework.ws.*, and delete this dependency

      <dependency>
      	<groupId>org.springframework.ws</groupId>
      	<artifactId>spring-ws-core</artifactId>
      	<version>2.4.2.RELEASE</version>
      </dependency>
      

      the route runs fine

      I read following notes, and I am aware of the incompatibilities issues between Spring-ws and EAP 7.x, but customer wants to know if there are alternatives other than a "fat war" approach:

      Attachments

        Activity

          People

            ldemasi Luigi De Masi
            rhn-support-anarvaez Alfredo Narvaez
            Vratislav Hais Vratislav Hais (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: