Browse Source

Remove obsolete RmiInvocationWrapperRTD.xml file

Closes gh-34779
pull/34785/head
Sam Brannen 11 months ago
parent
commit
e7402bc365
  1. 11
      spring-context/src/main/resources/org/springframework/remoting/rmi/RmiInvocationWrapperRTD.xml

11
spring-context/src/main/resources/org/springframework/remoting/rmi/RmiInvocationWrapperRTD.xml

@ -1,11 +0,0 @@ @@ -1,11 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE rmi PUBLIC "-//BEA Systems, Inc.//RMI Runtime DTD 1.0//EN" "rmi.dtd">
<!--
- Special WebLogic deployment descriptor for Spring's RMI invoker.
- Only applied by WebLogic Server, ignored on other platforms.
-->
<rmi name="org.springframework.remoting.rmi.RmiInvocationWrapper">
<cluster clusterable="true"/>
<method name="getTargetInterfaceName" idempotent="true"/>
</rmi>
Loading…
Cancel
Save