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?
Also, you could always try running "javastack" on a process (found
using "jps") from a console and see if you get a stack trace from that.
On Dec 30, 2006, at 11:24 PM, Dain Sundstrom wrote:
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 the debugger. I
set a break point and the VM pauses at the break point but doesn't
break. If I press the "pauses" button in intellij the vm is hung
at my break point but the VM has not broken so I can't analyze any
local variables and the vm won't restart.
This is on Apple and I'm not sure if the problem is Apple's vm,
OpenJPA, OpenEJB, some third part library, or IntelliJ, so I'm
wondering if anyone else has seen this before. I got David
Blevins to reproduce this problem on his machine (another apple)
so I know I'm not completely crazy :)
-dain