Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 95EE510CB7 for ; Mon, 20 Jan 2014 12:47:22 +0000 (UTC) Received: (qmail 28317 invoked by uid 500); 20 Jan 2014 12:47:22 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 28139 invoked by uid 500); 20 Jan 2014 12:47:20 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 28123 invoked by uid 99); 20 Jan 2014 12:47:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jan 2014 12:47:19 +0000 Date: Mon, 20 Jan 2014 12:47:19 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-5417) Support optional JAX-RS 2.0 ConnectionCallback MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876415#comment-13876415 ] Sergey Beryozkin commented on CXF-5417: --------------------------------------- Hi Andrei, yeah, please do try just printing it :-), in BookStoreContinuation I do the same for CompletionCallback; I hope the way I applied your patch won't affect the end result. Cool re spotting Validation related issues too Thanks, Sergey > Support optional JAX-RS 2.0 ConnectionCallback > ---------------------------------------------- > > Key: CXF-5417 > URL: https://issues.apache.org/jira/browse/CXF-5417 > Project: CXF > Issue Type: Improvement > Components: JAX-RS, Transports > Reporter: Sergey Beryozkin > Priority: Minor > Attachments: patch-connection-callback.txt > > > https://jax-rs-spec.java.net/nonav/2.0/apidocs/javax/ws/rs/container/ConnectionCallback.html > lets JAX-RS 2.0 applications receive the notifications when a given client has disconnected. > We can probably build something on top of the Jetty-specific connector and also enhance CXF Continuation API. -- This message was sent by Atlassian JIRA (v6.1.5#6160)