Skip to content

Commit

Permalink
Merge pull request #216 from IntegratedBreedingPlatform/BMS-4974-extr…
Browse files Browse the repository at this point in the history
…act-transaction-timeout

BMS-4974 extract transaction timeout into properties
  • Loading branch information
clarysabel authored Aug 23, 2018
2 parents e2459c9 + 426ab62 commit f632b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/applicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
</bean>

<bean id="atomikosUserTransaction" class="com.atomikos.icatch.jta.J2eeUserTransaction">
<property name="transactionTimeout" value="${workbench.atomikos.transaction.timeout}" />
<property name="transactionTimeout" value="${atomikos.transaction.timeout}" />
</bean>

<bean id="transactionManager"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/workbench.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ institute.logo.path=${institute.logo.path}
# footer.message=Welcome <br/> to Breeding Platform <br/> This is a Notification area
footer.message=${footer.message}

workbench.atomikos.transaction.timeout=${workbench.atomikos.transaction.timeout}
atomikos.transaction.timeout=${atomikos.transaction.timeout}

0 comments on commit f632b7e

Please sign in to comment.