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…
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…
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…
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…
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…
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…
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…
When using JDeveloper have you ever had a situation where your data controls are missing from the “Data Controls” pane? Even though you have data control definitions in your project?…
When creating a new fabric sometimes there are still containers running in the background of the old fabric. These can cause conflicts with the ‘new’ containers. Especially when using the…
In my last post we created a chat server application for Weblogic 12c. A chat server is only useful when you have an application who makes use of the chat service….
When running my Fuse projects from within JBDS it sometimes happened the process wont terminate properly. When this occurs the error message ‘Terminate Failed’ pops up. And even though most…