So, how to override this ExecAndWiatInterceptor behaviour? Is it possible to map by some key other than action name?
If we use wildcards while defining action mapping, can we bypass this constraint? This way we can call myAction1, myAction2 and myActionRandomN which trigger myAction.action. Does ExecAndWaitInterceptor store and return these separately? Thanks. 2008/7/21 Jeromy Evans > No, all S2 action invocations are in a separate thread (one thread per > request). > > Only the ExecAndWaitInterceptor applies constraints because of the way it > waits for a response. > >