First Commit from Source Code Reply

This commit is contained in:
vincenzofariello
2024-05-09 17:40:24 +02:00
parent 11e3b57c5b
commit 107a016cb9
35225 changed files with 1111346 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE rmi PUBLIC "-//BEA Systems, Inc.//RMI Runtime DTD 1.0//EN" "rmi.dtd">
<rmi
name="weblogic.cluster.messaging.internal.RMIClusterMessageEndPointImpl"
server-ref-classname="weblogic.rmi.internal.AdminAccessOnlyServerRef"
initial-reference="38">
<lifecycle dgc-policy="managed"/>
<method name="*"
transactional="false"
dispatch-policy="weblogic.kernel.System" timeout="5000">
</method>
<method name="processOneWay(weblogic.cluster.messaging.internal.ClusterMessage)"
transactional="false"
dispatch-policy="weblogic.kernel.System"
oneway="true">
</method>
</rmi>

View File

@@ -0,0 +1,20 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE rmi PUBLIC "-//BEA Systems, Inc.//RMI Runtime DTD 1.0//EN" "rmi.dtd">
<rmi
name="weblogic.cluster.messaging.internal.RMIClusterMessageEndPointImpl"
server-ref-classname="weblogic.rmi.internal.AdminAccessOnlyServerRef"
initial-reference="38">
<lifecycle dgc-policy="managed"/>
<method name="*"
transactional="false"
dispatch-policy="weblogic.kernel.System" timeout="5000">
</method>
<method name="processOneWay(weblogic.cluster.messaging.internal.ClusterMessage)"
transactional="false"
dispatch-policy="weblogic.kernel.System"
oneway="true">
</method>
</rmi>

Some files were not shown because too many files have changed in this diff Show More