Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 69DAA18570 for ; Sat, 23 Jan 2016 22:07:40 +0000 (UTC) Received: (qmail 76274 invoked by uid 500); 23 Jan 2016 22:07:40 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 76127 invoked by uid 500); 23 Jan 2016 22:07:40 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 76109 invoked by uid 99); 23 Jan 2016 22:07:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jan 2016 22:07:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CD89B2C1F57 for ; Sat, 23 Jan 2016 22:07:39 +0000 (UTC) Date: Sat, 23 Jan 2016 22:07:39 +0000 (UTC) From: "Hudson (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AXIS2-2177) Enhancements to XMLSpineImpl 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/AXIS2-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15113986#comment-15113986 ] Hudson commented on AXIS2-2177: ------------------------------- SUCCESS: Integrated in Axis2 #3222 (See [https://builds.apache.org/job/Axis2/3222/]) Remove the hack introduced by AXIS2-2177 which was likely made necessary by bugs in Axiom that have long been solved. (veithen: rev 1726452) * axis2/modules/jaxws/src/org/apache/axis2/jaxws/message/impl/XMLSpineImpl.java > Enhancements to XMLSpineImpl > ---------------------------- > > Key: AXIS2-2177 > URL: https://issues.apache.org/jira/browse/AXIS2-2177 > Project: Axis2 > Issue Type: Bug > Components: jaxws > Reporter: Nikhil Thaker > Assignee: Nikhil Thaker > > Updating the body elements with OMSourcedElement is causing problems with error message org.apache.axiom.om.OMException: java.lang.IllegalStateException: Method cannot be called after close(), > With Rich Scheuerle's adviced I am chaning the code in jaxws XMLSpineImpl so we now do a set complete on the SOAPEnvelope. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org