refined WebLogic RMI descriptor to only mark 'getTargetInterfaceName' method as idempotent (SPR-8369)
This commit is contained in:
parent
695f1613b2
commit
5c1e86b47f
|
|
@ -7,5 +7,5 @@
|
|||
-->
|
||||
<rmi name="org.springframework.remoting.rmi.RmiInvocationWrapper">
|
||||
<cluster clusterable="true"/>
|
||||
<method name="*" idempotent="true"/>
|
||||
<method name="getTargetInterfaceName" idempotent="true"/>
|
||||
</rmi>
|
||||
|
|
|
|||
Loading…
Reference in New Issue