Tech

Techblog Blogs

Contract first Rest API

As an integration consultant I have an extensive background in web services. To be specific SOAP enabled web services. The way I used to create a service was by first…

Dirk Janssen
30 juni, 2016

Techblog Blogs

Publishing Oracle SOA Maven plugin

When setting up a continuous integration solution for Oracle SOA Suite code, it is best to work with mavenized projects, and thus rely on Oracle-provided maven plugins to do the…

Maarten Tijhof
30 juni, 2016

Techblog Blogs

If it ain’t broke don’t fix it or fix it before it breaks?

Stop me if you’ve heard this one before. Somewhere in organization X there is this piece of legacy code that is quite business critical. It is very old and probably…

Coert van den Thillart
13 april, 2016

Techblog Blogs

Instantiating a java.util.Properties via OSGi Blueprint

I was recently struggling a bit to instantiate a java.util.Properties object via OSGi Blueprint. Normally when dealing with properties in OSGi Blueprint I use the OSGi Admin config or Compendium…

Pim Gaemers
28 maart, 2016

Techblog Blogs

Basic authentication in Camel

I need to call a webservice that uses basic authentication. All the solutions and suggestions I could find via google where ether complicated or a lot of work. Until I…

Dirk Janssen
24 maart, 2016

Techblog Blogs

JBoss Fuse on a raspberry pi 3

I was looking for a small server to run my personal fuse installation on. After a quick search I found the raspberry Pi as a likely candidate. A cheap and…

Dirk Janssen
20 maart, 2016

Techblog Blogs

Rest just got easy

As of version 2.14 camel supports an easy alternative for the implementation of rest interfaces, RedHat implemented it in Fuse 6.2 You can now use the rest DSL as an…

Dirk Janssen
18 februari, 2016

Techblog Blogs

Calling a Soap Service with camel

Invoking a SOAP service in Fuse (camel) is similar to exposing a SOAP service. The first steps are the same, you have to create a CXF endpoint. This is explained…

Dirk Janssen
1 februari, 2016

Techblog Blogs

MVN camel:run exception in Fuse 6.2.1

When playing around with a new Fuse 6.2.1 environment I notices the maven archetypes provided with Fuse did not run out of the box with the mvn camel:run command. Whenever…

Pim Gaemers
31 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