• what is Jboss FUSE - is it a container or framework ?

    What is the difference between Jboss FUSE and Jboss EAP
    Profile Photo
    last modified by szarekar
  • Getting SOAP-Request Headers in Response

    when i invoke a camel cxf endpoint by passing Headers, i get the same headers in response, is there any way to ignore the headers only in response.   This is how i get Headers-   public void processHeade...
    Profile Photo
    last modified by niteshjain132
  • How to get the System Environment variable inside camel context

    I have a system variable "JBOSS_FUSE_HOME" and in my camel context i tried this   <camelContext trace="false" id="Camel"  xmlns="http://camel.apache.org/schema/spring"> ..... .....   ...
    Profile Photo
    last modified by niteshjain132
  • Invoke a Route on bundle StartUp

    Server - Jboss Fuse 6.0 Trying to invoke a route when the ApplicationContext is loaded successfully using ApplicationContextAware Interface.   package com.test; import org.apache.camel.CamelContext; import or...
    Profile Photo
    last modified by niteshjain132
  • Not able to load Drools through knowledgeBase/ksession

    does anyone know why sample drools project is working when run via main() Method , and when invoked via camel processor, i'm getting the following error wile trying to create the knowledge base (KnowledgeBase kbase =...
    Profile Photo
    last modified by niteshjain132
  • Trying to get ApplicationContext on Bundle Startup

    Scenario: (Fuse 6.0) Trying to invoke a route as soon as an osgi bundle is deployed.   used Bundle Activator, but getting the CamelContext as null, because the BundleActivator class is called before CamelContex...
    Profile Photo
    last modified by niteshjain132
  • How can i get SOAP Header in a Processor (exchange)

    Currently trying to access SOAP Headers sent, in a camel processor, tried the this exchange.getIn().getHeaders() but its returning null. does anyone know how do i retrieve SOAP Headers ?   Jboss Fuse 6.0 cam...
    Profile Photo
    created by niteshjain132
  • JBoss Fuse ESB Cluster setup

    Hello Experts,   I am new to JBoss Fuse ESB and exploring the best practices in setting up a cluster of ESB. I also could not understand the usage of Profile and container. When and why do you create a profile a...
    Profile Photo
    last modified by dpravin74
  • org.apache.servicemix.bundles.spring-beans - 3.2.8.RELEASE_1 | Ignored XML validation warning

    Jboss fuse 6.1 is not able to parse bean definition file. I don't understand spring-beans-2.5.xsd already exist in the spring-beans.jar file then why my class file is trying to download it. Please help if anybody has...
    Profile Photo
    created by kumrakes9
  • Migrating to Jboss Fuse from JBoss ESB

    Need help, was trying to migrate Jboss ESB code to Jboss Fuse and i came accross org.jboss.soa.esb.addressing.EPR and org.jboss.soa.esb.couriers.CourierUtil   does anyone has idea about equivalent code/component...
    Profile Photo
    last modified by niteshjain132
  • SAXParseException -Cannot find the declaration of element 'beans'

    Jboss Fuse 6.0 is unable to parse the camel_context.xml when called from a java code as below. i don't get any such error when i run in eclipse. ApplicationContext ac = new ClassPathXmlApplicationContext("camel_co...
    Profile Photo
    last modified by niteshjain132
  • HazelCast in Jboss Fuse 6.0

    Previously i was using HazelCast 3.2.6 and hazelcast.xml (in JBoss Enterprise SOA Platform 5.3.1) to configure distributed caching between different nodes of a cluster configured Replication, TCP/IP, Multicast commun...
    Profile Photo
    last modified by niteshjain132
  • Karaf - Get values from more than one property file

    is there any way to load more than one property file when the Fuse starts up , and then get the values from any of those properties file for corresponding Key ?   i am using Jboss Fuse 6.0
    Profile Photo
    created by niteshjain132
  • Invoking a Router via Processor

    Already waste 2hours and still not able to figure , how to invoke a Router in Camel context via a Java code.   Tried this -   in Java Class : ApplicationContext context = new ClassPathXmlApplicationConte...
    Profile Photo
    last modified by niteshjain132
  • Error while trying to run FabricLoadBalanceFeature Client program

    We have successfully deployed a SOAP service with fabricLoadBalancingFeatures Enabled. But when we try to run a client program, We have the below exception. Some googling says this has been fixed in Jboss Fuse 6.2( ...
    Profile Photo
    last modified by abhishekkoneru6790
  • Hi,

    We are going to migrate our current ESB version jboss-soa-p.4.3.0 to fuse 6.0.0. I am very new to this migration. I am very much interested in doing this now. So please help me how to start and supporting documents t...
    Profile Photo
    last modified by sivakmr469
  • Converting an exisitng project to be deployable in jboss studio???

    Hi,   I have started work on a project that uses jboss fuse.  All the other developers use netbeans, but I am keen on using the jboss developer studio because it think that it will offer a lot more and give...
    Profile Photo
    last modified by paul.blakeley
  • How do I deploy a route into a fabric from process which isn't a Fabric Container?

    I am trying to deploy a Http Proxy route, using RouteBuilder, to Fuse from Glassfish, by hooking into ServletContextListner.  The strategy is to register the route on a fabric when the listener starts.   I ...
    Profile Photo
    last modified by pcootey
  • My custom bundles are un-deployed when Fuse is restarted

    Hello, I am migrating my fuse deployments to the new jboss-fuse-6.1.0.redhat-379. We currently use fuse-esb-7.1.0.fuse-047. When the new server is restarted, my bundles get uninstalled and are no longer visible in th...
    Profile Photo
    last modified by ask4ralph