Category Archives: Maven

Posts about Maven

Combining Smooks with Mule

For a new interface that we have to implement we have to transfrom a file with ‘character separated values’ to a XML message. One way to obtain this transformation is by using Smooks. Smooks is an extensible framework for building … Continue reading

Posted in Maven, Mule, Smooks | Tagged , , | Comments Off on Combining Smooks with Mule

Dynamic Routing in Mule

I needed Mule to determine the outbound endpoint based on the content of properties in my custom XML message. Although this might look as common functionality I couldn’t find a complete example for this on the net. This one was … Continue reading

Posted in Maven, Mule | Tagged , | Comments Off on Dynamic Routing in Mule

Combining Mule with a BPEL Engine

In my current project we are going to need a BPEL engine besides our Mule CE implementation. Actually, we will use Mule for our stateless communication between systems and use BPEL for the stateful processes. One of the possible frameworks … Continue reading

Posted in BPEL, Maven, Mule, SoapUI, Web Service | Tagged , , , | Comments Off on Combining Mule with a BPEL Engine

Deploying with Maven2 to a remote JBoss instance

Some time ago I already explained how you could use Maven and the jboss-plugin to deploy your war or ear to your JBoss server. Now this works fine as long as your JBoss is a local installation running on the … Continue reading

Posted in JBoss, Maven | Tagged , | 14 Comments

Create your own Maven2 Archetype

Although I am using Maven for quite some time now over the last years I have never had the need to create my own archetype. Untill my current project. And luckily this is greatly simplified in Maven2.2. The first thing … Continue reading

Posted in Maven | Tagged , | 2 Comments

XSL Transformations with Maven

In my last post I told about the XSLT processing that I have to do to get the XSD as I wanted it to be. Unfortunately there is not just one XSD that has to be processed but there are … Continue reading

Posted in Maven, XML/ XSD/ XSLT | Tagged , | 2 Comments

EJB3 with JBoss5 and Maven2 (part 3)

As I promised here this is the last part about using Maven2 to build, test and deploy an EJB3 application to JBoss5. In part 2 I showed how you can build and deploy your EJB3 application in JBoss. In this … Continue reading

Posted in EJB3, JBoss, Maven | Tagged , , , | Comments Off on EJB3 with JBoss5 and Maven2 (part 3)

EJB3 with JBoss5 and Maven2 (part 2)

As I stated here I see three levels of using Maven2 to build and deploy your EJB3 application with JBoss5 as application server. The minimal use of Maven I have described here, in this post I will extend the role … Continue reading

Posted in EJB3, JBoss, Maven | Tagged , , | Comments Off on EJB3 with JBoss5 and Maven2 (part 2)

EJB3 with JBoss5 and Maven2

Although I am pretty familiar with EJB3 I decided to get prepared for my next certificate SCBCD by going through the book ‘Enterprise JavaBeans 3.0‘ by Burke and Monson-Haefel. A good thing about the book is that they added a … Continue reading

Posted in EJB3, JBoss, Maven | Tagged , , | 11 Comments

Generating JAXB2 with Maven2

I have blogged before about how to generate JAXB binding classes based on your WSDL file, this time I wanted to generate JAXB classes based on just XSD files. Although I expected this to be simple, it took me quite … Continue reading

Posted in Maven, XML/ XSD/ XSLT | Tagged , , , | Comments Off on Generating JAXB2 with Maven2