OpenJPA and OSGi class loading trick
When using OpenJPA with a OSGi container like Felix you will get into some class loading troubles because OpenJPA will not be able to create an Entity Manager. It need to bypass the OSGi container’s class loader and this...
Read More