Obviously, I've done that; it's on a single line of code, the persist method of the entity manager. The object graph looks good as far as I can tell.
________________________________ From: Pid (via Nabble) <[email protected]> To: kurt_cobain <[email protected]> Sent: Monday, February 23, 2009 5:23:40 PM Subject: Re: How to get beter stacktraces???? kurt_cobain wrote: > I'm having a very difficult time with OpenJPA (via weblogic). > > I often get a strack trace that doesn't help me at all, it just looks like > this: > > "org.apache.openjpa.util.StoreException: The transaction has been rolled > back. See the nested exceptions for details on the errors that occurred." > > And yet, there ARE no more details on the error. I've been able to figure > out a couple of the issues by basically feeling around in the dark and > guessing, but is there ANY way to get better error messages than that? > > Please advise... You could add debugging messages to the source code & recompile it. Of course, you might be better off asking on the OpenJPA list... p ________________________________ This email is a reply to your post @ http://n2.nabble.com/How-to-get-beter-stacktraces-----tp2375022p2375045.html You can reply by email or by visting the link above. -- View this message in context: http://n2.nabble.com/How-to-get-beter-stacktraces-----tp2375022p2375058.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
