Search:

Type: Posts; User: jmaken; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,664

    RSS/Atom feed for SpringSource download page?

    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...
  2. Thread: svn up issue?

    by jmaken
    Replies
    13
    Views
    4,553

    anyone from SI checking into this?...tried 'svn...

    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.
  3. Thread: svn up issue?

    by jmaken
    Replies
    13
    Views
    4,553

    Seems there may be another issue with files in...

    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...
  4. Thread: svn up issue?

    by jmaken
    Replies
    13
    Views
    4,553

    Marius, The following worked perfect: ...

    Marius,

    The following worked perfect:



    cd spring-integration-core
    ant jar

    cd ..\spring-integration-adapters
  5. Thread: svn up issue?

    by jmaken
    Replies
    13
    Views
    4,553

    What's the latest thoughts on when the build...

    What's the latest thoughts on when the build dependencies will be updated to re-enable building from Windows systems?

    Thanks, Jon
  6. Thread: svn up issue?

    by jmaken
    Replies
    13
    Views
    4,553

    Understood. I'm offbase on thinking this is a...

    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
  7. Thread: svn up issue?

    by jmaken
    Replies
    13
    Views
    4,553

    Marius, Thanks for the details and I...

    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...
  8. Thread: svn up issue?

    by jmaken
    Replies
    13
    Views
    4,553

    Marius, When you get a spare moment, would you...

    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...
  9. Thread: svn up issue?

    by jmaken
    Replies
    13
    Views
    4,553

    Marius, What's your full path to the dir...

    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...
  10. Thread: svn up issue?

    by jmaken
    Replies
    13
    Views
    4,553

    thanks for checking and i'll keep digging on my...

    thanks for checking and i'll keep digging on my end...strange given updates have been working fine until now...
  11. Thread: svn up issue?

    by jmaken
    Replies
    13
    Views
    4,553

    svn up issue?

    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).

    ...
  12. Agreed on the typical use case and I see your...

    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
  13. Single MessageBus check for hierarchical contexts?

    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...
  14. Replies
    1
    Views
    1,491

    AbstractMessageChannel method visibility?

    should both abstract methods doSend() and doReceive() be protected rather than public?
  15. Mark, So, in the general case, is the...

    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...
  16. DefaultMessageEndpoint reply channel send method return value check?

    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...
  17. ah, yes...thanks!

    ah, yes...thanks!
  18. missing source in spring-framework-2.5.1-with-dependencies.zip?

    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
  19. Replies
    3
    Views
    1,773

    Mark, Thanks for summarizing a usage of...

    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...
  20. Replies
    3
    Views
    1,773

    cafe sample - annotation/XML config usage?

    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...
  21. Replies
    2
    Views
    5,517

    pros-n-cons vs Camel

    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...
Results 1 to 21 of 21