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) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:268) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1480) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:506) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sssw.srv.resources.AgWarResource.doServletDispatch(AgWarResource.java:944) at com.sssw.srv.resources.AgWarResource.service(AgWarResource.java:723) at com.sssw.srv.resources.AgWarURLResource.perform(AgWarURLResource.java:114) at com.sssw.srv.http.httpd.perform(httpd.java:4592) at com.sssw.srv.http.Client.processRequest(Client.java:906) at com.sssw.srv.http.Client.loop(Client.java:1266) at com.sssw.srv.http.Client.runConnection(Client.java:1470) at com.sssw.srv.http.Client.run(Client.java:1430) at java.lang.Thread.run(Unknown Source) When the Public part runs in the first one, it does not raise problem, however when the Admin part is run in second, I have the same error. It seems that my problem regards the configuration. The code was not changed. Thanks, Antoine This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval. The internet can not guarantee the integrity of this message. BNP PARIBAS (and its subsidiaries) shall (will) not therefore be liable for the message if modified. --------------------------------------------- Ce message et toutes les pieces jointes (ci-apres le "message") sont etablis a l'intention exclusive de ses destinataires et sont confidentiels. Si vous recevez ce message par erreur, merci de le detruire et d'en avertir immediatement l'expediteur. Toute utilisation de ce message non conforme a sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. L'internet ne permettant pas d'assurer l'integrite de ce message, BNP PARIBAS (et ses filiales) decline(nt) toute responsabilite au titre de ce message, dans l'hypothese ou il aurait ete modifie. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]