Codebehind Plugin causing multiple issues with the showcase.
------------------------------------------------------------
Key: WW-1597
URL: https://issues.apache.org/struts/browse/WW-1597
Project: Struts 2
Issue Type: Bug
Components: Plugins
Affects Versions: 2.0.2
Reporter: David H. DeWolf
The codebehind plugin is throwing a null pointer exceptions which causes several pages (including
the front page and what appears to be all "view sources" pages, to fail). Here's the root
cause, which is nested within 4 other wrapped exceptions.
java.lang.NullPointerException
org.apache.struts2.codebehind.CodebehindUnknownHandler.setConfiguration(CodebehindUnknownHandler.java:80)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
com.opensymphony.xwork2.inject.ContainerImpl$MethodInjector.inject(ContainerImpl.java:287)
com.opensymphony.xwork2.inject.ContainerImpl.inject(ContainerImpl.java:451)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|