Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 88073 invoked from network); 9 Sep 2008 15:52:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Sep 2008 15:52:06 -0000 Received: (qmail 75818 invoked by uid 500); 9 Sep 2008 15:52:02 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 75779 invoked by uid 500); 9 Sep 2008 15:52:02 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 75768 invoked by uid 99); 9 Sep 2008 15:52:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 08:52:02 -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; Tue, 09 Sep 2008 15:51:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 43D43234C1D3 for ; Tue, 9 Sep 2008 08:51:44 -0700 (PDT) Message-ID: <2079475024.1220975504276.JavaMail.jira@brutus> Date: Tue, 9 Sep 2008 08:51:44 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-4289) [saaj] javax.xml.soap.MessageFactory property is not optional MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [saaj] javax.xml.soap.MessageFactory property is not optional ------------------------------------------------------------- Key: GERONIMO-4289 URL: https://issues.apache.org/jira/browse/GERONIMO-4289 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: specs Reporter: Davanum Srinivas Attachments: saaj.diff According to the SAAJ 1.3 specification, javax.xml.soap.MessageFactory is optional and when it is not specified, we should fall back to the SAAJMetaFactory basically use "newMessageFactory(SOAPConstants.SOAP_1_1_PROTOCOL)" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.