Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,006

    Got it to work with the AsyncItemProcessor and...

    Got it to work with the AsyncItemProcessor and AsyncItemWriter...which btw I think are great wrappers!!!
  2. Replies
    2
    Views
    1,006

    I'm seeing the same behaviour, tried using the...

    I'm seeing the same behaviour, tried using the throttledTaskExecutor that comes with spring batch admin and a SimpleAsyncTaskExecutor with 10 threads. In both cases after the first chunk it seems to...
  3. Replies
    12
    Views
    2,354

    Clearing up the AppData/Local/Temp directory in...

    Clearing up the AppData/Local/Temp directory in Windows seems to fix the problem.
  4. Replies
    12
    Views
    2,354

    I have a similar issue, not only does the ROO...

    I have a similar issue, not only does the ROO shell not respond but the last action it did was to delete the Roo ITDs on the current domain object.

    And now the ROO annotations are not recognized...
  5. JdbcPagingItemReader handling of skippable exceptions

    I have a step with JdbcPagingItemReader (MS sql server) with skippable exceptions.



    <step id="transfer_bond_cashflow" >
    <tasklet>
    <batch:listeners>
    <batch:listener...
  6. Thank you, Alex. I've voted for this and looking...

    Thank you, Alex. I've voted for this and looking forward to its release.
  7. Replies
    6
    Views
    2,310

    Yes, this is on STS 2.5.0.M3

    Yes, this is on STS 2.5.0.M3
  8. Replies
    6
    Views
    2,310

    Hi Stefan I'm using Roo 1.1.0.M3 on Windows 7...

    Hi Stefan

    I'm using Roo 1.1.0.M3 on Windows 7 64 bit. The footer.jspx errors are still there.
  9. Replies
    2
    Views
    1,262

    @RooIntegrationTest exclusions doesn't work

    I use STS 2.5.0.M3 with Roo 1.1.0.M3 on Windows 7, 64-bit java jdk 1.6.0_3



    @RooIntegrationTest(entity = Bond.class, findAll=false, persist=false)


    when running maven test outside the roo...
  10. I got the same error too, when running "perform...

    I got the same error too, when running "perform tests" in the Roo shell within STS.

    Tried to use the workaround by creating the mvn.bat but still getting the same message.


    Cannot run program...
  11. Sorry to hijack OP's thread, but I created it...

    Sorry to hijack OP's thread, but I created it using "entity".
  12. I face the same issue, using DATANUCLEUS as...

    I face the same issue, using DATANUCLEUS as provider and MSSQL Server as database. If anyone has a workaround please post it.

    Thanks
    Shri
  13. Replies
    4
    Views
    1,207

    Move the code into the java class and then debug....

    Move the code into the java class and then debug. When you are done push it back into the aspect. There is a reference in the documentation material about the AJDT refactoring.
  14. Replies
    5
    Views
    1,135

    Yes, you need to specify the path of the file, it...

    Yes, you need to specify the path of the file, it follows the Spring EL for specifying various paths.
  15. After changing spring-core, spring-infrastructure...

    After changing spring-core, spring-infrastructure and spring-test to 2.1.0.RC1, I get the following error


    -------------------------------------------------------------------------------
    Test...
  16. Replies
    3
    Views
    1,400

    Added the query to the JIRA issue.. For MS-SQL...

    Added the query to the JIRA issue..

    For MS-SQL server, the correct query for

    SELECT
    SORT_KEY
    FROM
    ( SELECT
    E.JOB_EXECUTION_ID AS SORT_KEY,
    ROW_NUMBER() OVER...
  17. Replies
    4
    Views
    1,537

    The tests run fine when run using "perform tests"...

    The tests run fine when run using "perform tests" on the Roo shell. I guess its a non-issue.
  18. Replies
    15
    Views
    3,765

    Nope, just the default settings for the embedded...

    Nope, just the default settings for the embedded maven.
  19. Replies
    4
    Views
    1,537

    Would like some information on this annotation as...

    Would like some information on this annotation as well.

    The error is


    java.lang.AssertionError: Too expensive to perform a find all test for 'Stock', as there are 1001 entries; set the...
  20. Replies
    3
    Views
    1,400

    Error in batch admin sample application

    When I did a next page on the UI for job executions, it fails because of BAD SQL syntax. The DB is SQL server.

    The inner query needs an alias for this to work properly.

    ...
  21. It was incorrect to place the step scope on the...

    It was incorrect to place the step scope on the reader, writer. Works after that was removed.
  22. JdbcCursorItemReader test fails on step scope

    This is the reader configuration used by a job


    <bean id="assetItemReader" class="org.springframework.batch.item.database.JdbcCursorItemReader" scope="step">
    <property name="sql"...
  23. Replies
    4
    Views
    3,169

    Thanks a lot, Dave. It works after I added the...

    Thanks a lot, Dave. It works after I added the "database.driverClassName" required by the context in the jar file to batch-*.properties. It did not work since the property in the batch-*.property was...
  24. Replies
    4
    Views
    3,169

    Changing the applicationContext.xml to ...

    Changing the applicationContext.xml to


    <context:property-placeholder location="classpath*:META-INF/spring/*.properties" ignore-unresolvable="true"/>

    did not fix the first issue.

    The...
  25. Replies
    4
    Views
    3,169

    I also tried all of the following that didn't...

    I also tried all of the following that didn't work

    a) removing the property-placeholder definition from the applicationContext.xml
    b) changing the location of the properties to classpath,...
Results 1 to 25 of 42
Page 1 of 2 1 2