Am i correct that SI message channel security interceptors only work as long as only synchronous channels are being used?
In the following example, the Spring Security SecurityContext is present...
Type: Posts; User: jfai; Keyword(s):
Am i correct that SI message channel security interceptors only work as long as only synchronous channels are being used?
In the following example, the Spring Security SecurityContext is present...
That's where issue #1 comes into play: the exception propagates just fine, but RmiOutboundGateway's exception handling always ignores the header "errorChannel" of the outgoing message. Instead, all...
Hi,
I'm using a pair of RmiOutboundGateway/RmiInboundGateway. Regular message flow through the requestChannel and replyChannel works fine.
If there are exceptions downstream from the...
See https://jira.springframework.org/browse/SESPRINGACTIONSCRIPTAS-126.
Hi,
Sorry for resurrecting this oldie.
We've been using SAS 0.8.1 successfully to date. I've just started to use SAS 1.1 instead, and ran into something weird: all <array> elements with more...
While using class EventSequence and its helper class SequenceEvent, I noticed that a few simple changes would make these classes even more powerful.
One feature I needed: adding ordinary events to...
See the patch I posted with http://code.google.com/p/as3reflect/issues/detail?id=6#c0
I'd like to create a ResponderCommandFactory in the context, e.g.
<object id="aCommandFactory" class="org.springextensions.actionscript.cairngorm.commands.ResponderCommandFactory"...
It would be great to have more logging, but it needs to be optional and adaptable, especially to mx.logging. Please see <http>://jira.springframework.org/browse/SESPRINGACTIONSCRIPTAS-19.
Jürgen