Hello
I worked a little bit and tried to get and learn the internals and have
therefore a couple of questions related
to this sub task 48 Validation ConcurrencyManagement.
Here are my (beginner) questions:
1) What to validate? I think
it is just: @ConcurrencyManagement (concurrency-management-type).
2) Severity level? I see that other validators log
wrongly used annotations as warnings, so I guess warnings are fine.
3) I found the validator test class
CheckInvalidConcurrencyAttributeTest that already checks the lock type. The
test runs successfully but I can't find the
corresponding validator class. A search with eclipse didn't find a class.
Can you give me hints where I can find
the class:-) Would you like to extend this class instead of creating a new one?
Thanks
Ralf