Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 45029 invoked from network); 30 May 2007 13:32:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 May 2007 13:32:40 -0000 Received: (qmail 20001 invoked by uid 500); 30 May 2007 13:32:42 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 19905 invoked by uid 500); 30 May 2007 13:32:42 -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 19873 invoked by uid 99); 30 May 2007 13:32:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2007 06:32:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2007 06:32:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8C239714184 for ; Wed, 30 May 2007 06:32:16 -0700 (PDT) Message-ID: <31679669.1180531936571.JavaMail.jira@brutus> Date: Wed, 30 May 2007 06:32:16 -0700 (PDT) From: "Andrea Smyth (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Resolved: (CXF-139) Port Celtix RM Persistence Handler to CXF In-Reply-To: <2434333.1159786219575.JavaMail.root@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-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Smyth resolved CXF-139. ------------------------------ Resolution: Fixed > Port Celtix RM Persistence Handler to CXF > ----------------------------------------- > > Key: CXF-139 > URL: https://issues.apache.org/jira/browse/CXF-139 > Project: CXF > Issue Type: Sub-task > Components: WS-* Components > Affects Versions: 2.0-M1 > Reporter: Andrea Smyth > Assignee: Andrea Smyth > Fix For: 2.0 > > > Implement as SOAP interceptor. Possibly requires a new phase as this handler should be last in the chain - may be add it dynamically? Actually, only one of the three interceptors may need to be added - this can then take care of adding the others (provided they have not been added yet). Makes configuration easier. > There is a risk associated with this task as the persistance handler logic entailed some form of unmarshaling/remarshaling - need to check ow this works out in the CXF architecture. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.