You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2008/03/19 14:34:25 UTC

[jira] Resolved: (AXIS2-3632) ObjectInputStreamWithCL.resolver should not be static because it's updated by instance methods

     [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org