}
if (Boolean.parseBoolean(txnService.getPropertyValue("sybase-xa-recovery-workaround"))) {
xaresourcewrappers.put(
"com.sybase.jdbc2.jdbc.SybXADataSource",
new SybaseXAResource());
}
if (Boolean.parseBoolean(txnService.getAutomaticRecovery())) {
// If recovery on server startup is set, initialize other properties as well
Properties props = TransactionServiceProperties.getJTSProperties(serviceLocator, false);