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...
Type: Posts; User: wytten; Keyword(s):
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...
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...
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...
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...
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?
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.
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...
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...
Thanks for the patch, it worked well!
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...