• Fuse Deployment Architecture Model

    We are trying to design and come up with an architecture for the PROD environment using JBoss Fuse 6.2.1 OSGi container. We have decided to create 5 Fabric server each running in separate host. Each fabric server will...
    Profile Photo
    last modified by ravishankarhassain
  • What is the best way to get auto notification(i.e. via email) when a fabric:container is down(unexpected error)

    Hi I am new to FUSE. Would like to know the best way to get auto notification(i.e. via email) when a fabric:container is down(unexpected error)
    Profile Photo
    created by suresh.reddy
  • 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
  • no declaration can be found for element 'camelContext'.

    Hi I am using camel to build some sample routes. and deploying the build to apache-karaf-4.0.3. Camel Version  2.15.1   i get exception for The matching wildcard is strict, but no declaration can be f...
    Profile Photo
    last modified by hellosatish87
  • Persist and compare messages

    Hello,   I just started developing my first JBoss Fuse project and I would like to ask you a pretty general question regarding my intention to process the messages.   I already receive data in form of XM...
    Profile Photo
    last modified by sandra_nagl
  • 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
  • Is this correct way to configure Fuse ensemble?

    Hi, I am confused about Fuse Fabric and ensemble. Here is my understanding. Let's say that I've 3 servers then I configured Fuse Fabric like this. 1. Install fuse on 3 servers 2. On server1, run facric:create ... ...
    Profile Photo
    last modified by voravit.l
  • 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
  • How to support multi-tenancy?

    I'm a newbie looking for an integration solution that works for multiple tenants.  I'm building a SAAS application where I've multiple tenants that require data isolation and connector isolation.  Is it poss...
    Profile Photo
    created by kesavkolla
  • Fuse license & usage

    Hello!      I've found that Fuse is on Apache License 2.0 but for production use we need to purchase subscription. Is there any limitations on usage? cpu/mem/other... Is there any other purchases nee...
    Profile Photo
    last modified by pronchakov
  • issu : The following optional imports were not satisfied

    Hi there,   You will find my error in the screenshot .   Thank you.
    Profile Photo
    created by aterhzaz
  • 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
  • Cost saving with OSGI technologies for Business to Business (B2B) Model

    Hi guys,   I wrote a blog about potential cost saving with OSGI technologies for Business to Business (B2B) Model.   I really appreciate it if you can find time to read and tell me your opinions about it. ...
    Profile Photo
    created by speleomaniac
  • 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
  • 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