Blogs

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

Techblog Blogs

Missing your data controls?

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

Marcel Maas
30 september, 2014

Techblog Blogs

Stopping a fabric container after ‘container has not been created by fabric’ error message

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…

Pim Gaemers
20 september, 2014

Techblog Blogs

Chatzi: A chat app using Web Sockets

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

Marcel Maas
19 september, 2014

Techblog Blogs

Terminate failed in JBDS

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…

Pim Gaemers
18 september, 2014

Techblog Blogs

TIBCO BusinessWorks Receiving a http 500 status code in a one-way operation Soap service

In a project using TIBCO BusinessWorks we had to call a webservice with a one-way operation (this means only a request message is defined in the operation in the WSDL)…

Pim Gaemers
17 september, 2014

Techblog Blogs

Implementing a simple chat server using WebSockets on Weblogic 12.1.3

Since Weblogic 12.1.2 it is possible to use WebSockets in your web applications. I thought I would give this a try. In my case I am using Weblogic 12.1.3. In this…

Marcel Maas
17 september, 2014