Re: [Lift] re: How do I get the stacktrace when EntityManager fails to be instantiated

2010-01-02 Thread James Black
Thank you for the response. The problem was that I was not printing out the stack trace, just the exception message. On Wed, Dec 30, 2009 at 10:05 AM, Derek Chen-Becker wrote: > Are you using ScalaJPA? It shouldn't be absorbing any exceptions. Perhaps > you have the log4j threshold at INFO inste

Re: [Lift] re: How do I get the stacktrace when EntityManager fails to be instantiated

2009-12-30 Thread Derek Chen-Becker
Are you using ScalaJPA? It shouldn't be absorbing any exceptions. Perhaps you have the log4j threshold at INFO instead of DEBUG? Derek On Tue, Dec 22, 2009 at 8:54 PM, James Black wrote: > I am having a problem with one entity trying to use @OneToMany, and I > would like to see what the actual e

[Lift] re: How do I get the stacktrace when EntityManager fails to be instantiated

2009-12-22 Thread James Black
I am having a problem with one entity trying to use @OneToMany, and I would like to see what the actual error is, but that seems to be getting absorbed. For more on my actual problem you can look at this: http://stackoverflow.com/questions/1947627/entitymanager-fails-to-instantiate-using-jpa-hibe