• How to download a file from esb service ?

    Hi All,   I have a service to export data to csv/ excel file. I want when invoke this service browser will automatic download this file. It looks simple with HttpServletResponse at here http://www.mkyong.com/ja...
    Profile Photo
    last modified by dulee
  • DeliverAsynch loosing data on the Message.

    Hi guys,   I noticed that when I invoke a service using Invoker.deliverAsync method, I see that any data I have on the Body of the message except the data against the default entry is lost in the invoked service...
    Profile Photo
    last modified by soltar
  • What implementation of Queue does JBOSS SOA use?

    Is it the javax.jms.Queue ? If not then the Sun version then ??
    Profile Photo
    created by soltar
  • How Can I set "get-payload-location" and "set-payload-location" in SmooksAction

    Hi,   How can i  set "get-payload-location"  and "set-payload-location" in SmooksAction. I dont want to set it in default location. and also  help me how can i access these in other Action class. ...
    Profile Photo
    created by kausikjana2013
  • JBoss ESB performance issue

    Hi,   I am getting performance issue with JBoss ESB. I have created an ESB service. In which I transforming the message using Smooks. I can see the Smoks transformation takes more than 3 sec for 25 concurrent re...
    Profile Photo
    created by kausikjana2013
  • Exception while accessing admin-console

    Hi,   I have installed 'jbossesb-4.10' on 'jboss-5.1.0.GA'. I am able to deploy and run the examples.   But when I try to see 'admin-console', I get the following exception.   Please suggest me how ...
    Profile Photo
    last modified by ssyed
  • Is there a way to get the origin IP address from a Jboss message?

    Because there are many request from different sytems to the same queue/service, So I want to know exactly about the sender info (Ip address) of that message for logging & tracing proposal later? Please help me if...
    Profile Photo
    created by dulee
  • StaticWireTap and invmScope

    Hi guys,   First post. I am trying to invoke a service using a StaticWireTap and I have noticed that the wiretap only happens if the calling service's scope is invmScope=Global set. If I remove the 'invmScope=Gl...
    Profile Photo
    last modified by soltar
  • Per http-provider security for EBWS - possible?

    I am attempting to use an HTTPGateway together with a SOAPProxy action to proxy a webservice. I need to be able to provide multiple endpoints, each with a different security contract, for the proxied web service (the ...
    Profile Photo
    last modified by scalaenthusiast
  • jms-provider in jboss 5.1.0 for jbossmq topic on jboss 4.2.3

    Hi,   I'm trying to setup a jms-provider in my JBoss ESB 4.9 running under JBoss 5.1.0.  I am trying to retrieve messages on a jms topic from a jboss 4.2.3 jbossmq broker.  I have setup my jms-provider...
    Profile Photo
    created by hskruse
  • Idea about clustered environment in jboss esb

    Hi,        I referred the AdministrationGuide.pdf for clustered environment, but i didn't get clear idea about configuring clustered environment.       Actually i need to...
    Profile Photo
    last modified by veradismail
  • Exception in executing buildin action - ObjectToCSVString

    Hi,   I’m newbie in the jboss esb. I am getting exception while processing message by buildin Action – ObjectToCSVString   My jboss-esb.xml –   <?xml version="1.0"?> <jbos...
    Profile Photo
    created by amr.ry
  • Cyclic import in the inXSD

    I am new to web services and have a question.   I have an xsd which imports other xsds and also it has some cyclic imports.   I have this following configuration in my jboss-esb.xml   <service ...
    Profile Photo
    created by sangvi
  • JCA's relation to ESB

    Please tell me if I'm on the right track.... My question is, how is ESB different than JCA? What are its value adds? Use Case #1: ESB is interacting with ESB-unaware message producers and consumers. In this case, w...
    Profile Photo
    last modified by bill.burke
  • jbossesb-server-4.7\samples\quickstarts\webservice_producer

    public class SendMessage  public static void main(String args[]) throws Throwable     {            String args1[] = {"jms"};    &...
    Profile Photo
    created by carl918
  • Loading Spring annotated beans from AbstractSpringAction in ESB ActionPipeline

    Hi,   I have an issue loading Spring 3 Beans annotated with Stereotypes- @Component,@Repository,@Service.           My current *applicationContext.xml* defined within the...
    Profile Photo
    created by bsingareddy
  • Use of ServiceInvoker to test an ESB service

    Hi all...   I'm trying to customize some test code to test the aggregator sample via a SendEsbMessage java class, similar to how it's been used for other ESB runtime examples, and am not having much luck.  ...
    Profile Photo
    last modified by bfitzpat
  • samples\quickstarts\exceptions_faults

    who can run the samples\quickstarts\exceptions_faults of jboss esb server 4.7 SendEsbMessage and SendEsbMessageSync i can't run both
    Profile Photo
    created by carl918
  • no fault address defined of message

    like title ,i want to set message's fault address ,then ,if message had err i can catch the message and i also can know what happend about the message!
    Profile Photo
    created by carl918
  • transaction of Jboss ESB

    i want to add transaction with esb message,then i can know where the message is when it has deliver fault.and how can i handle with it.for example: SystemA send message to ESB then ESB transport the message to System...
    Profile Photo
    created by carl918