Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 89007 invoked from network); 19 Jul 2006 16:43:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jul 2006 16:43:29 -0000 Received: (qmail 28085 invoked by uid 500); 19 Jul 2006 16:43:27 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 28061 invoked by uid 500); 19 Jul 2006 16:43:27 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 28050 invoked by uid 99); 19 Jul 2006 16:43:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 09:43:27 -0700 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.206.240] (HELO smtp107.plus.mail.mud.yahoo.com) (68.142.206.240) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Jul 2006 09:43:26 -0700 Received: (qmail 25252 invoked from network); 19 Jul 2006 16:43:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=u6jNK69M9VtsW+Z+fuDaBwif025+c0gzXxZ//QA6RdVzi1hQ/5LRh2pbcOwkgYwo33karn09UbLdMto0hJ8XEw8nOns+Apds3/ayJ0w6pE13jL+EefXslQQ0rHuqBWvXEP+6JaWCxuoyNXJuz/hJ3+cgaIe1Jl4E9j7ueB78l3g= ; Received: from unknown (HELO ?10.11.55.45?) (david?jencks@63.105.20.225 with plain) by smtp107.plus.mail.mud.yahoo.com with SMTP; 19 Jul 2006 16:43:05 -0000 Mime-Version: 1.0 (Apple Message framework v749.3) In-Reply-To: <8C0E7CE89EF7C14B921F64810AA84BAB0B7867@corpatsmail1.corp.sensis.com> References: <8C0E7CE89EF7C14B921F64810AA84BAB0B7867@corpatsmail1.corp.sensis.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <20526D38-91FC-4BEC-9A72-AC0579252AF4@yahoo.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: Joost and Geronimo with GBean Date: Wed, 19 Jul 2006 09:44:37 -0700 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.749.3) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N My guess would be that you would have to put the xsl implementation you want to use in lib/endorsed. The selection of which transformer factory to use is made by a setting a system property and IIUC the implementation has to be in an endorsed directory rather than added to the classpath some other way. thanks david jencks On Jul 19, 2006, at 9:33 AM, Sutton, Timothy wrote: > I was wondering if anyone had tried to deploy a Gbean with Joost (stx > xml parser), and if they had any problems with it. I get the following > exception. > > Exception in thread "Timer-2" > javax.xml.transform.TransformerFactoryConfigurationError: Provider > net.sf.joost.trax.TransformerFactoryImpl could not be instantiated: > java.lang.NullPointerException > at > javax.xml.transform.TransformerFactory.newInstance > (TransformerFactory.ja > va:109) > at > org.apache.geronimo.system.configuration.LocalAttributeManager.saveXml > To > File(LocalAttributeManager.java:467) > at > org.apache.geronimo.system.configuration.LocalAttributeManager.save > (Loca > lAttributeManager.java:433) > at > org.apache.geronimo.system.configuration.LocalAttributeManager$2.run > (Loc > alAttributeManager.java:636) > at java.util.TimerThread.mainLoop(Timer.java:512) > at java.util.TimerThread.run(Timer.java:462) > > > Thanks again! > > > Tim