Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    430

    Thanks for the push in the right direction; it...

    Thanks for the push in the right direction; it turns out this had nothing to do with threads.
    I had been starting the windows cmd shell with Cygwin shell as parent process. Turns out
    I can't...
  2. Replies
    3
    Views
    430

    JVM termination, daemon threads

    Day 1 of Spring Integration here...I've got a simple directory monitor working but the JVM doesn't exit when I interrupt the main thread with Control-C. I tried specifying daemon=false as described...
  3. Replies
    2
    Views
    2,912

    Thanks for the reply, it was helpful. One thing...

    Thanks for the reply, it was helpful. One thing that was tripping me up was http auto-config requiring UserDetailsService. Once I found the reference to that problem in the documentation, things...
  4. Replies
    2
    Views
    2,912

    Not granted any authorities?

    Hello,

    Getting started with Spring Security here. I'm unable to login with LDAP authentication, and trying to interpret the following log output. I'm confused because it seems to be saying that...
  5. Replies
    4
    Views
    1,314

    gigaspaces execution engine

    This looks interesting...

    http://www.openspaces.org/display/SB/GigaSpaces+Implementation+for+Spring+Batch

    Is this in line with the roadmap for Spring Batch 1.1?
  6. Replies
    2
    Views
    1,244

    That approach was flawed in other, more serious...

    That approach was flawed in other, more serious ways but happily I discovered CompositeItemProcessor...I figured there had to be something like that, it just took me a while to find it.
  7. Replies
    2
    Views
    1,244

    Poor man's pipeline

    I wanted to have multiple steps all act upon the same object, so I searched this forum for "chaining" and came across a thread that says this kind of thing ("Pipelines") is not explicitly supported...
  8. I'm just toying with it right now, reading 10's...

    I'm just toying with it right now, reading 10's of records but if we use spring batch we'd process 10's of thousands. Right now I'm having more trouble with the output end of things, but I think...
  9. Thanks for the patch, it worked well!

    Thanks for the patch, it worked well!
  10. collections cannot be fetched by a stateless session

    I'm trying out Spring Batch for the first time with code I downloaded this week. I'm trying to adapt the hibernate sample to some more complicated hibernate mappings, and I get the following...
Results 1 to 10 of 10