Uploaded image for project: 'FUSE Mediation Router'
  1. FUSE Mediation Router
  2. MR-267

Infinite loop in running route involving CXF Endpoint

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.6.1.2-fuse
    • 1.6.0.0-fuse
    • None
    • None

    Description

      <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.0.xsd http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring-1.6.0.xsd"><camelContext id="camelroute" xmlns="http://activemq.apache.org/camel/schema/spring">
      <route xmlns="http://activemq.apache.org/camel/schema/spring" id="N891254818622765Onull_1">
      <description></description>
      <from uri="cxf://http://localhost:9090/CXFOSGi16?serviceClass=com.Sample.Sample" id="N901254818626250OCXF_0">
      <description>CXF: The cxf component provides integration with Apache CXF for connecting to JAX-WS services hosted in CXF</description>
      </from>
      <convertBodyTo type="java.lang.String" id="N921254818634875OConvertBodyTo_0">
      <description>Convert Body To: To convert using the default content type to a particular type</description>
      </convertBodyTo>
      <to uri="file:///C:/Documents and Settings/svutla/workspace/runtime-New_configuration/cxf/target" id="N931254818640062OFile_0">
      <description>File: Provides access to the file system by sending messages to a file or by polling a file or directory</description>
      </to>
      </route>
      </camelContext>
      </beans>

      The above route when started gives the following error continuously..

      Oct 6, 2009 5:51:37 PM org.apache.cxf.bus.spring.BusApplicationContext getConfigResources
      INFO: No cxf.xml configuration file detected, relying on defaults.
      Oct 6, 2009 5:51:37 PM org.apache.cxf.bus.spring.BusApplicationContext getConfigResources
      INFO: No cxf.xml configuration file detected, relying on defaults.

      This happens to be only on 1.6.0.0 fuse . It works fine with 1.5 fuse and 2.0 fuse

      Attachments

        Activity

          People

            Unassigned Unassigned
            sivanaresh1 siva naresh (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: