The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
Todo Work | 2 | TODO, FIXME |
Each tag is detailed below:
Number of occurrences found in the code: 2
org.mybatis.spring.SqlSessionUtils | Line |
---|---|
This updates 2nd level caches but the tx may be rolledback later on! | 282 |
org.mybatis.spring.submitted.xa.UserServiceTest | Line |
when the outer JTA tx is rolledback, SqlSession should be rolledback but it is committed because Spring calls beforeCommmit from its TX interceptor then, the JTA TX may be rolledback. | 63 |