Are you sure that you've removed all old JARs? Did you recompile your code against the new libraries?

The error you report might happen if you have two versions of the Struts JAR in your WEB-INF/lib

Joe

At 2:05 PM +0200 4/20/04, [EMAIL PROTECTED] wrote:
Hi,

I have upgrade of my project from struts 1.0.2 to Struts 1.1.
My project is an Intranet Portal and is composed of 2 parts : Admin and Public.
So, I have 2 differents files web.xml and struts-config.xml in 2 different folder (Admin and Public).
When the Admin part runs in the first one, it does not raise problem,
however when the Public part is run in second, I have the following error:


java.lang.LinkageError: loader constraints violated when linking org/apache/struts/action/ActionForm class
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:231)
at org.apache.struts.action.RequestProcessor.processActionCreate(RequestProcessor.java:326)


--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining."
-- Jef Raskin


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



Reply via email to