Tag Archives: JBoss AS

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

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

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

EJB3 with JBoss5 and Maven2

Although I am pretty familair 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

Using StAX Parsing with JBoss4.0.5.GA

In my former 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

Using StAX with Spring WS

As I have posted before we are using XFire to implement our web service. Unfortunately, we are running into some serious issues with the framework, so we decided to look after another implementation. Since XFire is no longer supported by … Continue reading

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

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

Combining enum with EJB3 Entity bean

Do you recognize this: Although you are using a tool to develop your applications for some time, you are suddenly surprised by a certain error message you haven’t seen before? And you didn’t do anything different compared to the last … Continue reading

A time-consuming annoyance with Maven…

As you might have noticed in my earlier posts I am currently using Maven2 for building and deploying our applications. And although I am a big fan of it and I see a lot of advantages in using it, I … Continue reading

Meest gelezen