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

ext2 updated CXF-3750:
----------------------

    Attachment: oneway-deadlock-temporary-file.zip

1) service, the service 'stemporary file directory is set to "./attservice" 
directory;
2) service's business logical will consume and close the attachment's input 
stream and raise a runtime exception
3) once the service is invoked, a temporary file will left in the 
"./attservice" directory;

the temporary file is not the attachment's inputstream left, but the 
inputstream stand for the underly transport left;

OneWayProcessorInterceptor.handleMessage(){
....
DelegatingInputStream in = message.getContent(DelegatingInputStream.class);
.....
}

> Sometimes, CXF servlet will blocked until bussiness logical finished for 
> one-way operation
> ------------------------------------------------------------------------------------------
>
>                 Key: CXF-3750
>                 URL: https://issues.apache.org/jira/browse/CXF-3750
>             Project: CXF
>          Issue Type: Bug
>         Environment: CXF2.3.3 windows xp, jdk1.5_22 or jdk1.6_17
>            Reporter: ext2
>            Assignee: Daniel Kulp
>            Priority: Minor
>             Fix For: 2.3.7, 2.4.3
>
>         Attachments: oneway-deadlock-temporary-file.zip, oneway-deadlock.zip
>
>
> sometime,the servlet handle(JettyHTTPHandler) at server side doesn't return 
> back to servlet engine(Jetty) immediately, it will waiting until the 
> asynchrouse business logical finished; 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to