Got this to build in IntelliJ, but had trouble running the samples. I had sometime this weekend that I spent working on it.
Is Valkyrie still active?
thanks,
John
Type: Posts; User: jchildress; Keyword(s):
Got this to build in IntelliJ, but had trouble running the samples. I had sometime this weekend that I spent working on it.
Is Valkyrie still active?
thanks,
John
Thank you very much... that looks like what I need.
John
I'm re-reading the documentation to see if I can find the answer, but if anyone has any thoughts/suggestions in the meantime...
I'm trying to redistribute a message to multiple channels based on a...
I'm embarrassed to say that I was trying to marshal the file object.. :-( I put a file to string transformer in and it worked like it should...
John
Same/similar problem over here... Only I'm using a file adapter to read in the xml file. Did you ever get this resolved?
thanks,
John
Yeah not sure what the problem is... I struggled for about two hours and then switched to JAXB... it worked in about 10 mins...
John
Did you ever find a resolution? I'm having the same issue...
John
Looks like JobExecutionListener is what I want....
I thought I would post this while I run through the docs and this board...
New to Spring Batch, so the usual apologies if this has already been answered....
I would like to fire a JMS message...
I just wanted to post and say thanks for such an awesome framework... I downloaded Spring Web Service two weeks ago. I hadn't "messed" with web services in at least eight years.
I had to work...
It looks like that class is specific to Weblogic...
weblogic.wsee.jaxws.sslclient.PersistentSSLInfo
Thank you very much. I'll try this out this morning.
John
anyone? anybody else?
I'm both very happy and very embarrassed to admit the problem was mine... the exception was skipped, the stack trace was just sent to the logger...
I assumed that the log mean the job was...
Disclaimer.. - I'm totally new to Spring Batch.
I'm trying to write a job that reads in a csv file for processing. I'll include my config at the bottom of the post. Everything seems to work...