You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2006/04/27 09:00:03 UTC

[jira] Resolved: (AXIS2-619) nullpointer when EPR not defined in client

     [ http://issues.apache.org/jira/browse/AXIS2-619?page=all ]
     
Deepal Jayasinghe resolved AXIS2-619:
-------------------------------------

    Fix Version: 1.0
     Resolution: Fixed

I am maked this as fixed , if you still have the problem please reopen the issue. 

> nullpointer when EPR not defined in client
> ------------------------------------------
>
>          Key: AXIS2-619
>          URL: http://issues.apache.org/jira/browse/AXIS2-619
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>   Components: core
>     Versions: 0.95
>     Reporter: Thomas Van de Velde
>      Fix For: 1.0

>
> You are expected to set the TransportOutDescription when the EPR is not defined in the client.  The AxisEngine will now throw a nullpointer.
> Client:
> 			Options options = new Options();
> 			options.setTransportInProtocol(Constants.TRANSPORT_HTTP);
> 			options.setTranportOut(new TransportOutDescription(new QName(
> 					Constants.TRANSPORT_HTTP)));
> 			//options.setTo(EPR);
> Problem Area:
> AxisEngine
> TransportOutDescription transportOut = msgContext.getTransportOut();
> TransportSender sender = transportOut.getSender();
> sender is null.

-- 
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