• Fuse ESB Install in Linux

    Hi,   I need to install fuse ESB into my linux environment. I want to install the package and do not want to build the source and install as of now. The link Red Hat JBoss Fuse does not have any such package for...
    Profile Photo
    created by amit_kayal
  • Webservice call SOAP Client Action doesnt work

    Hi,   First of all,let you know that we are beginners in the development with JBOSS,so sorry if we say any stupid thing.   We have created a SOAPClient Acton in a ESB with this properties first calling a ...
    Profile Photo
    last modified by mgrande
  • Scalability of JBoss FUSE

    I have  couple of questions around scalability of JBoss FUSE. We're starting with 6.0.0 at the mo.   Firstly, scalability would be provided (initially) by adding containers to the fabric. How many can be ad...
    Profile Photo
    created by striplight
  • Problem with webservice_consumer1

    Good day! Yhis is my first question!   I'm trying run sample webservice_consumer1 in JBoss ESB. In action soapui-client-action there is an Exception. In logs I find next:   2013-10-13 16:31:48,587 DEBUG [o...
    Profile Photo
    last modified by kazakov
  • Prototype instance wired by blueprint?

    Blueprint supports the prototype scope. If you have an instance of that type in your class, BP can wire that in.   But in our scenario we don't want to wire it as an instance, we want to wire it as a local varia...
    Profile Photo
    last modified by striplight
  • ¿Can a scheduler be configured out of the jboss-esb.xml file?

    Hi,   I'm trying to create a service triggered by a scheduler, so I have something like this in my jboss-esb.xml file:   <schedule-provider name="schedule">   <!--fired every 5 minutes -->...
    Profile Photo
    last modified by pawer13
  • What are the different ways to implement WS-Security with Username Token?

    I'm trying to expose a web service from JBoss ESB with WS-Security Username Token implemented.   What are the different options available for implementing this?   The web service is currently exposed using...
    Profile Photo
    last modified by dagheyman
  • Problems with encoding

    Hi   I come here because i have a problem with encoding while using JBOSS SOAP server.   When i have accents logged into the server.log the special characters like "é, à, è, ..." ...
    Profile Photo
    created by nordine.b
  • List of ESB Categories, Services and OneWay/TwoWay

    Hi,   Simple question, is it possible (programmatically and on runtime) to retrieve a list of all deployed Categories and Services, and whether they are OneWay or TwoWay?   I have been trying to do this vi...
    Profile Photo
    last modified by sejersbol
  • How to implement queue to service mapping

    I am working on a tool for visualisation of messages intercepted in JBossESB. The problem is, that when I intercept a message (using Pipeline Interceptor), I get the full service name + listener from the sender field ...
    Profile Photo
    created by m.myslik
  • Original file name as message property for File/FTP gateways

    I have some code that adds the originating filename as a property on messages coming from file or FTP gateways. In our business case, we needed to be able to take the original filename, modify it with a timestamp and ...
    Profile Photo
    last modified by derek.adams
  • Work for Red Hat! - (SOA Governance)

    Hey Guys (and Gals),   Red Hat's looking for talented engineers to join our JBoss team!   The focus will be delivering the SOA Governance technologies for the SOA Platform.   What better place to fin...
    Profile Photo
    created by adam_rh
  • Deployment issue while deploying an esb project

    Hi,   We are in the process of migrating exiting EAR which uses spring 3.1.2, hibernate etc. to Jboss ESB 4.11 to be deployed Jboss soa-p.5.3.0. As the application bundles spring 3.1.2 jars along with it while ...
    Profile Photo
    created by jaigates
  • [HELP] Unable to consume reply message from MQ Queue

    Hi, I am having problem consuming messages from MQ Server Queue. I am using  WebSphere MQ Server 7 with my web application to put messages on IN  Queue which will then Consume by my MDB deployed on jBoss...
    Profile Photo
    last modified by sjunejo
  • Converting EAR project to an ESB project

    Am having one ear project with war and jar files included. Is it possible to convert this ear porject into an ESB project? If it is achievable means what are the steps to convert,,?
    Profile Photo
    created by raghu85
  • how to invoke selective ws service port using jboss-esb

    have 2 ports defined in my webservice like below...   <wsdl:service name="servicename1">     <wsdl:port name="mywsWSSoap" binding="tns:mywsWSSoap">      ...
    Profile Photo
    last modified by jaigates
  • How to get logical EPR from intercepted message?

    Hi, I am intercepting messages using pipeline interceptors and processing some information about them. I would like to get logicla EPR from the "to" and "from" parameter, however, I am able to get only physical EPR fr...
    Profile Photo
    created by m.myslik
  • How to get Proxy Name from invm EPR

    I am trying to get proxyname from  ESB message properties.  For  http gateway proxies  there is a property called service-name  but for  proxies generated  through EBWS  the pro...
    Profile Photo
    last modified by munimanjunath
  • Pipeline interceptor triggers multiple times

    I am working on a project that "sniffs" (intercepts) all messages that are being send through ESB.   I use JBoss AS 6 with ESB 4.11. I am sending both esb-aware and JMS messages and everything works, but it seem...
    Profile Photo
    last modified by m.myslik
  • Sending a message through Scheduler

    Hi,   I am quite new to ESB and I would like to send messages from a service through simple scheduler. I have a class that has method which sends and ESB aware message:   public void sendMessage(String mes...
    Profile Photo
    last modified by m.myslik