
|
If you were logged in you would be able to see more operations.
|
|
|
|
Checked 1.3.2 and 1.3.5 snapshots, could not find the command or action class that implements RequestProcessor.processCachedMessages() functionality. Seems to be missing indeed, confirmed by Niall.
|
|
Description
|
Checked 1.3.2 and 1.3.5 snapshots, could not find the command or action class that implements RequestProcessor.processCachedMessages() functionality. Seems to be missing indeed, confirmed by Niall. |
Show » |
|
One note about the implementation - it uses ActionContext.getSessionScope() which with Commons Chain 1.0 always creates a new Session if one doesn't exist. Commons Chain 1.1 (which will hopefully be released soon) has been patched to resolve this:
http://issues.apache.org/jira/browse/CHAIN-30