Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 73709 invoked from network); 15 Jul 2008 19:46:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jul 2008 19:46:49 -0000 Received: (qmail 94017 invoked by uid 500); 15 Jul 2008 19:46:48 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 93447 invoked by uid 500); 15 Jul 2008 19:46:47 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 93436 invoked by uid 99); 15 Jul 2008 19:46:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 12:46:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brian@pontarelli.com designates 74.125.92.27 as permitted sender) Received: from [74.125.92.27] (HELO qw-out-2122.google.com) (74.125.92.27) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 19:45:54 +0000 Received: by qw-out-2122.google.com with SMTP id 8so222307qwh.59 for ; Tue, 15 Jul 2008 12:46:18 -0700 (PDT) Received: by 10.150.217.18 with SMTP id p18mr851008ybg.67.1216151178147; Tue, 15 Jul 2008 12:46:18 -0700 (PDT) Received: from ?192.168.0.2? ( [75.171.168.73]) by mx.google.com with ESMTPS id f10sm1460206pyh.14.2008.07.15.12.46.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 15 Jul 2008 12:46:17 -0700 (PDT) Message-Id: From: Brian Pontarelli To: "Struts Developers List" In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config Date: Tue, 15 Jul 2008 13:46:02 -0600 References: <200807151532.02105.lists@pierosartini.de> <200807151643.22714.lists@pierosartini.de> X-Mailer: Apple Mail (2.926) X-Virus-Checked: Checked by ClamAV on apache.org Just to update this thread quick... The error is occurs mostly because the perm size is filling up or the loading of a specific class is causing the ClassLoader to error out. This the primary reason why I added the exclusions list. The other reason is that scanning the entire classpath and loading every class into the JVM in any action package could take a long time. I recall some work to change things to use ASM rather than loading the class into the JVM. This work should have reduced the need for exclusions almost completely since the class isn't actually loaded into the JVM at all. The byte code is parsed by ASM instead. -bp On Jul 15, 2008, at 9:19 AM, Musachy Barroso wrote: >> I did use Toplink Essentials and in its jar there is a package >> called "persistence.antlr.actions". So the locators matched. Don't >> know why >> it comes to an error, but I think it is the same reason Brian >> excluded >> hibernate and some other packages by default. >> > > Yes, that could be tricky, yet the plugin should just be log it as an > error and move on, I get a few of those when running in eclipse. > > musachy > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org > For additional commands, e-mail: dev-help@struts.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org