Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 847 invoked from network); 19 Feb 2008 19:31:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2008 19:31:21 -0000 Received: (qmail 80455 invoked by uid 500); 19 Feb 2008 19:31:15 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 80438 invoked by uid 500); 19 Feb 2008 19:31:15 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 80371 invoked by uid 99); 19 Feb 2008 19:31:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 11:31:14 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 19:30:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 12B12234C049 for ; Tue, 19 Feb 2008 11:30:48 -0800 (PST) Message-ID: <1286032531.1203449448075.JavaMail.jira@brutus> Date: Tue, 19 Feb 2008 11:30:48 -0800 (PST) From: "Daniel Kulp (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-1316) Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1 In-Reply-To: <9954251.1198132842996.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CXF-1316: ----------------------------- Fix Version/s: 2.1 > Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1 > ------------------------------------------------------------------------------- > > Key: CXF-1316 > URL: https://issues.apache.org/jira/browse/CXF-1316 > Project: CXF > Issue Type: Bug > Components: JAX-WS Runtime > Affects Versions: 2.1 > Reporter: Jervis Liu > Assignee: Sean O'Callaghan > Fix For: 2.1 > > > Refactor callback demo to reflect the change of EndpointReference in jax-ws 2.1: > 1. in Client.java, we should not build EndpointReferenceType by ourselves, instead we should use Endpoint.getEndpointReference to acquire an EndpointReference instance from the published endpoint. > 2. Replace EndpointReferenceType (which is CXF internal type) with the W3CEndpointReference type which is defined by the spec. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.