Blogs

Techblog Blogs

Using Vagrant to create a Fabric8 ensemble

In this blog I will explain how to run a Fabric8 ensemble in the jboss-fuse-6.2.1.redhat-084 stack. This blog covers the proces from start to end, and depending on your experience…

Harrie Dijkhuis
27 januari, 2016

Techblog Blogs

Removing camel HTTP Headers

When trying to invoke a json rest service from a route in my CXF soap web service using HTTP4. I got the following error: “If you are forwarding/bridging http endpoints,…

Dirk Janssen
25 januari, 2016

Techblog Blogs

Fuse contract first webservice

In this blog post I will explain how you can create a SOAP web service in Fuse. You can implement a SOAP interface with the help of CXF. Creating a…

Dirk Janssen
19 januari, 2016

Techblog Blogs

Invoking a OAuth2 REST API with the TIBCO BusinessWorks 5.x plug-in for REST and JSON

In this post I will show you some pointers on how to invoke a OAuth2.0 REST service with the TIBCO ActiveMatrix BusinessWorks plug-in for REST and JSON plugged into TIBCOActiveMatrix…

Joshua Moesa
10 januari, 2016

Techblog Blogs

First encounter with big J

I’ve been working in the world of system integration now for more than 12 years and I have always been able to dodge Java. There was always some eager Java guy…

Stephan Vos
20 november, 2015

Techblog Blogs

Using a custom BundleActivator class in your Camel OSGi bundle

For those not familiar with the BundleActivator class in OSGi it is used to control the startup and shutdown of an OSGi bundle. From the OSGI wiki: “Bundle-Activator is a…

Pim Gaemers
31 augustus, 2015

Techblog Blogs

RedHat Fuse 6.1 disable logging of org.apache.camel.component.file.remote.SftpOperations

Introduction A few days ago I worked on a few (s)FTP components. I noticed the amount of logging done by JSCH was quite a lot and polluting our environment. With…

Harrie Dijkhuis
11 augustus, 2015

Techblog Blogs

ActiveMQ DLQ use OriginalDestination in Camel

Ah the DLQ, the place where messages go to die. When messages end up in the DLQ (Dead letter queue) of ActiveMQ they receive an additional message header with the…

Pim Gaemers
31 juli, 2015

Techblog Blogs

Dynamic SQL and TIBCO BusinessWorks

In the field, I’ve seen a multitude of TIBCO BusinessWorks 5.x solutions where the SQLDirect activity is used for running SQL statements which are created dynamically. I’ve mainly come across…

Joshua Moesa
23 juli, 2015

Techblog Blogs

Using SoapUI and HermesJMS with Tibco EMS

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….

Marco de Gucht
22 juli, 2015

Techblog Blogs

JBoss Fuse 6.2 a first look at the http gateway

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…

Pim Gaemers
18 juli, 2015

Techblog Blogs

JBoss Fuse 6.2 – a first look at the data transformation mapper

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…

Pim Gaemers
5 juli, 2015

Techblog Blogs

Setting up Docker

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…

Maarten Tijhof
1 juli, 2015

Techblog Blogs

What is Docker?

“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…

Maarten Tijhof
1 juli, 2015

Techblog Blogs

JBoss Fuse, CXF, java.io.IOException: Could not load keystore resource

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…

Pim Gaemers
23 juni, 2015

Techblog Blogs

Get numeric characters from a string in TIBCO BusinessWorks

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…

Marco de Gucht
3 juni, 2015

Techblog Blogs

JBoss Fuse Fabric port ranges… oh my…

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…

Pim Gaemers
26 april, 2015

Techblog Blogs

TIBCO BusinessWorks remote deployment using DomainUtility or AppManage

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…

Joshua Moesa
9 april, 2015

Techblog Blogs

Working with xsd:duration in TIBCO BusinessWorks

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….

Marco de Gucht
9 april, 2015

Techblog Blogs

Activity logging 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…

Marco de Gucht
8 april, 2015