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