You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2021/11/07 19:16:47 UTC

[GitHub] [cxf] reta opened a new pull request #872: CXF-8616: Calling oneway methods using async client hangs response indefinitely

reta opened a new pull request #872:
URL: https://github.com/apache/cxf/pull/872


   It turns out that when async client is used with oneway methods (in CXF context, oneway is the method that returns 202), the response hangs indefinitely due to the fact that the client callback is never called / propagated. Additionally, it turned out, for sync / async flows, the response filters are also not called for oneway methods.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cxf] reta merged pull request #872: CXF-8616: Calling oneway methods using async client hangs response indefinitely

Posted by GitBox <gi...@apache.org>.
reta merged pull request #872:
URL: https://github.com/apache/cxf/pull/872


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cxf] reta edited a comment on pull request #872: CXF-8616: Calling oneway methods using async client hangs response indefinitely

Posted by GitBox <gi...@apache.org>.
reta edited a comment on pull request #872:
URL: https://github.com/apache/cxf/pull/872#issuecomment-964339441


   @ffang sorry but would appreciate if you could validate this one for me as well, I run into this issue while adding test cases for HttpClient 5.x support, thank you


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cxf] reta commented on pull request #872: CXF-8616: Calling oneway methods using async client hangs response indefinitely

Posted by GitBox <gi...@apache.org>.
reta commented on pull request #872:
URL: https://github.com/apache/cxf/pull/872#issuecomment-964339441


   @ffang sorry but would appreciate if you could validate this one for me as well, I run into this issue while adding test cases for HttpClient 5.x support 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cxf] ffang commented on pull request #872: CXF-8616: Calling oneway methods using async client hangs response indefinitely

Posted by GitBox <gi...@apache.org>.
ffang commented on pull request #872:
URL: https://github.com/apache/cxf/pull/872#issuecomment-964401301


   > @ffang sorry but would appreciate if you could validate this one for me as well, I run into this issue while adding test cases for HttpClient 5.x support, thank you
   
   Hi @reta ,
   
   Looks good to me.
   
   Could you please add affected component in the original JIRA ticket as "JAXRS" since this only affects JAXRS service?
   
   Thanks!
   Freeman


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org