[
https://issues.apache.org/struts/browse/WW-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43774#action_43774
]
Wes Wannemacher commented on WW-2618:
-------------------------------------
pawan -
I was receiving a classcastexception in my interceptor. I had been running my
app using `mvn jetty:run` and the error didn't show up on the target view or on
the console, so I didn't realize that I wasn't making it all the way through
the interceptor stack. I reconfigured my dev environment so that I could run
everything through eclipse's debugger and in the process switched to Tomcat (by
creating a server runtime in eclipse). Before I even got to the debugging, the
exception was thrown into the view by tomcat so I fixed it and everything is
working fine.
> struts.codebehind.defaultPackage
> --------------------------------
>
> Key: WW-2618
> URL: https://issues.apache.org/struts/browse/WW-2618
> Project: Struts 2
> Issue Type: Bug
> Components: Plugin - CodeBehind
> Environment: Spring 2.5, Tomcat, Struts 2 + Code behind, Windows XP
> SP2
> Reporter: pawan
>
> an entry in struts.xml of <constant name="struts.codebehind.defaultPackage"
> value="my-default-package" /> does not override the default package name.
> my struts.xml is being loaded after the struts-plugin.xml which would have
> already set the value.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.