• How do convert xml to csv in camel

    I need to convert the xml to csv in Apache camel .Can anyone please help. <?xml version='1.0' encoding='UTF-8'?> <list> <map> <entry> <string>com.fusesource.sample.dto.EmployeeDTO<...
    Profile Photo
    last modified by szarekar
  • Api model property not seen in swagger ui

    I have class PET and CATEGORY  as follows. PET has category object. However when i run the application  I do not see the fields of Category class in Swagger UI documentation I am not using spring and don't ...
    Profile Photo
    created by szarekar
  • How to configure a restful service into fuse.

    Hi Everyone!!   I'm following below link to develop a restful webservices into fuse-      http://www.jboss.org/quickstarts/fuse/rest/#system-requirements   I've created one package ins...
    Profile Photo
    created by himanshu.sinha
  • Failed to import bean definitions from URL location [classpath:META-INF/cxf/cxf.xml

    Hi I am getting error when try to run camel project in fuse container     org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions...
    Profile Photo
    last modified by szarekar
  • How to invoke a rest service from Camel routes

    Hi,   I want to invoke http://www.webservicex.net/stockquote.asmx/GetQuote?symbol=RHT from my camel project       <camelContext trace="false" xmlns="http://camel.apache.org/schema/spring"&...
    Profile Photo
    last modified by szarekar
  • Help understanding Camel : https://github.com/jboss-fuse/quickstarts

    I am new to FUSE and Camel and i was trying to understand in which scenario would i use fuse or camel I downloaded CBR project from the above quickstarts links and was able to run as a standalone camel project. blu...
    Profile Photo
    created by szarekar
  • Understanding FUSE and Apache camel

    hi   In one of the  camel project which i downloaded from Apache camel website -  in camel-context.xml  I see routes, cxf , active mq defined and used to send and receive msgs. If all these compone...
    Profile Photo
    created by szarekar
  • Does camel need fuse container to run it routes?

    Camel is a framework. But i am trying to understand what does it need to run -  a container or JVM?
    Profile Photo
    last modified by szarekar
  • How to identify if the incoming request is SOAP or REST in Camel

    Hi,   I have exposed my camel project as a rest web service. http://localhost:9090/route/restservice/getQuote   How do i identify that the incoming request is SOAP or rest - if it is REST or SOAP (are ther...
    Profile Photo
    last modified by szarekar
  • How to identify if incoming request is soap or rest in Camel

    Hi,   I have exposed my camel project as rest based -http://localhost:9090/route/restservice/getQuote   but how do i identify if the incoming reqest is SOAP and if yes, convert it into to REST   Thanks,
    Profile Photo
    created by szarekar
  • How to invoke a rest service from Camel routes

    Thanks Grzegorz This is what i am trying to achieve   1) REST UI http://localhost:9090/route/customerservice/customers/GOOG   2) Calls :http://www.webservicex.net/stockquote.asmx/GetQuote?symbol=RHT ...
    Profile Photo
    created by szarekar
  • Error running camel project - https://github.com/christian-posta/file-rest-blog/blob/master/README.md

    Hi I downloaded the project from gethub   https://github.com/christian-posta/file-rest-blog/blob/master/README.md serviceclass is I tried running the project using two ways - import javax.ws.rs.*; import j...
    Profile Photo
    created by szarekar
  • CAMEL-FUSE project error

    I am running this sample camel project. however, I am getting below error on camel:run Could you pls help   [ERROR] ************************************* [ERROR] Error occurred while running main from: org.apache...
    Profile Photo
    last modified by szarekar
  • what is Jboss FUSE - is it a container or framework ?

    What is the difference between Jboss FUSE and Jboss EAP
    Profile Photo
    last modified by szarekar
  • Please explain me the difference between Jboss FUSE and Apache camel

    when to use and not to use -   Jboss FUSE and Apache camel ?
    Profile Photo
    last modified by szarekar
  • How and where to configure maxIdleTime in camel-websocket component?

    How and where to configure maxIdleTime for camel-websocket component? We are using  JBoss fuse  2.10.0.redhat-60024 version. I want to set the maxIdleTime to never expire like(<=0)   In the documen...
    Profile Photo
    last modified by ravibharathii
  • Unable to change default maximumRedeliveries for ActiveMQ transactions

    Hi,   I've managed to introduce transactions to my camel contexts so that messages are rolled back to ActiveMQ upon exceptions. However, I'm unable to change the maximumRedeliveries from the default 6...I want ...
    Profile Photo
    last modified by gustavsinder
  • Migrating to Jboss Fuse from JBoss ESB

    Need help, was trying to migrate Jboss ESB code to Jboss Fuse and i came accross org.jboss.soa.esb.addressing.EPR and org.jboss.soa.esb.couriers.CourierUtil   does anyone has idea about equivalent code/component...
    Profile Photo
    last modified by niteshjain132
  • SAXParseException -Cannot find the declaration of element 'beans'

    Jboss Fuse 6.0 is unable to parse the camel_context.xml when called from a java code as below. i don't get any such error when i run in eclipse. ApplicationContext ac = new ClassPathXmlApplicationContext("camel_co...
    Profile Photo
    last modified by niteshjain132
  • HazelCast in Jboss Fuse 6.0

    Previously i was using HazelCast 3.2.6 and hazelcast.xml (in JBoss Enterprise SOA Platform 5.3.1) to configure distributed caching between different nodes of a cluster configured Replication, TCP/IP, Multicast commun...
    Profile Photo
    last modified by niteshjain132