I would like to set throwExceptionOnDuplicateBeans to false How I can do
this ?
--
Cordialement / Best regards
Fabrice Mercier
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
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
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