# # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # # ############################################################ com.atomikos.icatch.console_file_name = tm.out com.atomikos.icatch.console_file_count = 1 com.atomikos.icatch.automatic_resource_registration = true com.atomikos.icatch.client_demarcation = false com.atomikos.icatch.threaded_2pc = true com.atomikos.icatch.serial_jta_transactions = true com.atomikos.icatch.log_base_dir = ./target/ com.atomikos.icatch.console_log_level = WARN com.atomikos.icatch.max_actives = 50 com.atomikos.icatch.checkpoint_interval = 500 com.atomikos.icatch.enable_logging = true com.atomikos.icatch.output_dir = ./target/ com.atomikos.icatch.log_base_name = tmlog com.atomikos.icatch.console_file_limit = -1 com.atomikos.icatch.max_timeout = 300000 com.atomikos.icatch.tm_unique_name = camel-itest java.naming.factory.initial = com.sun.jndi.rmi.registry.RegistryContextFactory java.naming.provider.url = rmi://localhost:1099 com.atomikos.icatch.service = com.atomikos.icatch.standalone.UserTransactionServiceFactory com.atomikos.icatch.force_shutdown_on_vm_exit = false com.atomikos.icatch.default_jta_timeout = 10000