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

This commit is contained in:
Juergen Hoeller 2011-06-14 15:07:23 +00:00
parent 695f1613b2
commit 5c1e86b47f
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@
-->
<rmi name="org.springframework.remoting.rmi.RmiInvocationWrapper">
<cluster clusterable="true"/>
<method name="*" idempotent="true"/>
<method name="getTargetInterfaceName" idempotent="true"/>
</rmi>