Tag Archives: EJB3

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

JAXB2 Transformers in Mule2

Currently I am looking into the possiblities Mule has to offer for our project. One of the things that must be done is to transform a message on our (Tibco) queue to a JAXB object so we can use the … Continue reading

Posted in Mule, XML/ XSD/ XSLT | Tagged , , | Comments Off on JAXB2 Transformers in Mule2

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

Using OpenEJB for EJB3 testing with Maven2

Like I promised here I will show my project setup in which I test my EJB3 beans with OpenEJB. Although there are a lot of examples provided with OpenEJB I ran into some minor issues that I will explain here. … Continue reading

Posted in EJB3 | Tagged , , | 6 Comments

Testing EJB3 with Maven2

I am setting up a new JEE project. In this project we will use EJB3 as framework for the business layer. And of course we are using Maven to build, test and deploy the application. One important issue I have … Continue reading

Posted in EJB3 | Tagged , | Comments Off on Testing EJB3 with Maven2

Create a EJB3 WebService with Maven2 running on Glassfish

A year ago I posted how you could create a EJB3 webservice and deploy it on JBoss with Maven. Currently I am doing a similar thing at my project, but this time I deploy it to Glassfish. The creation of … Continue reading

Posted in EJB3, Web Service | Tagged , , | 3 Comments

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

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

Posted in EJB3, Hibernate | Tagged , , | 2 Comments