refined WebLogic RMI descriptor to only mark 'getTargetInterfaceName' method as idempotent (SPR-8369)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4540 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Juergen Hoeller
2011-06-14 15:07:23 +00:00
parent 0c0db1b888
commit a4827a93f6
@@ -7,5 +7,5 @@
-->
<rmi name="org.springframework.remoting.rmi.RmiInvocationWrapper">
<cluster clusterable="true"/>
<method name="*" idempotent="true"/>
<method name="getTargetInterfaceName" idempotent="true"/>
</rmi>