Return-Path: Delivered-To: apmail-xml-fop-user-archive@www.apache.org Received: (qmail 58574 invoked from network); 8 Jul 2004 15:57:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Jul 2004 15:57:07 -0000 Received: (qmail 65995 invoked by uid 500); 8 Jul 2004 15:57:03 -0000 Delivered-To: apmail-xml-fop-user-archive@xml.apache.org Received: (qmail 65705 invoked by uid 500); 8 Jul 2004 15:57:01 -0000 Mailing-List: contact fop-user-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: fop-user@xml.apache.org Delivered-To: mailing list fop-user@xml.apache.org Received: (qmail 65692 invoked by uid 99); 8 Jul 2004 15:57:01 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received: from [212.4.65.100] (HELO mail.datazug.ch) (212.4.65.100) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 08 Jul 2004 08:57:00 -0700 Received: from [192.168.123.84] [212.4.78.11] by mail.datazug.ch with ESMTP (SMTPD32-8.12) id AEC940E7022A; Thu, 08 Jul 2004 17:56:57 +0200 Message-ID: <40ED6EC8.8030203@yahoo.de> Date: Thu, 08 Jul 2004 17:56:56 +0200 From: "J.Pietschmann" User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: fop-user@xml.apache.org Subject: Re: Integrating FOP in a Project References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N paul.bezault@sgcib.com wrote: > File pdffile = new File("C:/Resultat.pdf"); Does your server have a C: drive? :-) Furthermore, it's almost always a waste to use DOM trees for intermediate XML documents. Check out the code samples on the FOP website for more information. But neither of these appears to be your problem: > And my problem is that i haven't any exception or error but the program > never go out of the "Driver driver = new Driver()" This method doesn't do much except setting up the element mapping tables. In particular it doesn't do anything to the output stream. It tries to get a class loader for accessing the mapping property files though, which might be a problem. Whats your environment on the server? Are there any user written class loaders or such? Security policies? --------------------------------------------------------------------- To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org For additional commands, e-mail: fop-user-help@xml.apache.org