You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing RMI services generated by Spring Framework's RmiInvocationHandler, rmiscout complains about signatures not matching even when using signatures copied straight from the Interface definition in the decompiled server component jar.
It appears like Spring wraps the service methods and therefore change the signature, but I don't know in what way yet. Have you had any experience with any such services?
The text was updated successfully, but these errors were encountered:
While testing RMI services generated by Spring Framework's RmiInvocationHandler, rmiscout complains about signatures not matching even when using signatures copied straight from the Interface definition in the decompiled server component jar.
It appears like Spring wraps the service methods and therefore change the signature, but I don't know in what way yet. Have you had any experience with any such services?
The text was updated successfully, but these errors were encountered: