How to set another com.opensymphony.xwork2.config.providers.XmlConfigurationProvider

2010-04-08 Thread Fabrice Mercier
I would like to set throwExceptionOnDuplicateBeans to false How I can do this ? -- Cordialement / Best regards Fabrice Mercier

Re: Current build of Struts 2...

2010-04-08 Thread Christian Stone
You should be able to reproduce by using the Struts showcase example, and remove Javaassist.jar from your classpath. The problem is that javaassist is not marked as a runtime dependency AND is a new requirement AND does not generate an error to inform the user what is actually an issue. There

Incompatibility Struts2 APP/ Maven2 and RAD7.5 with WAS and WTP

2010-04-08 Thread Fabrice Mercier
Hi When I try to use my Struts2 webapps project with M2Eclipse I do not succeed. the error bellow is raised in console : *08/04/10 17:06:56:751 CEST] 0021 WebAppE [Servlet Error]-[Filter [struts2]: could not be initialized]: Unable to load configuration. - bean - wsjar:file:/C:/Docu

Re: Current build of Struts 2...

2010-04-08 Thread Lukasz Lenart
2010/3/26 Christian Stone : > First, Javassist is now a required jar.  However if you don't have > it in your webapp the error reporting is basically nonexistent, it > just fails and you are left scratching your head.  I needed to dig > down with a debugger and find where the error was happening to