Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 92168 invoked from network); 21 Mar 2009 15:34:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2009 15:34:16 -0000 Received: (qmail 46031 invoked by uid 500); 21 Mar 2009 15:34:13 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 45877 invoked by uid 500); 21 Mar 2009 15:34:12 -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 45430 invoked by uid 99); 21 Mar 2009 15:34:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Mar 2009 08:34:11 -0700 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; Sat, 21 Mar 2009 15:34:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 76847234C003 for ; Sat, 21 Mar 2009 08:33:50 -0700 (PDT) Message-ID: <1536438324.1237649630471.JavaMail.jira@brutus> Date: Sat, 21 Mar 2009 08:33:50 -0700 (PDT) From: "Benson Margulies (JIRA)" To: issues@cxf.apache.org Subject: [jira] Created: (CXF-2125) SOAPHandlerInterceptorTest.java inconsistency MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org SOAPHandlerInterceptorTest.java inconsistency --------------------------------------------- Key: CXF-2125 URL: https://issues.apache.org/jira/browse/CXF-2125 Project: CXF Issue Type: Bug Affects Versions: 2.2.1 Reporter: Benson Margulies Assignee: Daniel Kulp In my current environment, this test puts an XMLStreamReader on a message for content, but the interceptor goes looking for a DOM node, and fails to find one. This is probably my mistake in some horrifically indirect fashion, but I'm looking for help. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.