Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 69325 invoked from network); 7 Dec 2004 09:19:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Dec 2004 09:19:22 -0000 Received: (qmail 25575 invoked by uid 500); 7 Dec 2004 09:18:36 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 25464 invoked by uid 500); 7 Dec 2004 09:18:35 -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 Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 25384 invoked by uid 99); 7 Dec 2004 09:18:33 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ap-cocoon-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Dec 2004 01:18:31 -0800 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CbbUI-00023M-00 for ; Tue, 07 Dec 2004 10:18:26 +0100 Received: from pd95331b7.dip.t-dialin.net ([217.83.49.183]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Dec 2004 10:18:26 +0100 Received: from bjoern.voigt by pd95331b7.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Dec 2004 10:18:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@cocoon.apache.org From: =?ISO-8859-1?Q?Bj=F6rn_Voigt?= Subject: System property org.xml.sax.parser not specified ??? Date: Tue, 07 Dec 2004 10:19:09 +0100 Lines: 31 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd95331b7.dip.t-dialin.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7) Gecko/20040616 X-Accept-Language: de, en Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Moin Cocooners, I am using the org.exolab.castor.xml.Marshaller inside Generator. The generator works fine running within a jetty. public void generate() throws SAXException { try { Marshaller.marshal(new MyBean(),this.contentHandler); } catch (Exception e) { [..] } } If I deploy the webapplication to tomcat, I get the following Exception: org.xml.sax.SAXException: System property org.xml.sax.parser not specified at org.xml.sax.helpers.ParserAdapter.(Unknown Source) at org.exolab.castor.xml.Marshaller.(Marshaller.java:334) at org.exolab.castor.xml.Marshaller.marshal(Marshaller.java:722) [...] What can I do to fix this problem? Any idea? Thanks for help Bj�rn --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org