Category Archives: JBoss

Posts about JBoss

Sending mails with JBoss 7.1

In most application I build it is very convenient to sent out a mail in certain situations. Last project I had to send out a mail from a JEE application that was deployed at JBoss 7.1. In case of a … Continue reading

Posted in JBoss | Tagged | Comments Off on Sending mails with JBoss 7.1

Source control your database with Liquibase

I recently started to use Liquibase on a project to keep track of the database changes in our Java Enterprise application. I must say that I like the way it works. It makes the deployment of my application (or a … Continue reading

Posted in JBoss | Tagged , , | 5 Comments

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

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

Using StAX Parsing with JBoss4.0.5.GA

In my previous post (here) I described how to combine Spring WS with StAX parsing the SOAP messages. I ended with generating the WSDL as a test and said you could use Soap UI for testing the web service. Well, … Continue reading

Posted in JBoss, Spring Framework, XML/ XSD/ XSLT | Tagged , | Comments Off on Using StAX Parsing with JBoss4.0.5.GA

Creating an EJB3 WebService with Maven2 running on JBoss 4.2.1

In this blog I’ll show you how you can create a WebService of your EJB3 objects by using anotations. I will also show you how to build and deploy the package with Maven2. Let’s start with the initial situation. I … Continue reading

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

Classloader issue with JBoss 4.0.5GA

Today I was asked to help solving an issue with an application that was deployed on JBoss 4.0.5.GA. It had been running for some months without a problem, until a new application had to be deployed. This new application demanded … Continue reading

Posted in JBoss | Tagged | Comments Off on Classloader issue with JBoss 4.0.5GA

Quick guide to start using Maven2 combined with JBoss server

I have just begun at a new project with some new technologies. I am currently developing applications using EJB3, JSF1.2 and Facelets. We deploy the application on a JBoss 4.2.1 server. For the building, testing and packaging we are using … Continue reading

Posted in JBoss, Maven | Tagged , | 2 Comments