• 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
  • Which version of Red Hat JBoss Fuse ist available/supported by Openshift V3.x?

    I would like to know which version of Red Hat JBoss Fuse ist available/supported by Openshift V3.x? Thank
    Profile Photo
    last modified by bate.mady
  • Cloud Native Camel riding With JBoss Fuse and OpenShift

    Just did a blog on Fuse on OpenShift... also pulled together a non-trivial/non-helloworld app and converted it to FIS with the following things to highlight:   Generating the kubrenetes.json file with the fabric...
    Profile Photo
    created by ceposta
  • 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
  • JBoss Fuse 611412 - where I can download this version?

    JBoss Fuse 611412 - where I can download this version?   on OpenShift we have this version;   this is jboss-fuse-full-6.1.1.redhat-412 ?   JBoss Fuse - Downloads only have 6.2 & jboss-fuse-full...
    Profile Photo
    last modified by ihor.lavryniuk
  • Jetty Camel Endpoint on Openshift unreachable

    Hello,   I've deployed a simple Camel route that acts as a simple passtrough to an external webservice.   <route id="myRoute">   <from uri="fabric:wscrab:jetty:http://0.0.0.0:8090/webservices...
    Profile Photo
    last modified by stepha.dereppe
  • Another question about DB in JBoss fuse

    Hello all,   I would like to develop a set of containers that change information among them. One of these containers has to get the information and save it in a DB. In order to learn how to that, I was following...
    Profile Photo
    last modified by waldemarpires
  • 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
  • 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