• 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
  • Unresolved constraint in bundle

    What is the meaning of this Exception? Operation startBundle failed due to: java.io.IOException : Start of bundle with id 375 failed with message: Unresolved constraint in bundle com.demo.ftp.demo-ftp-integration [37...
    Profile Photo
    last modified by michele-82
  • 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
  • Redelivery Policy is ignored by Camel on ActiveMQ

    Hi, I'm enabling transaction in JMS Queue consuming route, and trying to configure RedeliveryPolicy in Spring/Camel file as you can see below: <bean id="myRedeliveryPolicyConfig" class="org.apache.camel.pro...
    Profile Photo
    last modified by michele-82
  • 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
  • JBoss Fuse - Scalable

    Hi Everyone,   a fueture of my System allows to download File from Remote Server via SFTP and then they will be processed. So, I created and configured a OSGI bundle into JBoss Fuse 6.2 that it ables to do this...
    Profile Photo
    last modified by michele-82
  • Camel-Hazelcast: Custom Configuration hazelcast.xml in JBoss Fuse (6.1.0.redhat-379)

    I'm trying to implement the distributed cache using camel-hazlecast component.  I have installed camel-hazelcast feature in fuse container and tested with the sample camel route (using Aries Blueprint) which is w...
    Profile Photo
    last modified by writemevenkat
  • Camel Loop Xpath Expression

    Has anyone tried setting up XPath expression for the loop counter? The following camel route does not seem to work for me and I am assuming that the expression has to return a number for the loop counter:   <...
    Profile Photo
    last modified by tomekzz
  • How can I deploy Restfull war on jboss fuse jboss-fuse-6.2.0.redhat-128 ?

    I have  Restfull webservice packed as war, deployed on wildfly-8.2.0.Final working fine. And I am trying to deploy it on jboss-fuse-6.2.0.redhat-128 . I have copied the war file in fuse deploy folder. here is ...
    Profile Photo
    last modified by seybaa
  • Issues with 6.2, 6.2 P1

    Good day,   Just wanted to check if anyone else is experiencing issues with the recent 6.2 release around ensemble creation? Supposed to be fixed with 6.2 P1, but it seems that it is even worse - now SSH contai...
    Profile Photo
    last modified by eminkevich
  • unable to download  server connectors from the jboss developer tools IDE

    Hi Team,   i would like to report the problem about j boss developer studio , i am able to connect to internet from IDE  but when installing anything from jboss central showing error like attached error not...
    Profile Photo
    last modified by srikanthvaddi
  • how we can install multiple instance of jboss fuse 6.1 or 6.2

    hi ,   please let me know how we can install multiple instance of jboss fuse on one server just like we can create weblogic domains. suppose we have 10 different unix user on one server and jboss fuse is instal...
    Profile Photo
    last modified by jainpratik163
  • 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
  • Question about using Fuse Fabric

    I created a flow with a SOAP web service endpoint. When I deploy it, I can access it by http://localhost:8181/cxf/myWebService. I want to add it to a Fabric. My question is, when it's added to a profile within a fabri...
    Profile Photo
    last modified by dmacleod
  • How do i download bundles defined in feature xml

    I wanted to install JBPM feature in JBoss Fuse 6.1.0, i have this feature URL "mvn:org.drools/drools-karaf-features/6.1.0.Beta3/xml/features", but when i don't have an internet connection the following command fails...
    Profile Photo
    last modified by niteshjain132
  • 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
  • Trouble with Fabric in JMS QuickStart Example

    Hi Everyone,   I successfully followed the tutorial for using JMS and Camel Routing with Blueprint and JBoss Fuse. I doubt I have all the technologies in that example mentioned... This is the URL to the example...
    Profile Photo
    last modified by rockandrollprogrammer
  • 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