Search:

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

Search: Search took 0.01 seconds.

  1. I have noticed it is not just he...

    I have noticed it is not just he HibernateCursorItemReader from the first defined job that is being overwritten, but it is also the processor and the ItemWriter...

    So it looks as though the Spring...
  2. HibernateCursorItemReader from other job overriding first job

    I have 3 jobs, each with a org.springframework.batch.item.database.HibernateCursorItemReader with a different queryString property and each is named differently. In each job I set the chunk reader...
  3. I believe I have found a workaround. See below:...

    I believe I have found a workaround. See below:

    within(@the.type.Annotation *) and !bean(notwanted*)

    This appears to do what I need without using target. There may be other issues, but I have...
  4. I wanted to add, this problem appears for us...

    I wanted to add, this problem appears for us (jaweitlauf and myself) to happen primarily when using target, @target, or @within in a compound statment with negation.

    For example:
    ...
  5. Type and OtherType should not have spces before...

    Type and OtherType should not have spces before their 4th character... not sure why that is there... it is not there in edit mode.
  6. Solved

    I have solved the issue, and it was as simple as I expected.

    where I had:
    <aop:after-throwing method="myMethodName" arg-names="e" throwing="e" pointcut="myPointcut" />

    I was able to simply add...
  7. How to specify method parameter type in schema-based after-throwing advice

    I have two similar methods that catch an exception and throw a new exception. The methods have the same name, but each have a different parameter type that they accept.

    For example:

    public...
Results 1 to 7 of 7