[jboss-user] [JBossWS] - NPE in SOAPFaultException + ClientImpl.handleRemoteException

alesj do-not-reply at jboss.com
Fri Nov 3 05:17:02 EST 2006


  | ClientImpl.handleRemoteException
  | 
  |       if (SOAPBinding.SOAP11HTTP_BINDING.equals(bindingId) || SOAPBinding.SOAP12HTTP_BINDING.equals(bindingId))
  |       {
  |          throw new SOAPFaultException(null);
  |       }
  | 
  |    public SOAPFaultException(SOAPFault fault)
  |    {
  |       super(fault.getFaultString());
  |       this.fault = fault;
  |    }
  | 

It's a clear NPE.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982907#3982907

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982907



More information about the jboss-user mailing list