Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    2,781

    Did you ever get this working? I'm experiencing...

    Did you ever get this working? I'm experiencing the same issues.
  2. AdAuthenticator: import...

    AdAuthenticator:

    import javax.naming.NamingEnumeration;
    import javax.naming.directory.SearchControls;
    import javax.naming.directory.SearchResult;
    import javax.naming.ldap.InitialLdapContext;
    ...
  3. This should be included in the Spring Security...

    This should be included in the Spring Security documentation.

    I culled various bits of information from google searches and came up with the following working solution using Spring 3.0.3, Spring...
  4. Replies
    1
    Views
    908

    SimpleJob.getSteps

    Why was this method removed in 2.0.0.RC1? It was very useful for presenting configured steps in a UI.

    Is there another way to do this?
  5. FatalException doesn't result in 'Failed' step

    I have a step with an ItemProcessor that throws a fatal exception. I would expect that the net result would be a step with 'Failed' status. Instead it stays in 'Running' status because...
  6. Replies
    2
    Views
    668

    I should've been more clear... _writeCount is a...

    I should've been more clear... _writeCount is a private member of my ItemWriter and is part of the work around. Without the listener and call to StepExecution.setWriteCount the framework has no idea...
  7. Replies
    2
    Views
    668

    overriding writeCount

    I'm running 2.0.M3.

    I have a step that writes multiple db records for each read input item. As such, the write count, in real time while the step is running, and at the end is not correct.

    I've...
  8. Replies
    2
    Views
    1,078

    I've decided on a custom CompositeItemWriter...

    I've decided on a custom CompositeItemWriter solution. However, I'm still facing an issue with maintaining writeCount. I thought I would be able to maintain it with an afterWrite listener, but the...
  9. Replies
    2
    Views
    1,078

    multiple output objects per input object

    I have a use case whereby each object returned by my itemReader<I> is transformed into 1 or more objects to be written by my itemWriter<O>. Until now I've been following the itemReader<I>,...
Results 1 to 9 of 9