herence.ce.coherence.14.1.1-0-18.source-code.management-config.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coherence Show documentation
Show all versions of coherence Show documentation
Oracle Coherence Community Edition
<?xml version="1.0"?> <!-- Copyright (c) 2000, 2020, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. --> <!-- Service configuration descriptor for the Management invocation service used by the Coherence JMX framework. --> <config> <!-- Use standard Java serialization regardless of the global settings specified in the ExternalizableHelper.xml descriptor. --> <serializer> <class-name>com.tangosol.io.DefaultSerializer</class-name> </serializer> <request-timeout>60m</request-timeout> </config>