I have a junit test to test a dao method that extends AbstractTransactionalDataSourceSpringContextTests which just ignores break points when I try to debug it in eclipse.
I have changed the test to just extend TestCase and debugging works fine.
I suspect it has something to do with proxying but I don't know for sure.
I can tell that the code is being executed because I get an exception (the one I am trying to debug) with a stack trace showing this.
Could anyone suggest a reason for this please it is driving me mad!
Cheers


) with a stack trace showing this.
Reply With Quote