kennis vermenig-vuldigen door te delen

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

Techblog Blogs

Undo the “Oops, i accidentally added an operation to my WSDL” in TIBCO Business Works 6

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…

Harrie Dijkhuis
24 maart, 2015

Techblog Blogs

How to fix “Bundled JRE is not binary compatible with host OS/Arch or it is corrupt. Testing bundled JRE failed.” error while installing TIBCO EMS 8.1 on Ubuntu 14.04 LTS 64-bits

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…

Joshua Moesa
21 maart, 2015

Techblog Blogs

How to solve the TIBCO Silver Fabric issue: engine stuck on status ‘allocating’

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…

Joshua Moesa
17 maart, 2015

Techblog Blogs

Fabric load balancer for CXF – Part 2

In part 1 we explored the possibility to use Fabric as a load balancer for multiple CXF http endpoints and had a more detailed look at how to implement the…

Pim Gaemers
16 maart, 2015

Techblog Blogs

Fabric load balancer for CXF – Part 1

Sticking with the recent CXF themes of this blog in this 2 part series we will explore the combination of CXF http endpoints and Fuse Fabric for autodiscovery and load…

Pim Gaemers
26 februari, 2015

Techblog Blogs

Exploring the SimpleConsumer and Default Camel CXFRS binding styles

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…

Pim Gaemers
6 februari, 2015

Techblog Blogs

Preventing refresh on MethodIterator in ADF 12c

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

Marcel Maas
27 januari, 2015

Techblog Blogs

Fuse Fabric MQ provision exception

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…

Pim Gaemers
24 december, 2014

Techblog Blogs

ADF 12C Target tag not working (ZIP_STATE_FAILED)

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…

Marcel Maas
17 december, 2014

Techblog Blogs

Implementing a CXFRS client in JBoss Fuse

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…

Pim Gaemers
1 december, 2014

Techblog Blogs

Writing a Camel eventnotifier

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…

Pim Gaemers
27 oktober, 2014

Techblog Blogs

Error: ADF_FACES-30200: The UIViewRoot is null.

Have you ever encountered this one? It might be a number of things, invalid EL expression, invalid cpx files or calling a page which cannot be found. Now I have found…

Marcel Maas
24 oktober, 2014

Techblog Blogs

Deploying a Jboss Fuse project into a fabric8 container with maven

One of the great features of Jboss Fuse and the underlying Apache Camel is that it can be deployed virtually anywhere. However one of the runtime possibilities that comes out…

Pim Gaemers
10 oktober, 2014

Techblog Blogs

JMS request response patterns with TIBCO BusinessWorks and EMS

When using JMS for synchronous request response messaging there are some options and standards to consider. In this post I will explain the two most common patters for synchronous request…

Pim Gaemers
1 oktober, 2014