On Sun, Feb 24, 2008 at 12:31 PM, the666pack <[EMAIL PROTECTED]> wrote:
> the only thing i do in the @PreDestroy method is to explicitly close the > entity manager via em.close() and then print a line to stdout that the > entitymanager was closed. am i not supposed to close the em? Dave explained why it blew up. What worried me a lot was when you wrote that you closed em explicitly? Why are you doing it? Show the code so it's simpler to talk about it. Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl
