
mercredi octobre 29, 2008
Hibernate in GlassFish - Reloaded
This is a recurring question on the GlassFish forums and mailing lists: "How do can I use Hibernate as a JPA provider in GlassFish?".
Mitesh has had this post on the subject up for a little while (some more here) but with the recent release of Hibernate 3.4 made it a little trickier to integrate into GlassFish (NoClassDefFoundError of ReflectionManager seems like a common pattern). Sun's Marina Vatkina has provided an updated list of the JARs needed in the glassfish/lib directory to run Hibernate in GlassFish v2 as a comment to Mitesh's post.
For the record, here are the JAR files required from hibernate-entitymanager-3.4.0.GA and hibernate-distribution-3.3.1.GA :
• antlr-2.7.6.jar
• commons-collections-3.1.jar
• dom4j-1.6.1.jar
• ejb3-persistence.jar
• hibernate-annotations.jar
• hibernate-commons-annotations.jar
• hibernate-entitymanager.jar
• hibernate3.jar
• javassist.jar
• jta-1.1.jar
• log4j.jar
• slf4j-api-1.5.2.jar
• slf4j-log4j12.jar
(from hibernate-entitymanager-3.4.0.GA/lib/test).
( oct. 29 2008, 09:40:08 PM CET )
Permalink
GlassFish ESB - screencast
Pour compléter mon billet sur GlassFish ESB (la distribution supportée par Sun de OpenESB), voici une série de petites vidéos pour illustrer de quoi il s'agit et en particulier ses outils de développements :
A vous de tester le Milestone 2. Sortie finale en fin d'année.
( oct. 29 2008, 01:19:00 PM CET )
Permalink
SDPY - Happy B-Day GlassFish Podcast
I started the GlassFish Podcast ( | ) a year ago and we're now down to 16 episodes. They're all either interviews or presentations but I still hope one day we can have a newscast type of podcast as well. A single episode gets an average of 500 downloads with highs in the 2000+. I'll also try to post more regularly but being remote to most of the engineers makes it a bit challenging. Maybe interviews of people using GlassFish in production would be a nice addition.
Any other comments are, of course, welcome.
( oct. 29 2008, 09:39:15 AM CET )
Permalink
|