Log in to follow, share, and participate in this community.
Thread Fuse ESB Install in Linux
Fuse ESB Install in LinuxHi, 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...
Thread Webservice call SOAP Client Action doesnt work
Webservice call SOAP Client Action doesnt workHi, 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 ...
Scalability of JBoss FUSEI 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...
Problem with webservice_consumer1Good 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...
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...
Thread ¿Can a scheduler be configured out of the jboss-esb.xml file?
¿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 -->...
Problems with encodingHi 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 "é, à, è, ..." ...
Thread List of ESB Categories, Services and OneWay/TwoWay
List of ESB Categories, Services and OneWay/TwoWayHi, 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...
How to implement queue to service mappingI 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 ...
Thread Original file name as message property for File/FTP gateways
Original file name as message property for File/FTP gatewaysI 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 ...
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...
Thread Deployment issue while deploying an esb project
Deployment issue while deploying an esb projectHi, 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 ...
Thread [HELP] Unable to consume reply message from MQ Queue
[HELP] Unable to consume reply message from MQ QueueHi, 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...
Converting EAR project to an ESB projectAm 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,,?
Thread How to get logical EPR from intercepted message?
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...
How to get Proxy Name from invm EPRI 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...
Thread Pipeline interceptor triggers multiple times
Pipeline interceptor triggers multiple timesI 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...
Sending a message through SchedulerHi, 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...