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 ServletException in the action
servlet, with a root cause as follows:

java.lang.IllegalAccessError: tried to access method
org.apache.commons.collections.FastHashMap$KeySet.<init>
from class org.apache.commons.collections.FastHashMap
   at org.apache.commons.collections.FastHashMap.keySet( Unknown Source)
   at org.apache.commons.validator.ValidatorResources.processForms(
ValidatorResources.java:340)
...

Any thoughts?  Does this seem like a bug in the Commons Collections stuff,
or a bug in the Validator stuff, or just a case of me getting different
library
versions intermingled by accident?

Any and all help is greatly appreciated...

Phillip Rhodes
Application Designer
Voice Data Solutions
919-571-4300 x225
[EMAIL PROTECTED]

Those who are willing to sacrifice essential liberties for a little order,
will
lose both and deserve neither. - Benjamin Franklin

This country, with its institutions, belongs to the people who inhabit it.

Whenever they shall grow weary of the existing government, they can
exercise
their constitutional right of amending it, or exercise their revolutionary
right to overthrow it.  - Abraham Lincoln

No citizen shall be denied the right to bear arms, if as a last resort, to
protect themselves from tyranny in Government. - Thomas Jefferson


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to