You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an error occurs during the commit phase if DataSourceTransactionManager is used in the default state,
There is a possibility that it will be committed.
Possible Solutions
add <property name="rollbackOnCommitFailure" value="true" />
in terasoluna-gfw-web-blank/infra/common/META-INF/spring/projectName-env.xml
bturamatuyu
changed the title
DataSourceTransactionManagerを使うとCommitフェーズのエラー時にCommitされる可能性がある
Using DataSourceTransactionManager may be committed on error of commit phase
Jan 26, 2017
Description
If an error occurs during the commit phase if DataSourceTransactionManager is used in the default state,
There is a possibility that it will be committed.
Possible Solutions
add
<property name="rollbackOnCommitFailure" value="true" />
in terasoluna-gfw-web-blank/infra/common/META-INF/spring/projectName-env.xml
↓
Affects Version/s
Fix Version/s
Issue Links
The text was updated successfully, but these errors were encountered: