Hi,
I finally got mdarad working with Jboss 4.0.5.GA and Hibernate 3.2.3
with EJB3 and the hibernate 3.3.0 annotations.
To get it to work:
- Get the jems installer from
http://labs.jboss.com/portal/jbossas/download (you cannot get the normal
download for ejb3...need to go through the jems installer)
- Run the Installer and select ejb3 when asked and select "isolation and
call by value"
- Copy the following libraries (found under mdarad-genapp/templates/lib)
in jboss-4.0.5.GA/server/default/lib:
- hibernate3.jar
- hibernate-commons-annotations.jar
- hibernate-annotations.jar
- Copy the mysql-connector.*.jar to the same directory
- Remove the ssl commented lines from the server.xml of the tomcat
deployed war (if you use a secure application)
That's it. The rest is configured by default (must remember to select
the "use.ejb" in the properties file and to deploy using deploy.all)
Wouhou!
François
|