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
eginez
changed the title
Verify rmi server works with native-image
rmi does not work due to lack of support for Serialization
Dec 7, 2019
eginez
changed the title
rmi does not work due to lack of support for Serialization
java.rmi does not work due to lack of support for Serialization
Dec 7, 2019
eginez
changed the title
java.rmi does not work due to lack of support for Serialization
java.rmi does not work due to lack of support for java Serialization
Dec 7, 2019
@eginez can we print a proper error message saying java.rmi and serialization are not supported? This should be a substitution of one of the core serialization methods that would throw an UnsupportedFeatureException with a detailed explanation.
Customers might want to use java.rmi. Currently that is not possible since we lack support for serialization.
The text was updated successfully, but these errors were encountered: