From user-return-3031-apmail-forrest-user-archive=forrest.apache.org@forrest.apache.org Mon Dec 26 20:38:31 2005 Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 31940 invoked from network); 26 Dec 2005 20:38:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Dec 2005 20:38:31 -0000 Received: (qmail 15402 invoked by uid 500); 26 Dec 2005 20:38:30 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 15365 invoked by uid 500); 26 Dec 2005 20:38:30 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 15354 invoked by uid 99); 26 Dec 2005 20:38:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Dec 2005 12:38:29 -0800 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 (asf.osuosl.org: domain of Torsten.Stolpmann@verit.de designates 212.43.69.156 as permitted sender) Received: from [212.43.69.156] (HELO sirius.verit.de) (212.43.69.156) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Dec 2005 12:38:27 -0800 Received: from [192.168.0.105] (host-71-024.wlan.free42.de [212.43.71.24]) (authenticated bits=0) by sirius.verit.de (8.13.1/8.13.1) with ESMTP id jBQKc6bT007238 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 Dec 2005 21:38:06 +0100 Message-ID: <43B054AD.9040807@verit.de> Date: Mon, 26 Dec 2005 21:38:05 +0100 From: Torsten Stolpmann Organization: verit Informationssysteme GmbH User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: OutOfMemoryException with customized project sitemap. Was: linkmap customization References: <438F152A.5030801@greenjaguar.com> <1133453413.9959.53.camel@localhost> <438F2477.30907@apache.org> In-Reply-To: <438F2477.30907@apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, while enabling a similar modification in the project sitemap I consistently run into OutOfMemory exceptions. I am using forrest 0.7 with the war option. As a crosscheck I copied an existing, unmodified forrest sitemap.xmap into the documentation folder which gives me exactly the same results. When applying my intended changes to the forrest sitemap.xmap i am able to achieve what i want. Any attempt to incorporate those changes in the project sitemap fails with OutOfMemory Exceptions. What am I doing wrong here? What parts of the original sitemap.xmap would I need to implement in the project sitemap? My current assumptions are: ... ... And (out of necessity, cocoon would else complain about the missing resource definition): ... But again this gives me OutOfMemoryExceptions. Helena: Did you succeed incorporating your changes in the project sitemap? Regards, Torsten Ross Gardler wrote: >>> If one wishes to add a third linkmap (if one refers to site.xml and >>> tabs.xml being first two)), >>> would one need to modify the forrest 7 src in: >>> apache-forrest-0.7/main/webapp >>> to accept a third, >>> then customize the xslt's? to handle the custom rules? >> >> >> >> forrest sitemap: >> >> >> >> >> >> >> >> >> >>> ... >> >> >> >> Just change to: > > > Don't change it in the Forrest source files. Use a project sitemap to > override that pattern. > > Ross >