Search:

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

Search: Search took 0.01 seconds.

  1. So the problem can not come from the Agregator. ...

    So the problem can not come from the Agregator.

    Perhaps it's comming from the FieldSetMapper. Here is my config, and as I mentioned in my previous post I'm extracting three different object for...
  2. I'm using the version 2.1.2. In my case, my...

    I'm using the version 2.1.2.

    In my case, my LineAggregator is configured to receive multiple class types that extend the same class :


    public class MyLineAggregator implements...
  3. In my case every line contains a number, and it's...

    In my case every line contains a number, and it's required that the skiped lines keep the same ordre than the original file ....
  4. FlatFileItemWriter written lines are not sorted

    Hello,

    I'm facing a strange problem with FlatFileItemWriter. The written lines are not sorted in the output file. The last invalid line is not at the bottom of my output file.

    This writer is...
  5. Hi, I confirm this problem. The writer is...

    Hi,

    I confirm this problem. The writer is called even if the set of items is empty. You should control that at the start of your writer :



    public void write(List<? extends ExData> exList)...
  6. Replies
    2
    Views
    843

    I'm using HSQLDB database.

    I'm using HSQLDB database.
  7. Replies
    2
    Views
    843

    Rollback not working on alter table query

    Hi,

    Rollbacking an alter table query does not work in this code. However rollbacking insert queries works well !

    this my service class :

    public class DataBaseMigrationService extends...
  8. Thanks a lot ;-) you are an angel

    Thanks a lot ;-) you are an angel
  9. Accessing a Remote Spring Bean without a second container

    Hi friends,

    I have a Swing application witch needs to access a Remote Spring Bean. I would like to connect to this Bean without installing a Spring container in the Swing side. Using Spring code...
Results 1 to 9 of 9