SoapUI and HermesJMS can be used to test a SOAP-over-JMS service using TIBCO EMS. It does need some configuration. Open HermesJMS and create a new session: A new window opens….
Tech preview in 6.1 the http gateway for Fuse fabric is in full support in JBoss Fuse 6.2. The http gateway (and mq gateway for ActiveMQ) offers a gateway for…
JBoss Fuse 6.2 is just release and one of the new exiting features is the new, graphical, data transformation component. And although still in tech preview phase I got curious…
As Docker relies on Linux specific virtualization features like cgroups and namespaces, the tool is only available for Linux. Through clever use of Oracle Virtualbox and a very minimal customised…
“So you have this [insert new technology] thing running on your machine? Great! Could you pass it to me as well, so I can play with it?” ~ coworker We…
I was recently tasked with enabling TLS on a CXF webservice hosted on JBoss Fuse. Since it was the first time I actually needed to enable the TLS within JBoss…
In TIBCO BusinessWorks, there is no function for removing all non-numeric characters from a string. A solution using XPATH 1.0 functions is called the “double translate”. The inner translate replaces all…
Recently I had an opportunity for a customer to sort out some of the interconnectivity required between servers for a JBoss Fuse Fabric HA ensemble. Obviously when connecting multiple servers…
This is a guest post from RubiX colleague Maarten van Alphen, Systems Integration Specialist with extensive kowledge and experience with TIBCO software. Check out his profile for more information. For our…
For a project I had to add a Duration to a dateTime. XPath has some functions to get data out of the duration. Unfortunately, these functions are not implemented in TIBCO BusinessWorks….
To enable logging of input and output of all Activities, edit the tra file, located in something like /opt/tibco/tra/<domainname>/application/<adaptername>/<adaptername>-<bwenginename>.tra. Change “Trace.Task.*=false” in “Trace.Task.*=true” and add two lines at the bottom…
Undo the “Oops, i accidentally added an operation to my WSDL” in TIBCO Business Works 6 TIBCO released a new product recently: “TIBCO ActiveMatrix Business Works 6” also known as…
During the installation of EMS 8.1 in console mode on Ubuntu 14.04, I encountered an error that you typically get when you’re trying to run 32-bit executable files in a…
After installing the 64-bit distributions of TIBCO Silver Fabric on my Windows 7 machine, I encountered an error when I started up a Stack containing components Administrator and BusinessWorks (from…
When exposing your Camel route as a Rest service using CXFRS there has to be a translation from the CXFRS message to the Camel exchange. This translation is covered in…
On my current project I have a use case where a list of products needs to be retrieved. This is quite an expensive operation and could take a few seconds….
When using the discovery endpoint to connect to a master slave ActiveMQ cluster I ran into an error. It is worth to note that this exception is not caused by…
Recently I found out that the highly usefull af:target tag did not work for me in my project. At first glance it seemed to simply do nothing however after consulting the…
Apache CXF is a part of JBoss Fuse, so is Apache Camel. In this blog post we are going to implement a rest client in CXFRS and Camel. Note, you…
There are numerous logging and monitoring options available in Apache Camel. The most obvious being the Log component and Log EIP. http://camel.apache.org/log.html http://camel.apache.org/logeip.html However, a sometimes more overlooked option is…