|
|
@ -1,5 +1,5 @@
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* Copyright 2012-2017 the original author or authors.
|
|
|
|
* Copyright 2012-2018 the original author or authors.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
@ -210,7 +210,7 @@ public class AtomikosProperties {
|
|
|
|
* different but related subtransactions. This setting has no effect on resource
|
|
|
|
* different but related subtransactions. This setting has no effect on resource
|
|
|
|
* access within one and the same transaction. If you don't use subtransactions then
|
|
|
|
* access within one and the same transaction. If you don't use subtransactions then
|
|
|
|
* this setting can be ignored.
|
|
|
|
* this setting can be ignored.
|
|
|
|
* @param serialJtaTransactions if serial JTA transaction are supported
|
|
|
|
* @param serialJtaTransactions if serial JTA transactions are supported
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public void setSerialJtaTransactions(boolean serialJtaTransactions) {
|
|
|
|
public void setSerialJtaTransactions(boolean serialJtaTransactions) {
|
|
|
|
this.serialJtaTransactions = serialJtaTransactions;
|
|
|
|
this.serialJtaTransactions = serialJtaTransactions;
|
|
|
|