Re: Debugger Not Working?

2007-02-16 Thread Dain Sundstrom
Message- From: Marc Prud'hommeaux [mailto:[EMAIL PROTECTED] On Behalf Of Marc Prud'hommeaux Sent: Sunday, December 31, 2006 9:46 AM To: open-jpa-dev@incubator.apache.org Subject: Re: Debugger Not Working? Dain- Do you have the data cache enabled? If so, can you disable it and see if it changes

Re: Debugger Not Working?

2007-02-15 Thread Dain Sundstrom
and then delete it. -Original Message- From: Marc Prud'hommeaux [mailto:[EMAIL PROTECTED] On Behalf Of Marc Prud'hommeaux Sent: Sunday, December 31, 2006 9:46 AM To: open-jpa-dev@incubator.apache.org Subject: Re: Debugger Not Working? Dain- Do you have the data cache enabled? If so, can you

Re: Debugger Not Working?

2006-12-31 Thread Dain Sundstrom
On Dec 31, 2006, at 12:04 AM, Marc Prud'hommeaux wrote: I've never experienced this problem, but as a guess, are you running with dynamic enhancement (using the -javaagent flag)? If so, what happens if you enhance manually, and then run without the agent flag? Currently, I am, but I can

Re: Debugger Not Working?

2006-12-31 Thread Marc Prud'hommeaux
Dain- Do you have the data cache enabled? If so, can you disable it and see if it changes anything? I'm still guessing that this might be due to dynamic class generation, which the data cache sometimes does. If you enable verbose logging (e.g., by setting the property openjpa.Log:

RE: Debugger Not Working?

2006-12-31 Thread Patrick Linskey
this message in error, please immediately return this by email and then delete it. -Original Message- From: Marc Prud'hommeaux [mailto:[EMAIL PROTECTED] On Behalf Of Marc Prud'hommeaux Sent: Sunday, December 31, 2006 9:46 AM To: open-jpa-dev@incubator.apache.org Subject: Re: Debugger

Re: Debugger Not Working?

2006-12-30 Thread Dain Sundstrom
I think is might be intellij because when I use maven to run the tests and attach remotely it works... kinda sucks :( -dain On Dec 30, 2006, at 8:03 PM, Dain Sundstrom wrote: Anyone having trouble using a debugger with openjpa? When I run OpenJPA embedded into OpenEJB it seems to corrupt