org.wildfly.extras.creaper.commands.datasources
Class AddMariaDbXADataSource
java.lang.Object
org.wildfly.extras.creaper.commands.datasources.AddXADataSource
org.wildfly.extras.creaper.commands.datasources.AddMariaDbXADataSource
- All Implemented Interfaces:
- Command, OfflineCommand, OnlineCommand
public final class AddMariaDbXADataSource
- extends AddXADataSource
Creates a Maria DB XA datasource.
Standard XA datasource properties to use are:
ServerName
PortNumber (if not set, a default of 3306 will be used)
DatabaseName
Applies defaults from testing JBoss EAP 7.
Note: classes for connection checker and exception sorter are the same as for MySQL datasource
| Fields inherited from class org.wildfly.extras.creaper.commands.datasources.AddXADataSource |
allocationRetry, allocationRetryWaitMillis, allowMultipleUsers, backgroundValidation, backgroundValidationMillis, blockingTimeoutWaitMillis, checkValidConnectionSql, driverName, exceptionSorterClass, exceptionSorterProperties, flushStrategy, idleTimeoutMinutes, interleaving, jndiName, maxPoolSize, mcp, minPoolSize, newConnectionSql, noRecovery, noTxSeparatePool, padXid, password, prefill, preparedStatementsCacheSize, queryTimeout, reauthPluginClass, reauthPluginProperties, recoveryPassword, recoveryPluginClass, recoveryPluginProperties, recoverySecurityDomain, recoveryUsername, sameRmOverride, securityDomain, setTxQueryTimeout, sharePreparedStatements, spy, staleConnectionCheckerClass, staleConnectionCheckerProperties, statisticsEnabled, trackPreparedStatements, transactionIsolation, urlDelimiter, urlSelectorStrategyClass, useCcm, useFastFailAllocation, useJavaContext, username, useStrictMinPoolSize, useTryLock, validateOnMatch, validConnectionCheckerClass, validConnectionCheckerProperties, wrapXaResource, xaDatasourceClass, xaDatasourceProperties, xaResourceTimeout |
| Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand |
NOOP |
| Fields inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand |
NOOP |
modifyIfNeeded
protected void modifyIfNeeded(ServerVersion serverVersion)
- Overrides:
modifyIfNeeded in class AddXADataSource
Copyright © 2020. All rights reserved.