Configuration repository of the transaction manager. You can set configurable values either via the properties file or by setting properties of the {@link Configuration} object.Once the transaction manager has started it is not possible to change the configuration: all calls to setters will throw a {@link IllegalStateException}.
The configuration filename must be specified with the bitronix.tm.configuration
system property.
The default settings are good enough for running in a test environment but certainly not for production usage. Also, all properties are reset to their default value after the transaction manager has shut down.
All those properties can refer to other defined ones or to system properties using the Ant notation: ${some.property.name}
.
@author lorban