[ 
https://issues.apache.org/jira/browse/AXIS2-5852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Lazarski closed AXIS2-5852.
----------------------------------
    Fix Version/s: 2.0.1
       Resolution: Duplicate

Fixed in AXIS2-5696

>  'Axis2 task' threads stays in waiting state without terminating
> ----------------------------------------------------------------
>
>                 Key: AXIS2-5852
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5852
>             Project: Axis2
>          Issue Type: Bug
>            Reporter: colin.ke
>            Priority: Major
>             Fix For: 2.0.1
>
>         Attachments: 无标题.png
>
>
> I call webservice asynchronous,but found when I start a new call,a new "axis2 
> task"is genereted and this thread is stays in waiting state without 
> terminating
> my axis version is :1.7.5
> here is my code:
>  Options option = sub._getServiceClient().getOptions();
>         HttpTransportPropertiesImpl.Authenticator auth = new 
> HttpTransportPropertiesImpl.Authenticator();
>         EndpointReference targetEPR = new EndpointReference(url);
>         option.setTo(targetEPR);
>         option.setTimeOutInMilliSeconds(timeout);
>         auth.setPreemptiveAuthentication(true);
>         auth.setUsername(userName);
>         auth.setPassword(password);
>         option.setProperty(HTTPConstants.AUTHENTICATE, auth);
> sub.startlaunchVXML(launchVXMLRequest, new OutCallbackHandler());



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to