I can certainly see your point. Thanks for the response.
I guess I read too much into it when I looked at the docs. It seemed to me that the big win was that you could set up and run your test...
Type: Posts; User: nathanmoon; Keyword(s):
I can certainly see your point. Thanks for the response.
I guess I read too much into it when I looked at the docs. It seemed to me that the big win was that you could set up and run your test...
I'm fairly new to Spring, and I'm trying to get integration testing working using AbstractTransactionalSpringContextTests, and I'm having problems figuring out how to test rollbacks.
Here is my...
The @Transactional annotation seems like such a great idea, but I'm curious to know why it's only allowed on public methods. Is this an artifical limitation? Are there any plans to remove this...