[jira] Created: (WSIF-71) NullPointerException thrown in BeanSerializer.java
"Jihong Jin (JIRA)" <[email protected]> Fri, 15 Jul 2005 00:26:12 +0200 (CEST)
| Newsgroups | gmane.comp.apache.webservices.wsif.devel |
|---|---|
| Message-ID | <[email protected]> |
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