• Add UsernameToken and Timestamp soap header in switchyard.

      Hi Team,   I am trying to call some external service from Switchyard, and external services having below header in request xml. Could you please explain me or give me solution for add below header in req...
    Profile Photo
    last modified by bharatpinjani
  • OnException error type class not found in FUSE but works in Studio IDE

    Setting up an OnException to recognize bad JSON messages. Windows 7 64bit, RedHat Fuse 6.1 , RH Studio w/jboss tools, blueprint frame, plain container w/no fabrics the good: <onException useOriginalMessage="true...
    Profile Photo
    last modified by rmuell01
  • Exception while starting Jetty after fabric:join

    I'm working on a test environment with a Fabric server and two managed Fuse servers. My issue is that after joining the Fabric with fabric:join, the integrated Jetty is stopped and does not come up again.   From...
    Profile Photo
    last modified by martinphilippi
  • Camel not deleted if file consumer is used with pollEnrich

    Hello everyone.   I have a problem similar to this [ENTESB-5091] Camel markerFile not deleted if file consumer is used with pollEnrich and custom aggregation strategy - JB… .     My piece of co...
    Profile Photo
    last modified by angelbaranda
  • What is the best practices to develop in JBoss Fuse with OSGI?

    I'm developing my services and integrations using maven dependencies and run my Camel route. But When I try to deploy my app in the JBoss Fuse, I spend so much time to install all dependencies from OSGI. I understand ...
    Profile Photo
    last modified by celsoagra
  • Salesforce to MySQL Data transformation; JBoss Fuse

    Hi,   I wanna insert data from a salesforce account into a mysql database.   So I have to map  i.e. the "Id" from the salesforce account to my output mysql database (field="SalesforceId").   How...
    Profile Photo
    last modified by benni_esentri
  • How to JDBC DataSource in Fuse6.3

    Hi,   Im completely new to fuse.Im trying to create datasource. The Datasource works fine as Camel standalone Application. Im using ANT for build task(not maven).   Fuse DataSource: <bean id="ds" clas...
    Profile Photo
    last modified by techie.raja
  • Why all logs are deleted in hawtio after each restart of the server Fuse 6.3 ?

    Hi,   I noticed that after every restart of the server Fuse 6.3 , all logs and routes informations are deleted from Hawtio, there is a method or technique to keep logs and routes informations after restarts ? ...
    Profile Photo
    last modified by amoufakkir
  • Reuse the beans configuration in camel blueprint

    Hi All,   I have db connection related beans in camel-blueprint but it is more specific to that bundle. How can I reuse the datasource/sessionconfiguration across other bundle in blueprint.   For example I...
    Profile Photo
    last modified by sarada.ch
  • Camel-Hibernate Issue with Blueprint

    Hi All, When using camel-hibernate component with Spring DSL it works fine but I want to use Blueprint with JBoss fuse 6.3 I get error   org.osgi.service.blueprint.container.ComponentDefinitionException: Error ...
    Profile Photo
    last modified by sarada.ch
  • How to upsert CSV file to Salesforce using Salesforce bulk API in JBoss Fuse?

    Hello,   I am trying to upsert CSV file to Salesforce having 700,000 records. In Jboss fuse I want to use Bulk Salesforce API in Camel. I am not able to figure out how to implement it using Camel and Salesforce ...
    Profile Photo
    last modified by biswo.dash
  • ActiveMQ - bundle wiring for org.apache.activemq.activemq-osgi is no longer valid.

    We are using Jboss Fuse 6.3 and Fabric8 container   Broker configuration Bean xml file in the attachment. URL: failover:(tcp://ip1:port,tcp://ip1:port)?randomize=false   Refereed below bug and applied w...
    Profile Photo
    last modified by jaisha57
  • camel-hibernate insert's the data rather then fetch

    Hi All, I am trying to select data from DB using camel-hibernate but the behaviour is weird. It try's to insert instead of select     <to id="_to1" uri="hibernate:com.x.dto.ReferenceTable?consumer.named...
    Profile Photo
    last modified by sarada.ch
  • FUSE roadmap for 2017

    I've not been able to find a roadmap for Red Hat JBoss Fuse after v6.3. Fuse 6.x is based on a fork of Fabric8v1 (OSGi at core). Fabric8v2 is mainly based on Docker/Kubernetes.   A couple of years ago there we...
    Profile Photo
    last modified by davide.cavestro1
  • JBOSS FUSE standalone ssh password

    Hi Guys, Trying to  deploy HelloWorld into Fuse server. I tried deploying from devstudio but when I start server, it is asking for ssh username and password. I don’t know the password.What is default conf...
    Profile Photo
    last modified by praveenkumarkr2
  • While using JBoss Fuse 6.2.1, What is the recommended way to encrypt the password that is in the "org.ops4j.pax.web.cfg" configuration file

    While using JBoss Fuse 6.2.1, What is the recommended way to encrypt the password that is in the "org.ops4j.pax.web.cfg" configuration file
    Profile Photo
    last modified by sonali88
  • Unable to deploy the bundle in JBOss fuse 6.3

    Hi All,   Trying to install bundle and failed with below error. Can anyone let me know what the error is   JBossFuse:karaf@root> install file:C:/Users/sarada.chelluboyena/workspacelab/Cam elCXFSOAP/tar...
    Profile Photo
    last modified by sarada.ch
  • Securing CXF Restful Web Service With Apache Shiro

    I'd like to secure a CXF Restful Web Service with Apache Shiro. Is there a CXF interceptor or filter that can be used?   I use blueprint.xml for the configuration of the service:   <jaxrs:server id="res...
    Profile Photo
    last modified by keller13
  • 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
  • Disable JMX in camel context doesn't allow to open the JBoss devloper debug

    Hi All,   I am getting JMX already bind exception when run the camel context in JBoss Studio, so I tried to disable JMX adding the below line in camel route. Now I can't debug anymore because i had disable the J...
    Profile Photo
    created by sarada.ch