There's a feed icon all the way at the bottom of http://www.springsource.org/ that contains a bunch of stuff mixed in with new download announcements.
How about just a new downloads feed for all...
Type: Posts; User: jmaken; Keyword(s):
There's a feed icon all the way at the bottom of http://www.springsource.org/ that contains a bunch of stuff mixed in with new download announcements.
How about just a new downloads feed for all...
anyone from SI checking into this?...tried 'svn up' and 'svn co' (v1.4.6) again today on both Win2K and WinXP systems and got the same failure.
Seems there may be another issue with files in SVN again. On a WinXP machine I try the following after deleting everything from a previous 'svn up' failure:
svn co...
Marius,
The following worked perfect:
cd spring-integration-core
ant jar
cd ..\spring-integration-adapters
What's the latest thoughts on when the build dependencies will be updated to re-enable building from Windows systems?
Thanks, Jon
Understood.
I'm offbase on thinking this is a Subversion issue...the filename contains Win32 reserved chars http://msdn2.microsoft.com/en-us/library/aa365247.aspx
Marius,
Thanks for the details and I understand. I should have said up front I was using an older Win2K system rather than my Ubuntu laptop to do testing. As my paying job is focused on...
Marius,
When you get a spare moment, would you mind seeing if a fresh checkout to another dir works for you? (just to double check to case where the "file" below doesn't exist in the local...
Marius,
What's your full path to the dir containing your working copy?
I thought I had run afoul of my "don't do development using dirs with spaces (My Documents)" rule but I just got the same...
thanks for checking and i'll keep digging on my end...strange given updates have been working fine until now...
Starting last night, I started getting the following error when updating. Tried a fresh checkout and got the same error...still investingating. Using command line svn, version 1.4.6 (r28521).
...
Agreed on the typical use case and I see your point. Seems that changing to ensure 1 MessageBus through the hierarchy could be a very bad idea that precludes other interesting usage patterns.
Jon
Should MessageBus.setApplicationContext() be updated to cycle through all parents, if any, of the passed in ApplicationContext to ensure there's only a single MessageBus defined when using...
should both abstract methods doSend() and doReceive() be protected rather than public?
Mark,
So, in the general case, is the following a correct understanding of how the boolean MessageChannel.send(Message) contract should be viewed from calling code?
Throwable thrown, return...
Continuing to learn the code (haven't made it to the key dispatching code yet) and wonder if there's any potential issue with DefaultMessageEndpoint's (r332) replyChannel.send() calls on lines 213...
ah, yes...thanks!
My download is missing the src\org\springframework\core\annotation package dir and the 3 child files (e.g. - AnnotationUtils.java). The spring-core.jar file has the package and classes.
Jon
Mark,
Thanks for summarizing a usage of @Subscriber.
I'm trying to dig through the code to better conceptualize what "Indicates that method-invoking handler adapter should delegate to this...
While reviewing the cafe sample code, I wanted to see how I could save 2 lines of XML config by using annotations on the Barista class to do things like configuring the concurrency policy and...
I am in the process of refactoring a Spring-based app to provide better integration capabilities, primarily in the routing (by content in the actual EDI data stream) area.
I've just downloaded the...