While following along some examples about EJB 3.0 given in the book "Java Persistence with Hibernate" from 2007 I was told to
Go to http://jboss.com/products/ejb3, download the modular embeddable server
But all I can see there, is a plugin called "JBoss EJB3 Plugin 1.0.19" that contains some jar's. So I'm not sure whether the instructions from 2007 may not be outdated by now, since this plugin is obviously not a server
Basically I guess what I need is some sort of a lightweight embeddable Jboss container. Can you please point me into the right direction? Or should I just go for the standard JBoss AS 6.0 release?
The example itself is about a simply HelloWorld program that takes a string message and writes it out to the database using EJB 3.0, nothing fancy, I'm still a beginner.
thx
Never mind: for the sake of future reference: to find some of the answers visit
https://forum.hibernate.org/viewtopic.php?f=7&t=972608&start=0