IllegalAccessError in ValidatorResources.processForms(), trying to access FastHashMap.KeySet??

2004-02-12 Thread prhodes
Hi guys, I'm having a problem I hope somebody can help me with. I have a webapp running under JBoss / Tomcat, using Struts. Part of my code depends on the Commons Collections stuff, and I recently upgraded the jar file for my project to the latest one. Now, when I deploy my app, I get a

Re: IllegalAccessError

2003-08-14 Thread Robert Leland
Are you using all the jars that came with the Struts 1.1 release/nightly and then compiled all your source code against that ? This includes 3rd part tools that might make use of BeanUtils ? -Rob Ray Madigan wrote: Hello: I have been using struts in my application on Tomcat 4.2.24. I have

IllegalAccessError

2003-08-14 Thread Ray Madigan
Hello: I have been using struts in my application on Tomcat 4.2.24. I have had a an Exceptions that is very puzzling to me. The Exception is: java.lang.IllegalAccessError: try to access class org.apache.commons.beanutils.MappedPropertyDescriptor$1 from class

RE: IllegalAccessError

2003-08-11 Thread Ray Madigan
To: Struts Users Mailing List Subject: Re: IllegalAccessError Are you using all the jars that came with the Struts 1.1 release/nightly and then compiled all your source code against that ? This includes 3rd part tools that might make use of BeanUtils ? -Rob Ray Madigan wrote: Hello: I have been

IllegalAccessError?

2003-07-24 Thread Ray Madigan
I am in the process of porting my application to Tomcat 4.1.24 and am getting the strangest Error Message. Has anyone seen anything like this? I haven't changes anything in my app, or the struts config. Nothing in the stack trace has any pointer to where in my app it is failing? Help would be