[
https://issues.jboss.org/browse/AS7-3959?page=com.atlassian.jira.plugin.s...
]
jaikiran pai commented on AS7-3959:
-----------------------------------
The reason I ask for the version is because, although I can see the issue and have a fix,
I'm not able to reproduce this in a testcase due to the autoboxing feature of recent
Java versions. I guess you had compiled your code using Java 1.4 perhaps and that's
what I want to confirm before sending a pull request with the fix.
SerializingCloner can't clone primitive data types
---------------------------------------------------
Key: AS7-3959
URL:
https://issues.jboss.org/browse/AS7-3959
Project: Application Server 7
Issue Type: Bug
Components: EJB
Affects Versions: 7.1.0.Final
Reporter: Sebastian Woeste
Assignee: jaikiran pai
Labels: ejb, jboss-as7
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira