Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 90495 invoked from network); 29 Jul 2004 22:42:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Jul 2004 22:42:13 -0000 Received: (qmail 12244 invoked by uid 500); 29 Jul 2004 22:42:10 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 12197 invoked by uid 500); 29 Jul 2004 22:42:10 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 12179 invoked by uid 99); 29 Jul 2004 22:42:09 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received: from [216.104.212.90] (HELO p01mgw01.macromedia.com) (216.104.212.90) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 29 Jul 2004 15:42:06 -0700 Received: from S1001EXM02.macromedia.com ([10.4.48.132]) by p01mgw01.macromedia.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id i6TMg2hG015998 for ; Thu, 29 Jul 2004 15:42:02 -0700 (PDT) Received: by S1001EXM02.macromedia.com with Internet Mail Service (5.5.2657.72) id ; Thu, 29 Jul 2004 18:42:02 -0400 Message-ID: From: Tom Jordahl To: "'ws-axis-cvs@apache.org'" Subject: JDK 1.4 required to run all-tests Date: Thu, 29 Jul 2004 18:41:53 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Brightmail-Tracker: AAAAAA== X-Brightmail-Scanned: Macromedia X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am running all-tests and I discovered that the SAAJ tests seem to require JDK 1.4 to run successfully. Since I always run with 1.3 to avoid using 1.4 stuff, this seems bad to me. Thoughts? -- Tom Jordahl Macromedia Server Development javax.xml.tr ansform.TransformerFactoryConfigurationError: Provider for javax.xml.transform.TransformerFactory cannot be found at javax.xml.transform.TransformerFactory.newInstance(Unknown Source) at org.custommonkey.xmlunit.XMLUnit.getTransformerFactory(XMLUnit.java:380) at org.custommonkey.xmlunit.Transform.getTransformer(Transform.java:182) at org.custommonkey.xmlunit.Transform.<init>(Transform.java:150) at org.custommonkey.xmlunit.Transform.<init>(Transform.java:135) at org.custommonkey.xmlunit.Transform.<init>(Transform.java:114) at org.custommonkey.xmlunit.XMLUnit.getStripWhitespaceTransform(XMLUnit.java:41 6) at org.custommonkey.xmlunit.Diff.getWhitespaceManipulatedDocument(Diff.java:183 ) at org.custommonkey.xmlunit.Diff.<init>(Diff.java:150) at org.custommonkey.xmlunit.Diff.<init>(Diff.java:141) at org.custommonkey.xmlunit.Diff.<init>(Diff.java:107) at org.custommonkey.xmlunit.Diff.<init>(Diff.java:99) at org.custommonkey.xmlunit.Diff.<init>(Diff.java:91) at org.custommonkey.xmlunit.XMLAssert.assertXMLEqual(XMLAssert.java:171) at org.custommonkey.xmlunit.XMLTestCase.assertXMLEqual(XMLTestCase.java:244) at test.saaj.TestDOM.testSAAJSerialization(TestDOM.java:86)