Merge branch 'develop' of 10.10.31.70:/ervu-eks into develop
This commit is contained in:
commit
b0f329c102
3 changed files with 6 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ public class RequestService {
|
|||
}
|
||||
}
|
||||
|
||||
@Transactional(timeout = 300000)
|
||||
@Transactional
|
||||
public void processSqlAndAqlRequests(Requests config, List<String> ids) {
|
||||
logger.debug("Starting transactional processing of requests");
|
||||
if (config.getSqlRequests() != null) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
configDirectory: C:\work\ervu-eks\config\cde-xml
|
||||
spring:
|
||||
mvc:
|
||||
servlet:
|
||||
load-on-startup: 1
|
||||
logging:
|
||||
level:
|
||||
root: info
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
com.atomikos.icatch.max_timeout = 300000
|
||||
com.atomikos.icatch.default_jta_timeout=300000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue