Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 89526 invoked from network); 9 Sep 2008 15:54: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:54:06 -0000 Received: (qmail 81926 invoked by uid 500); 9 Sep 2008 15:54:02 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 81870 invoked by uid 500); 9 Sep 2008 15:54: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 81854 invoked by uid 99); 9 Sep 2008 15:54: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:54: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:53:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 38DEA234C1CA for ; Tue, 9 Sep 2008 08:53:44 -0700 (PDT) Message-ID: <1480236274.1220975624218.JavaMail.jira@brutus> Date: Tue, 9 Sep 2008 08:53:44 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-4289) [saaj] javax.xml.soap.MessageFactory property is not optional In-Reply-To: <2079475024.1220975504276.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/GERONIMO-4289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas reassigned GERONIMO-4289: ------------------------------------------ Assignee: Jarek Gawor > [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 > Assignee: Jarek Gawor > 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.