Ever since 2.5.2 was announced, I've been going back to the STS download page (and filling in, yet again, the form). It always shows "STS 2.3.2.RELEASE". At first I thought maybe the page hadn't...
Type: Posts; User: jdigger; Keyword(s):
Ever since 2.5.2 was announced, I've been going back to the STS download page (and filling in, yet again, the form). It always shows "STS 2.3.2.RELEASE". At first I thought maybe the page hadn't...
https://jira.springsource.org/browse/INT-875
Is there any kind of work-around (such as renaming the "nullChannel" in SI or Grails), or does Spring Integration simply not work in Grails any more?
I've create a JIRA report for this.
snpe meant to refer you to http://sourceforge.net/mailarchive/forum.php?thread_id=5999930&forum_id=39905
There is definately the possibility of confusion if not everything can be "undoable", but not everything even makes sense to be undoable. However, undo functionality is extremely nice when it's...
The lack of documentation -- especially architectural documentation -- is probably the single biggest problem that the project has. The good news is that we've been working to address some of that. ...
I'm not really comfortable with trying to apply regexs to numbers... RegExs are great for working with Strings, and they are meant entirely for Strings. There's a seperate set of operations that...
In the latest from CVS (I just added the ability) you can do
getApplicationWindow().getView().getViewDescriptor()
btw: As written, that doesn't work -- CGLib complains about not being able to proxy a final class because it's trying to proxy a java.lang.Proxy using Proxy's interface. The solution is to specify...
I still think not being able to proxy FactoryBeans is a problem, but the abstract template solution addresses my immediate problem quite well. Thanks!
Thanks for the suggested solution.
That works, but is there no way an autoproxy can be used? I've got a lot of services that I'd rather not have to manually apply the aspects to. :? Not being...
How can I proxy an object returned by a FactoryBean? Specificly, I want to put a DebugInterceptor around a RemoteStatelessSessionProxyFactoryBean. The problem is, it puts it around the FactoryBean,...
Sure, send it to springframework-rcp-dev@lists.sourceforge.net
[moved from the mailing list]
Spring Rich is a framework, not a widget library. Of course you can easily use whatever widgets you want.
Those are all services that Spring makes integrating...
Works fine for me. Can you connect to the CVS server normally, without Eclipse?