We are currently using Glassfish/Toplink in the production environment
and the Embedded JBoss Microcontainer/Hibernate for out-of-container
testing. This testing strategy allows us to use a Continuous Integration
server to run the tests as well.
We are running into several issues with the differences in behaviour and
configuration between Hibernate and Toplink and it is some what of a
chore trying to get everything working just right which usually requires
hacks in the application code.
I was wondering what others are doing with out-of-container testing of
EJB 3.0 applications. Is there a possibility that Glassfish/Toplink
might offer an embedded container similar to the JBoss micro-container.
Any suggestions and ideas?
-sud