Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 70930 invoked from network); 6 Jun 2005 06:31:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2005 06:31:06 -0000 Received: (qmail 56831 invoked by uid 500); 6 Jun 2005 06:30:59 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 56803 invoked by uid 500); 6 Jun 2005 06:30:59 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 56772 invoked by uid 99); 6 Jun 2005 06:30:58 -0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=TRACKER_ID X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from chantico.splc.ru (HELO chantico.splc.ru) (195.5.136.24) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 05 Jun 2005 23:30:57 -0700 Received: from w2.splc.ru ([10.0.4.3]) by chantico.splc.ru with esmtpa (Exim 4.50) id 1DfB8D-0002iw-0B for users@cocoon.apache.org; Mon, 06 Jun 2005 10:30:41 +0400 Message-ID: <42A3EE7A.6040409@splc.ru> Date: Mon, 06 Jun 2005 10:34:34 +0400 From: Alexander Berezhnoy User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040830) X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@cocoon.apache.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 10.0.4.3 X-SA-Exim-Mail-From: alexander.berezhnoy@splc.ru Subject: XPathConfigurationException X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on chantico.splc.ru X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED,AWL,TRACKER_ID autolearn=ham version=3.0.3 X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100) X-SA-Exim-Scanned: Yes (on chantico.splc.ru) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi! I'm trying to write unit tests for my Actions using the Cocoon testing framework. The action works fine under Cocoon, but when I run my test I get the following: java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFctory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom I'm using the JAXP for working with XPath. In the javadocs it's written that XPathFactoryConfigurationException is never thrown in the XPathFactory#newInstance() method, however, I've got it. Please, what can it be? Thanks, Alexander. -- Alexander Berezhnoy, Chief Architect SmartPhone Labs, LLC http://www.smartphonelabs.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org