• jms.blobTransferPolicy.uploadUrl is not working for activemq

    Hi All,   I am working on the  feasibility of processing large files in Fuse using blob message.   <bean id="jms" class="org.apache.activemq.camel.component.ActiveMQComponent">   <prop...
    Profile Photo
    last modified by kishore-cv
  • JBoss Fuse 6.3 and EAP 7 on VM

    We are planning on deploying our applications on two JBoss Servers. We are about to use the following products: JBoss Fuse 6.3 on EAP 6.4 JBoss 7 We are also about to use a VM to host the two servers (VMWare or Red...
    Profile Photo
    last modified by kounabara
  • Jboss fuse fabric ssh to remote container fails : Command function not found

    --- command --- #!/bin/bash function run { echo "Running: $*" ; $* ; rc=$? ; if [ "${rc}" -ne 0 ]; then echo "Command Failed:Error running installation script: $*" ; exit ${rc} ; fi ; } function sudo_n { SUDO_NON_INT...
    Profile Photo
    last modified by chittaranjan.panda
  • Cross communication between war and osgi bundle in camel + fuse

    How to communicate with war to bundle using direct-vm? I have created a war file in which I have defined camel routes with unique camelContext. From this war I tried to connect with other bundle B which is purely OSGI...
    Profile Photo
    created by akmishra30
  • Log4j vs Log4j2 - JBoss Fuse

    Why Fuse is not still upgraded to Log4J2 and would like to know why they are still preferred?
    Profile Photo
    last modified by jaisha57
  • Cannot obtain service: io.fabric8.api.FabricComplete

    When I execute this command in fabric me there appears this that can be shell:source mvn:org.jboss.fuse/deployment/1.0/script/install Error executing command: Cannot obtain service: io.fabric8.api.FabricComplete
    Profile Photo
    last modified by wenikore
  • Vaga Parar Trabalhar com JBOSS Fuse

    Profile Photo
    created by acacio.cintra
  • Heapdump file in jboss-fuse_6.2.1\data\tmp

    Hi All,   I've the following problem. At work I have a virtual machine with VirtualBox, in this virtual machine I've Linux Mint v17.2 Rafaela. In my virtual machine I have mount a disk with jboss fuse version ...
    Profile Photo
    last modified by claudioturetta
  • Reporting Tool For JBoss Fuse ESB

    Hi All,   Is there any reporting tool out-of-the-box available for JBoss Fuse. I understand that Hawtio can show live and real time metrics and visualize the message flow but is there a way to generate historica...
  • JMS Request Reply Tuning

    Hello,   I am having problems with my JMS Request/Reply producing slow results in my flow. I would appreciate any help in increasing the speed of this flow. I assume that it is some configuration error I have ma...
    Profile Photo
    created by mrswenso
  • JBoss products required for ESB develop, deploy & implmentation?

    Hello,   what are the products required to build ESB develop , deploy & implementation? Are JBoss Fuse and JBoss AS enough to build , develop Enterprise Service Bus?   Thanks, Krishna
    Profile Photo
    last modified by kkrishnashankar
  • Add child attributes to elements (convert csv to xml using Apache camel)

    I was able to convert csv to xml using code My question is what changes are needed in EmployeeDTO.java to get the expected output below -( I want the child attributes to be displayed) MY EmployeeDTO.java @XmlRootElem...
    Profile Photo
    created by szarekar
  • 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
  • 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
  • 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 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