Return-Path: Delivered-To: apmail-incubator-beehive-user-archive@www.apache.org Received: (qmail 97076 invoked from network); 6 May 2005 19:53:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 May 2005 19:53:33 -0000 Received: (qmail 76526 invoked by uid 500); 6 May 2005 19:55:25 -0000 Delivered-To: apmail-incubator-beehive-user-archive@incubator.apache.org Received: (qmail 76500 invoked by uid 500); 6 May 2005 19:55:24 -0000 Mailing-List: contact beehive-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Users" Delivered-To: mailing list beehive-user@incubator.apache.org Received: (qmail 76430 invoked by uid 99); 6 May 2005 19:55:19 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ussjmh01.bea.com (HELO ussjmh01.bea.com) (63.96.162.5) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 06 May 2005 12:55:19 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [172.16.120.57]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j46JqD4w018703 for ; Fri, 6 May 2005 12:52:13 -0700 Received: from USBOEX01.amer.bea.com ([10.36.32.15]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 6 May 2005 12:52:13 -0700 Received: from [10.36.33.143] ([10.36.33.143]) by USBOEX01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 6 May 2005 13:52:11 -0600 Message-ID: <427BCAE8.90001@bea.com> Date: Fri, 06 May 2005 13:52:08 -0600 From: Richard Feit User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Beehive Users Subject: Re: IllegalAccessException in latest nightly build References: <427BC355.1010207@ieee.org> In-Reply-To: <427BC355.1010207@ieee.org> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 May 2005 19:52:11.0965 (UTC) FILETIME=[1824E6D0:01C55275] X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.2.0, Antispam-Data: 2005.5.6.19 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I *think* this error, as well as the NoSuchMethodError you mentioned on another thread, will go away if we can get some out-of-date jars out of WEB-INF/lib. Since Beta, the following jars have been replaced with new ones: - beehive-netui-pageflow.jar - beehive-netui-scoping.jar - beehive-netui-tags-databinding.jar - beehive-netui-tags-html.jar - beehive-netui-tags-template.jar - beehive-netui-util.jar The new ones (which you should leave in WEB-INF/lib) are: - beehive-netui-core.jar - beehive-netui-tags.jar Hope this helps, and sorry for the churn. Rich James Black wrote: > I get this exception: > IllegalAccessException: Class > org.apache.beehive.netui.pageflow.PageFlowContextListener can not access > a member of class > org.apache.beehive.netui.tags.html.CheckBox$CheckBoxPrefixHandler with > modifier "private" > > It would appear to be at > PageFlowContextListener.initPrfixHandlers(PageFlowContextListener.java:126) > > Also, the following have the same problem, they must be marked as > private, but, since I don't have the source this time I can't verify it: > org.apache.beehive.netui.tags.html.CheckBoxGroup$CheckboxGroupPrefixHandler > org.apache.beehive.netui.tags.html.RadioButtonGroup$RadioButtonGroupPrefixHandler > org.apache.beehive.netui.tags.html.Select$SelectPrefixHandler > > If you want me to file a bug report just let me know. >