-
Bug
-
Resolution: Done
-
Major
-
7.1.0.Final
If i try to invoke a method remote the arguments will be cloned by org.jboss.marshalling.cloner.SerializingCloner.
The SerializingCloner calls the ClassLoaderClassCloner.clone(final Class<?> original) method where an exception will be thrown if the argument is a primitive data type.
See the forum reference for some more details.