[ http://issues.apache.org/jira/browse/WSIF-71?page=comments#action_12315877 ]
Aleksander Slominski commented on WSIF-71: ------------------------------------------ is this BeanSerializer in package org.apache.soap.encoding.soapenc? if so then this is not WSIF specific issue instead it should be reported to Apache SOAP (soap-dev at ws.apache.org mailing list) > 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
