I am using weblogic and XWork. I have this error:

<Oct 30, 2012 9:06:14 AM GMT> <Notice> <Stdout> <BEA-000000> <ERROR dispatcher.ServletDispatcher - Could not find action
com.opensymphony.xwork.config.ConfigurationException: There is no Action mapped for namespace [XXXXX] and action name [YYY]

This used to work fine before an update of the system we use, so it is no trivial error like wrong config in xwork.xml.

I serached all the JARs and I have [YYY]Servlet.class. Is that the class for the action? Any other reason because of which the Action can't be found?

有帮助吗?

解决方案

If the class exists normally the actions should be there. In my case the error was somewhere else.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top