From: <glassfish_at_javadesktop.org>
Date: Wed, 22 Sep 2010 08:34:45 PDT
Solved it by using static weaving before deploying the application to glassfish. Dynamic weaving seems not to work for our application as we need to create our EntityManager instances "by hand" instead of using injection.