Category Archives: Mule

Mule ESB and the NoSuchMethodError: org.mule.util.ClassUtils.getClass exception

Currently I am adding some SAML related functionality to a Mule3 implementation of one of our clients. To work with the SAML objects I make use of the OpenSAML library that is provided here as open source. I added the … Continue reading

Posted in Mule3, SAML | Tagged , | Comments Off on Mule ESB and the NoSuchMethodError: org.mule.util.ClassUtils.getClass exception

Testing a secured Mule ESB Web Service Proxy with SoapUI

A few weeks ago I received a mail with a request to look into an issue of which I was pretty sure I had solved it before. Since I couldn’t find how I did it back then I decided to … Continue reading

Posted in Mule3, Security, SoapUI, Spring Framework, Web Service | Tagged , , , , | 9 Comments

Signing and Validating Soap requests with Mule ESB

Some months ago I have been busy implementing a web-service-proxy by using the Mule ESB CE. Although it took some work to get it up setup nicely it is working well now for quite some time. In this post I … Continue reading

Posted in Mule3, Security, Web Service | Tagged , , , | 6 Comments

Implementing HTTPS with Mule ESB

At one of my clients we use the Mule ESB (3.1) to communicate with the outside world. A big difference compared with having Mule running inside the company network is the security. One of the steps to make the communication … Continue reading

Posted in Mule3, Security | Tagged , | Comments Off on Implementing HTTPS with Mule ESB

Use Mule to sync WordPress sites

I recently thought about to create a process with which I could keep two instances of WordPress in sync. I wanted to see if I could do this with Mule. I came up with the following solution: Receive the RSS … Continue reading

Posted in Mule iON, Mule3 | Tagged , | Comments Off on Use Mule to sync WordPress sites

Unit Test Mule with ActiveMQ defined as datasource

In a previous post I described how you can configure an ActiveMQ connection-factory as datasource in Tomcat. Although this works great in a deployed Mule application you can’t use this technique in your unit tests! So in this post I … Continue reading

Posted in Mule, Mule2 | Tagged , , | Comments Off on Unit Test Mule with ActiveMQ defined as datasource

Using Saddle when riding the Mule ESB

In this post I give my first impressions about Saddle. It has great potential to become an important add-on for everyone using Mule ESB. Continue reading

Posted in Mule2, Mule3 | Tagged | Comments Off on Using Saddle when riding the Mule ESB

Reloadable XSLT Transformer in Mule

One of the main functions of a Mule ESB application (besides transporting messages) is transforming messages to another format. Nowadays a lot of messages are XML based so a lot of transformations are done by using XSLT, or in Mule … Continue reading

Posted in Mule, XML/ XSD/ XSLT | Tagged , , | 1 Comment

Mule and the “Attempted read from closed stream”-exception

When you are using a certain version of Mule ESB you are going to run into an existing bug sooner or later. That isn’t really a problem, I would call it inevitable (at least based on my own experience). The … Continue reading

Posted in General, Mule | Tagged , | Comments Off on Mule and the “Attempted read from closed stream”-exception

Combining Mule with Altova MapForce

As promised in our previous blog about Altova Mapforce we will show in this post how to combine the result of the generated code of Altova Mapforce with a Mule application. As we have shown before, the Java code that … Continue reading

Posted in MapForce, Mule, Technical | Tagged , , | Comments Off on Combining Mule with Altova MapForce