NullPointerException thrown in BeanSerializer.java
--------------------------------------------------

         Key: WSIF-71
         URL: http://issues.apache.org/jira/browse/WSIF-71
     Project: Axis-WSIF
        Type: Bug
  Components: Basic Architecture  
 Environment: window
    Reporter: Jihong Jin


In BeanSerializer.java line 124, it has code:
     if (value.getClass().isArray())
however the value could be null, so when value is null, NPE is thrown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to