[
http://jira.codehaus.org/browse/XFIRE-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95482
]
Rao Pearni commented on XFIRE-834:
----------------------------------
This will Occur
when your request has elements like <in6 xsi:nil="true" /> [Empty value]and
XfireFault is returned
it will fail at above line as one of the request param is Empty or null.
FIX :
if(args[x] != null) {
callTarget.append(args[x].getClass().getName()).append(" :
").append(args[x].toString()).append(" |");
}
Worked for me
> NullPointerException in XFireClientFactoryBean
> ----------------------------------------------
>
> Key: XFIRE-834
> URL: http://jira.codehaus.org/browse/XFIRE-834
> Project: XFire
> Issue Type: Bug
> Components: Spring
> Reporter: Aaron Blishen
> Assignee: Dan Diephouse
> Priority: Minor
>
> NPE is thrown on line 613 of XFireClientFactoryBean if any argument to client
> method is null and a checked exception is thrown in client code.
> i.e.
> callTarget.append(args[x].getClass().getName()).append(" :
> ").append(args[x].toString()).append(" |");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email