I managed to restart the job updating END_TIME and STATUS. Still I'd like to understand whether this is a missing feature or there is any limitation to restart the job. I mean, the job hasn't been...
Type: Posts; User: rfhayashi; Keyword(s):
I managed to restart the job updating END_TIME and STATUS. Still I'd like to understand whether this is a missing feature or there is any limitation to restart the job. I mean, the job hasn't been...
I've done a simulation of a VM halt using a debugger and stopping the VM in the middle of a job execution. When I try to restart the job I get a JobExecutionAlreadyRunningException. Is this the...
The issue has been created: http://jira.springsource.org/browse/INT-646.
I'm facing a problem using Spring Integration in a multi ApplicationContext scenario. Basically I have a channel, let's say "channel1", defined in my parent ApplicationContext. In a sub...
Thanks Patrick.
Dumbster is really cool.
Spring has special support for running StoredProcedures. You can see more about this at http://static.springframework.org/spring/docs/1.2.x/reference/jdbc.html#jdbc-StoredProcedure. Unfortunatelly I...
Hi, everyone
One of the things I like about Dependency Injection is how easy is to test the application. Specially when you use interfaces, itīs just a case of mocking the interface. I have an...