Integration testing transactions and optimistic locking with Spring and JUnit

I did some badness today.

I wanted an integration test to check to see if my @Transactional method actually did rollback on an optimistic lock failure. It’s a pretty business critical method so I wanted to be sure that the whole @Transactional and @Version annotation voodoo actually works.

The approach I took was to inject, what I called a “slowRepository” into the object with the @Transactional method. The slowRepository is just a mockito mock of the object which “answers” (using “thenAnswer”) to the “findBy…” with some custom code.

The idea is that at some point during the @Transactional method the slowRepository is called and the “answer” code is invoked. In the test, the answer code follows along the lines of:

1. Grab the data it requires from the (not slow) repository (the repository the slowRepository is mocking)
2. Switch back the slowRepository for the not slow repository
3. Invoke the @Transactional method again on a separate thread
4. Sleep for a bit
5. Wake up and return the data from step 1

The @Transactional call on the separate thread completes and commits before slowRepository wakes up. When it does, slowRepository returns stale data and the @Transactional method then fails accordingly.

The problem I encountered was using the setters for my @Autowired dependencies on the bean with the @Transactional method. I needed to use the setters so that I could switch in and out the slowRepository, but couldn’t because Spring AOP proxies are implementations of an interface, not subclasses (by default – yes I realise you can get Spring to proxy the target class using CGLIB). I found this blog post which explains how to get at the target object behind a Spring proxy. I converted it to Scala:

…which is pretty ninja.

13,065 thoughts on “Integration testing transactions and optimistic locking with Spring and JUnit

  1. Hello its pleasant paragraph about media print we all understand media is a wonderful source of data. buy viagra sexual porno xxx adults pills

  2. This is my first time pay a quick visit at here and i am truly impressed to read everthing at alone place. buy viagra sexual porno xxx adults pills

  3. Hey just wanted to give you a brief heads up and let you know a few of the pictures arent loading correctly. Im not sure why but I think its a linking issue. Ive tried it in two different browsers and both show the same results. buy viagra sexual porno xxx adults pills

  4. An impressive share I have just forwarded this onto a coworker who has been doing a little homework on this. And he in fact ordered me breakfast due to the fact that I discovered it for him… lol. So let me reword this…. Thanks for the meal But yeah thanks for spending some time to talk about this matter here on your site. buy viagra sexual porno xxx adults pills

  5. Excellent post. Keep writing such kind of information on your blog. Im really impressed by it. Hi there You have performed an excellent job. Ill definitely digg it and personally recommend to my friends. Im confident theyll be benefited from this web site. buy viagra sexual porno xxx adults pills

  6. vavada регистрация официальный сайт vavada регистрация официальный сайт .

  7. I am not sure where you’re getting your information, but great topic.
    I needs to spend some time learning much more or understanding more.
    Thanks for fantastic info I was looking for this info for my mission.

    Here is my web-site :: why do college kids gamble (Quinn)

  8. поисковое продвижение портала увеличить трафик специалисты поисковое продвижение портала увеличить трафик специалисты .

  9. Whats up yes this paragraph is actually fastidious and I have learned lot of things from it concerning blogging. thanks. buy viagra sexual porno xxx adults pills

  10. Hi colleagues pleasant paragraph and pleasant urging commented here I am actually enjoying by these. buy viagra sexual porno xxx adults pills

  11. поисковое продвижение портала увеличить трафик специалисты поисковое продвижение портала увеличить трафик специалисты .

  12. Hi there Dear are you really visiting this web site regularly if so afterward you will absolutely get pleasant experience. buy viagra sexual porno xxx adults pills

  13. Just wish to say your article is as amazing. The clarity in your post is simply nice and i can assume youre an expert on this subject. Fine with your permission let me to grab your RSS feed to keep up to date with forthcoming post. Thanks a million and please keep up the enjoyable work. buy viagra sexual porno xxx adults pills

  14. I absolutely love your blog and find the majority of your posts to be just what Im looking for. Does one offer guest writers to write content for you personally? I wouldnt mind creating a post or elaborating on a lot of the subjects you write concerning here. Again awesome web log buy viagra sexual porno xxx adults pills

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>