Archive for 'EJB3'
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 have installed JBoss 4.2.1 and Maven2. In my settings.xml of Maven2 I have set a property [...]
Posted: February 3rd, 2008 under EJB3, General, JBoss AS, Maven2, SOA/Web Services, Soap UI.
Comments: 8
Combining enum with EJB3 Enitity bean
Do you recognize this feeling? Although you are using a certain set of tools/ frameworks for a while to develop your applications every now and then you get surprised by a certain error message you haven’t seen before? And to your knowledge you didn’t do anything different compared to the last time you used it.
Well, [...]
Posted: December 10th, 2007 under EJB3, General, Hibernate, JBoss AS.
Comments: 2
