[
https://issues.apache.org/jira/browse/AXIS2-3632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Davanum Srinivas resolved AXIS2-3632.
-------------------------------------
Resolution: Fixed
Fixed in 638826.
> ObjectInputStreamWithCL.resolver should not be static because it's updated by
> instance methods
> ----------------------------------------------------------------------------------------------
>
> Key: AXIS2-3632
> URL: https://issues.apache.org/jira/browse/AXIS2-3632
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Reporter: Michele Mazzucco
> Fix For: 1.4
>
>
> Index:
> /Users/nmm42/devel/apache/axis2/modules/kernel/src/org/apache/axis2/context/externalize/ObjectInputStreamWithCL.java
> ===================================================================
> ---
> /Users/nmm42/devel/apache/axis2/modules/kernel/src/org/apache/axis2/context/externalize/ObjectInputStreamWithCL.java
> (revision 638776)
> +++
> /Users/nmm42/devel/apache/axis2/modules/kernel/src/org/apache/axis2/context/externalize/ObjectInputStreamWithCL.java
> (working copy)
> @@ -56,7 +56,7 @@
>
> /** The class resolver */
>
> - protected static ClassResolver resolver;
> + protected ClassResolver resolver;
> static
> {
> primClasses.put("boolean", boolean.class);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]